Class: Google::Cloud::Compute::V1::ReservationSubBlockPhysicalTopology
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ReservationSubBlockPhysicalTopology
- 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 subBlock.
-
#sub_block ⇒ ::String
The hash of the capacity sub-block within the capacity block.
Instance Attribute Details
#block ⇒ ::String
Returns The hash of the capacity block within the cluster.
29954 29955 29956 29957 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29954 class ReservationSubBlockPhysicalTopology include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cluster ⇒ ::String
Returns The cluster name of the reservation subBlock.
29954 29955 29956 29957 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29954 class ReservationSubBlockPhysicalTopology include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sub_block ⇒ ::String
Returns The hash of the capacity sub-block within the capacity block.
29954 29955 29956 29957 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 29954 class ReservationSubBlockPhysicalTopology include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |