Interface ReservationSlotStatusOrBuilder (1.97.0)

public interface ReservationSlotStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPhysicalTopology()

public abstract ReservationSlotPhysicalTopology getPhysicalTopology()

Output only. [Output Only] The physical topology of the reservation sub-block.

optional .google.cloud.compute.v1.ReservationSlotPhysicalTopology physical_topology = 279778519;

Returns
Type Description
ReservationSlotPhysicalTopology

The physicalTopology.

getPhysicalTopologyOrBuilder()

public abstract ReservationSlotPhysicalTopologyOrBuilder getPhysicalTopologyOrBuilder()

Output only. [Output Only] The physical topology of the reservation sub-block.

optional .google.cloud.compute.v1.ReservationSlotPhysicalTopology physical_topology = 279778519;

Returns
Type Description
ReservationSlotPhysicalTopologyOrBuilder

getRdmaIpAddresses(int index)

public abstract String getRdmaIpAddresses(int index)

Output only. The RDMA IP address of the physical host.

repeated string rdma_ip_addresses = 167842531;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The rdmaIpAddresses at the given index.

getRdmaIpAddressesBytes(int index)

public abstract ByteString getRdmaIpAddressesBytes(int index)

Output only. The RDMA IP address of the physical host.

repeated string rdma_ip_addresses = 167842531;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the rdmaIpAddresses at the given index.

getRdmaIpAddressesCount()

public abstract int getRdmaIpAddressesCount()

Output only. The RDMA IP address of the physical host.

repeated string rdma_ip_addresses = 167842531;

Returns
Type Description
int

The count of rdmaIpAddresses.

getRdmaIpAddressesList()

public abstract List<String> getRdmaIpAddressesList()

Output only. The RDMA IP address of the physical host.

repeated string rdma_ip_addresses = 167842531;

Returns
Type Description
List<String>

A list containing the rdmaIpAddresses.

getRunningInstances(int index)

public abstract String getRunningInstances(int index)

Output only. The URIs of the instances currently running on this slot.

repeated string running_instances = 536292350;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The runningInstances at the given index.

getRunningInstancesBytes(int index)

public abstract ByteString getRunningInstancesBytes(int index)

Output only. The URIs of the instances currently running on this slot.

repeated string running_instances = 536292350;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the runningInstances at the given index.

getRunningInstancesCount()

public abstract int getRunningInstancesCount()

Output only. The URIs of the instances currently running on this slot.

repeated string running_instances = 536292350;

Returns
Type Description
int

The count of runningInstances.

getRunningInstancesList()

public abstract List<String> getRunningInstancesList()

Output only. The URIs of the instances currently running on this slot.

repeated string running_instances = 536292350;

Returns
Type Description
List<String>

A list containing the runningInstances.

hasPhysicalTopology()

public abstract boolean hasPhysicalTopology()

Output only. [Output Only] The physical topology of the reservation sub-block.

optional .google.cloud.compute.v1.ReservationSlotPhysicalTopology physical_topology = 279778519;

Returns
Type Description
boolean

Whether the physicalTopology field is set.