Class: Google::Cloud::Compute::V1::HostStatus
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::HostStatus
- 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::HostPhysicalTopology
Output only.
-
#running_instances ⇒ ::Array<::String>
Output only.
Instance Attribute Details
#physical_topology ⇒ ::Google::Cloud::Compute::V1::HostPhysicalTopology
Returns Output only. The physical topology of the reservation sub-block, if present.
29008 29009 29010 29011 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29008 class HostStatus 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 host.
29008 29009 29010 29011 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29008 class HostStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |