Class: Google::Cloud::Compute::V1::ReservationBlockPhysicalTopologyInstancePhysicalHostTopology
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ReservationBlockPhysicalTopologyInstancePhysicalHostTopology
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
The PhysicalHostTopology of the instance within a Block resource.
Instance Attribute Summary collapse
-
#host ⇒ ::String
Host hash for a given instance.
-
#sub_block ⇒ ::String
Sub block hash for a given instance.
Instance Attribute Details
#host ⇒ ::String
Returns Host hash for a given instance.
29914 29915 29916 29917 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29914 class ReservationBlockPhysicalTopologyInstancePhysicalHostTopology include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sub_block ⇒ ::String
Returns Sub block hash for a given instance.
29914 29915 29916 29917 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29914 class ReservationBlockPhysicalTopologyInstancePhysicalHostTopology include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |