Class: Google::Cloud::Compute::V1::PerformMaintenanceReservationSubBlockRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::PerformMaintenanceReservationSubBlockRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for ReservationSubBlocks.PerformMaintenance. 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.
-
#request_id ⇒ ::String
An optional request ID to identify requests.
-
#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
27117 27118 27119 27120 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27117 class PerformMaintenanceReservationSubBlockRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
27117 27118 27119 27120 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27117 class PerformMaintenanceReservationSubBlockRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
27117 27118 27119 27120 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27117 class PerformMaintenanceReservationSubBlockRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reservation_sub_block ⇒ ::String
27117 27118 27119 27120 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27117 class PerformMaintenanceReservationSubBlockRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone ⇒ ::String
27117 27118 27119 27120 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27117 class PerformMaintenanceReservationSubBlockRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |