Class: Google::Cloud::Compute::V1::GetReservationBlockRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GetReservationBlockRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for ReservationBlocks.Get. See the method description for details.
Defined Under Namespace
Modules: View
Instance Attribute Summary collapse
-
#project ⇒ ::String
Project ID for this request.
-
#reservation ⇒ ::String
The name of the reservation.
-
#reservation_block ⇒ ::String
The name of the reservation block.
-
#view ⇒ ::String
View of the Block.
-
#zone ⇒ ::String
Name of the zone for this request.
Instance Attribute Details
#project ⇒ ::String
Returns Project ID for this request.
10996 10997 10998 10999 11000 11001 11002 11003 11004 11005 11006 11007 11008 11009 11010 11011 11012 11013 11014 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 10996 class GetReservationBlockRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # View of the Block. module View # A value indicating that the enum field is not set. UNDEFINED_VIEW = 0 # This view includes basic information about the reservation block BASIC = 62_970_894 # The default / unset value. The API will default to the BASIC view. BLOCK_VIEW_UNSPECIFIED = 275_070_479 # Includes detailed topology view. FULL = 2_169_487 end end |
#reservation ⇒ ::String
Returns The name of the reservation. Name should conform to RFC1035 or be a resource ID.
10996 10997 10998 10999 11000 11001 11002 11003 11004 11005 11006 11007 11008 11009 11010 11011 11012 11013 11014 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 10996 class GetReservationBlockRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # View of the Block. module View # A value indicating that the enum field is not set. UNDEFINED_VIEW = 0 # This view includes basic information about the reservation block BASIC = 62_970_894 # The default / unset value. The API will default to the BASIC view. BLOCK_VIEW_UNSPECIFIED = 275_070_479 # Includes detailed topology view. FULL = 2_169_487 end end |
#reservation_block ⇒ ::String
Returns The name of the reservation block. Name should conform to RFC1035 or be a resource ID.
10996 10997 10998 10999 11000 11001 11002 11003 11004 11005 11006 11007 11008 11009 11010 11011 11012 11013 11014 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 10996 class GetReservationBlockRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # View of the Block. module View # A value indicating that the enum field is not set. UNDEFINED_VIEW = 0 # This view includes basic information about the reservation block BASIC = 62_970_894 # The default / unset value. The API will default to the BASIC view. BLOCK_VIEW_UNSPECIFIED = 275_070_479 # Includes detailed topology view. FULL = 2_169_487 end end |
#view ⇒ ::String
Returns View of the Block. Check the View enum for the list of possible values.
10996 10997 10998 10999 11000 11001 11002 11003 11004 11005 11006 11007 11008 11009 11010 11011 11012 11013 11014 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 10996 class GetReservationBlockRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # View of the Block. module View # A value indicating that the enum field is not set. UNDEFINED_VIEW = 0 # This view includes basic information about the reservation block BASIC = 62_970_894 # The default / unset value. The API will default to the BASIC view. BLOCK_VIEW_UNSPECIFIED = 275_070_479 # Includes detailed topology view. FULL = 2_169_487 end end |
#zone ⇒ ::String
Returns Name of the zone for this request. Zone name should conform to RFC1035.
10996 10997 10998 10999 11000 11001 11002 11003 11004 11005 11006 11007 11008 11009 11010 11011 11012 11013 11014 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 10996 class GetReservationBlockRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # View of the Block. module View # A value indicating that the enum field is not set. UNDEFINED_VIEW = 0 # This view includes basic information about the reservation block BASIC = 62_970_894 # The default / unset value. The API will default to the BASIC view. BLOCK_VIEW_UNSPECIFIED = 275_070_479 # Includes detailed topology view. FULL = 2_169_487 end end |