Class: Google::Cloud::Compute::V1::GetFutureReservationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GetFutureReservationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for FutureReservations.Get. See the method description for details.
Instance Attribute Summary collapse
-
#future_reservation ⇒ ::String
Name of the future reservation to retrieve.
-
#project ⇒ ::String
Project ID for this request.
-
#zone ⇒ ::String
Name of the zone for this request.
Instance Attribute Details
#future_reservation ⇒ ::String
Returns Name of the future reservation to retrieve. Name should conform to RFC1035.
22582 22583 22584 22585 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22582 class GetFutureReservationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Project ID for this request.
22582 22583 22584 22585 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22582 class GetFutureReservationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zone ⇒ ::String
Returns Name of the zone for this request. Name should conform to RFC1035.
22582 22583 22584 22585 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22582 class GetFutureReservationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |