Class: Google::Cloud::Compute::V1::ReservationSlotStatus
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ReservationSlotStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#physical_topology ⇒ ::Google::Cloud::Compute::V1::ReservationSlotPhysicalTopology
Output only.
-
#rdma_ip_addresses ⇒ ::Array<::String>
Output only.
-
#running_instances ⇒ ::Array<::String>
Output only.
Instance Attribute Details
#physical_topology ⇒ ::Google::Cloud::Compute::V1::ReservationSlotPhysicalTopology
Returns Output only. [Output Only] The physical topology of the reservation sub-block.
64738 64739 64740 64741 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 64738 class ReservationSlotStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rdma_ip_addresses ⇒ ::Array<::String>
Returns Output only. The RDMA IP address of the physical host.
64738 64739 64740 64741 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 64738 class ReservationSlotStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#running_instances ⇒ ::Array<::String>
Returns Output only. The URIs of the instances currently running on this slot.
64738 64739 64740 64741 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 64738 class ReservationSlotStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |