Class: Google::Cloud::Compute::V1::ResourceStatusPhysicalHostTopology
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ResourceStatusPhysicalHostTopology
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Represents the physical host topology of the host on which the VM is running.
Instance Attribute Summary collapse
-
#block ⇒ ::String
[Output Only] The ID of the block in which the running instance is located.
-
#cluster ⇒ ::String
[Output Only] The global name of the Compute Engine cluster where the running instance is located.
-
#host ⇒ ::String
[Output Only] The ID of the host on which the running instance is located.
-
#subblock ⇒ ::String
[Output Only] The ID of the sub-block in which the running instance is located.
Instance Attribute Details
#block ⇒ ::String
30841 30842 30843 30844 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 30841 class ResourceStatusPhysicalHostTopology include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cluster ⇒ ::String
30841 30842 30843 30844 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 30841 class ResourceStatusPhysicalHostTopology include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#host ⇒ ::String
30841 30842 30843 30844 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 30841 class ResourceStatusPhysicalHostTopology include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#subblock ⇒ ::String
30841 30842 30843 30844 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 30841 class ResourceStatusPhysicalHostTopology include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |