Compute V1 Client - Class ReservationSlotStatus (2.8.0)

Reference documentation and code samples for the Compute V1 Client class ReservationSlotStatus.

Generated from protobuf message google.cloud.compute.v1.ReservationSlotStatus

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ physical_topology ReservationSlotPhysicalTopology

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

↳ rdma_ip_addresses string[]

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

↳ running_instances string[]

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

getPhysicalTopology

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

Returns
Type Description
ReservationSlotPhysicalTopology|null

hasPhysicalTopology

clearPhysicalTopology

setPhysicalTopology

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

Parameter
Name Description
var ReservationSlotPhysicalTopology
Returns
Type Description
$this

getRdmaIpAddresses

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

Returns
Type Description
Google\Protobuf\RepeatedField<string>

setRdmaIpAddresses

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

Parameter
Name Description
var string[]
Returns
Type Description
$this

getRunningInstances

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

Returns
Type Description
Google\Protobuf\RepeatedField<string>

setRunningInstances

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

Parameter
Name Description
var string[]
Returns
Type Description
$this