Class: Google::Cloud::Compute::V1::ReservationBlockPhysicalTopology
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ReservationBlockPhysicalTopology
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#block ⇒ ::String
The hash of the capacity block within the cluster.
-
#cluster ⇒ ::String
The cluster name of the reservation block.
-
#instances ⇒ ::Array<::Google::Cloud::Compute::V1::ReservationBlockPhysicalTopologyInstance>
The detailed instances information for a given Block.
Instance Attribute Details
#block ⇒ ::String
Returns The hash of the capacity block within the cluster.
29887 29888 29889 29890 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29887 class ReservationBlockPhysicalTopology include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cluster ⇒ ::String
Returns The cluster name of the reservation block.
29887 29888 29889 29890 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29887 class ReservationBlockPhysicalTopology include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instances ⇒ ::Array<::Google::Cloud::Compute::V1::ReservationBlockPhysicalTopologyInstance>
Returns The detailed instances information for a given Block.
29887 29888 29889 29890 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29887 class ReservationBlockPhysicalTopology include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |