Class: Google::Cloud::Compute::V1::GetReservationSubBlockRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GetReservationSubBlockRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for ReservationSubBlocks.Get. See the method description for details.
Instance Attribute Summary collapse
-
#parent_name ⇒ ::String
The name of the parent reservation and parent block.
-
#project ⇒ ::String
Project ID for this request.
-
#reservation_sub_block ⇒ ::String
The name of the reservation subBlock.
-
#zone ⇒ ::String
Name of the zone for this request.
Instance Attribute Details
#parent_name ⇒ ::String
Returns The name of the parent reservation and parent block. In the format of reservations/{reservation_name}/reservationBlocks/{reservation_block_name}.
11044 11045 11046 11047 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11044 class GetReservationSubBlockRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Project ID for this request.
11044 11045 11046 11047 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11044 class GetReservationSubBlockRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reservation_sub_block ⇒ ::String
Returns The name of the reservation subBlock. Name should conform to RFC1035 or be a resource ID.
11044 11045 11046 11047 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11044 class GetReservationSubBlockRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone ⇒ ::String
Returns Name of the zone for this request. Zone name should conform to RFC1035.
11044 11045 11046 11047 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11044 class GetReservationSubBlockRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |