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 \ V1Methods
__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 |
array
Output only. The RDMA IP address of the physical host. |
↳ running_instances |
array
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\Internal\RepeatedField |
|
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\Internal\RepeatedField |
|
setRunningInstances
Output only. The URIs of the instances currently running on this slot.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|