Class: Google::Cloud::Compute::V1::ReservationSubBlock
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ReservationSubBlock
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Represents a reservation subBlock resource.
Defined Under Namespace
Modules: Status
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
[Output Only] The number of hosts that are allocated in this reservation subBlock.
-
#creation_timestamp ⇒ ::String
[Output Only] Creation timestamp in RFC3339 text format.
-
#health_info ⇒ ::Google::Cloud::Compute::V1::ReservationSubBlockHealthInfo
[Output Only] Health information for the reservation subBlock.
-
#id ⇒ ::Integer
[Output Only] The unique identifier for the resource.
-
#in_use_count ⇒ ::Integer
[Output Only] The number of instances that are currently in use on this reservation subBlock.
-
#kind ⇒ ::String
[Output Only] Type of the resource.
-
#name ⇒ ::String
[Output Only] The name of this reservation subBlock generated by Google Compute Engine.
-
#physical_topology ⇒ ::Google::Cloud::Compute::V1::ReservationSubBlockPhysicalTopology
[Output Only] The physical topology of the reservation subBlock.
-
#reservation_sub_block_maintenance ⇒ ::Google::Cloud::Compute::V1::GroupMaintenanceInfo
Maintenance information for this reservation subBlock.
-
#self_link ⇒ ::String
[Output Only] Server-defined fully-qualified URL for this resource.
-
#self_link_with_id ⇒ ::String
[Output Only] Server-defined URL for this resource with the resource id.
-
#status ⇒ ::String
[Output Only] Status of the reservation subBlock.
-
#zone ⇒ ::String
[Output Only] Zone in which the reservation subBlock resides.
Instance Attribute Details
#count ⇒ ::Integer
Returns [Output Only] The number of hosts that are allocated in this reservation subBlock.
30014 30015 30016 30017 30018 30019 30020 30021 30022 30023 30024 30025 30026 30027 30028 30029 30030 30031 30032 30033 30034 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 30014 class ReservationSubBlock include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output Only] Status of the reservation subBlock. module Status # A value indicating that the enum field is not set. UNDEFINED_STATUS = 0 # Resources are being allocated for the reservation subBlock. CREATING = 455_564_985 # Reservation subBlock is currently being deleted. DELETING = 528_602_024 INVALID = 530_283_991 # Reservation subBlock has allocated all its resources. READY = 77_848_963 end end |
#creation_timestamp ⇒ ::String
Returns [Output Only] Creation timestamp in RFC3339 text format.
30014 30015 30016 30017 30018 30019 30020 30021 30022 30023 30024 30025 30026 30027 30028 30029 30030 30031 30032 30033 30034 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 30014 class ReservationSubBlock include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output Only] Status of the reservation subBlock. module Status # A value indicating that the enum field is not set. UNDEFINED_STATUS = 0 # Resources are being allocated for the reservation subBlock. CREATING = 455_564_985 # Reservation subBlock is currently being deleted. DELETING = 528_602_024 INVALID = 530_283_991 # Reservation subBlock has allocated all its resources. READY = 77_848_963 end end |
#health_info ⇒ ::Google::Cloud::Compute::V1::ReservationSubBlockHealthInfo
Returns [Output Only] Health information for the reservation subBlock.
30014 30015 30016 30017 30018 30019 30020 30021 30022 30023 30024 30025 30026 30027 30028 30029 30030 30031 30032 30033 30034 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 30014 class ReservationSubBlock include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output Only] Status of the reservation subBlock. module Status # A value indicating that the enum field is not set. UNDEFINED_STATUS = 0 # Resources are being allocated for the reservation subBlock. CREATING = 455_564_985 # Reservation subBlock is currently being deleted. DELETING = 528_602_024 INVALID = 530_283_991 # Reservation subBlock has allocated all its resources. READY = 77_848_963 end end |
#id ⇒ ::Integer
Returns [Output Only] The unique identifier for the resource. This identifier is defined by the server.
30014 30015 30016 30017 30018 30019 30020 30021 30022 30023 30024 30025 30026 30027 30028 30029 30030 30031 30032 30033 30034 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 30014 class ReservationSubBlock include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output Only] Status of the reservation subBlock. module Status # A value indicating that the enum field is not set. UNDEFINED_STATUS = 0 # Resources are being allocated for the reservation subBlock. CREATING = 455_564_985 # Reservation subBlock is currently being deleted. DELETING = 528_602_024 INVALID = 530_283_991 # Reservation subBlock has allocated all its resources. READY = 77_848_963 end end |
#in_use_count ⇒ ::Integer
Returns [Output Only] The number of instances that are currently in use on this reservation subBlock.
30014 30015 30016 30017 30018 30019 30020 30021 30022 30023 30024 30025 30026 30027 30028 30029 30030 30031 30032 30033 30034 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 30014 class ReservationSubBlock include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output Only] Status of the reservation subBlock. module Status # A value indicating that the enum field is not set. UNDEFINED_STATUS = 0 # Resources are being allocated for the reservation subBlock. CREATING = 455_564_985 # Reservation subBlock is currently being deleted. DELETING = 528_602_024 INVALID = 530_283_991 # Reservation subBlock has allocated all its resources. READY = 77_848_963 end end |
#kind ⇒ ::String
Returns [Output Only] Type of the resource. Always compute#reservationSubBlock for reservation subBlocks.
30014 30015 30016 30017 30018 30019 30020 30021 30022 30023 30024 30025 30026 30027 30028 30029 30030 30031 30032 30033 30034 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 30014 class ReservationSubBlock include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output Only] Status of the reservation subBlock. module Status # A value indicating that the enum field is not set. UNDEFINED_STATUS = 0 # Resources are being allocated for the reservation subBlock. CREATING = 455_564_985 # Reservation subBlock is currently being deleted. DELETING = 528_602_024 INVALID = 530_283_991 # Reservation subBlock has allocated all its resources. READY = 77_848_963 end end |
#name ⇒ ::String
Returns [Output Only] The name of this reservation subBlock generated by Google Compute Engine. The name must be 1-63 characters long, and comply with RFC1035 @pattern a-z?.
30014 30015 30016 30017 30018 30019 30020 30021 30022 30023 30024 30025 30026 30027 30028 30029 30030 30031 30032 30033 30034 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 30014 class ReservationSubBlock include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output Only] Status of the reservation subBlock. module Status # A value indicating that the enum field is not set. UNDEFINED_STATUS = 0 # Resources are being allocated for the reservation subBlock. CREATING = 455_564_985 # Reservation subBlock is currently being deleted. DELETING = 528_602_024 INVALID = 530_283_991 # Reservation subBlock has allocated all its resources. READY = 77_848_963 end end |
#physical_topology ⇒ ::Google::Cloud::Compute::V1::ReservationSubBlockPhysicalTopology
Returns [Output Only] The physical topology of the reservation subBlock.
30014 30015 30016 30017 30018 30019 30020 30021 30022 30023 30024 30025 30026 30027 30028 30029 30030 30031 30032 30033 30034 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 30014 class ReservationSubBlock include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output Only] Status of the reservation subBlock. module Status # A value indicating that the enum field is not set. UNDEFINED_STATUS = 0 # Resources are being allocated for the reservation subBlock. CREATING = 455_564_985 # Reservation subBlock is currently being deleted. DELETING = 528_602_024 INVALID = 530_283_991 # Reservation subBlock has allocated all its resources. READY = 77_848_963 end end |
#reservation_sub_block_maintenance ⇒ ::Google::Cloud::Compute::V1::GroupMaintenanceInfo
Returns Maintenance information for this reservation subBlock.
30014 30015 30016 30017 30018 30019 30020 30021 30022 30023 30024 30025 30026 30027 30028 30029 30030 30031 30032 30033 30034 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 30014 class ReservationSubBlock include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output Only] Status of the reservation subBlock. module Status # A value indicating that the enum field is not set. UNDEFINED_STATUS = 0 # Resources are being allocated for the reservation subBlock. CREATING = 455_564_985 # Reservation subBlock is currently being deleted. DELETING = 528_602_024 INVALID = 530_283_991 # Reservation subBlock has allocated all its resources. READY = 77_848_963 end end |
#self_link ⇒ ::String
Returns [Output Only] Server-defined fully-qualified URL for this resource.
30014 30015 30016 30017 30018 30019 30020 30021 30022 30023 30024 30025 30026 30027 30028 30029 30030 30031 30032 30033 30034 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 30014 class ReservationSubBlock include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output Only] Status of the reservation subBlock. module Status # A value indicating that the enum field is not set. UNDEFINED_STATUS = 0 # Resources are being allocated for the reservation subBlock. CREATING = 455_564_985 # Reservation subBlock is currently being deleted. DELETING = 528_602_024 INVALID = 530_283_991 # Reservation subBlock has allocated all its resources. READY = 77_848_963 end end |
#self_link_with_id ⇒ ::String
Returns [Output Only] Server-defined URL for this resource with the resource id.
30014 30015 30016 30017 30018 30019 30020 30021 30022 30023 30024 30025 30026 30027 30028 30029 30030 30031 30032 30033 30034 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 30014 class ReservationSubBlock include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output Only] Status of the reservation subBlock. module Status # A value indicating that the enum field is not set. UNDEFINED_STATUS = 0 # Resources are being allocated for the reservation subBlock. CREATING = 455_564_985 # Reservation subBlock is currently being deleted. DELETING = 528_602_024 INVALID = 530_283_991 # Reservation subBlock has allocated all its resources. READY = 77_848_963 end end |
#status ⇒ ::String
Returns [Output Only] Status of the reservation subBlock. Check the Status enum for the list of possible values.
30014 30015 30016 30017 30018 30019 30020 30021 30022 30023 30024 30025 30026 30027 30028 30029 30030 30031 30032 30033 30034 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 30014 class ReservationSubBlock include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output Only] Status of the reservation subBlock. module Status # A value indicating that the enum field is not set. UNDEFINED_STATUS = 0 # Resources are being allocated for the reservation subBlock. CREATING = 455_564_985 # Reservation subBlock is currently being deleted. DELETING = 528_602_024 INVALID = 530_283_991 # Reservation subBlock has allocated all its resources. READY = 77_848_963 end end |
#zone ⇒ ::String
Returns [Output Only] Zone in which the reservation subBlock resides.
30014 30015 30016 30017 30018 30019 30020 30021 30022 30023 30024 30025 30026 30027 30028 30029 30030 30031 30032 30033 30034 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 30014 class ReservationSubBlock include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # [Output Only] Status of the reservation subBlock. module Status # A value indicating that the enum field is not set. UNDEFINED_STATUS = 0 # Resources are being allocated for the reservation subBlock. CREATING = 455_564_985 # Reservation subBlock is currently being deleted. DELETING = 528_602_024 INVALID = 530_283_991 # Reservation subBlock has allocated all its resources. READY = 77_848_963 end end |