Class: Google::Cloud::Compute::V1::AllocationResourceStatus
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::AllocationResourceStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
[Output Only] Contains output only fields.
Instance Attribute Summary collapse
-
#health_info ⇒ ::Google::Cloud::Compute::V1::AllocationResourceStatusHealthInfo
[Output only] Health information for the reservation.
-
#reservation_block_count ⇒ ::Integer
The number of reservation blocks associated with this reservation.
-
#reservation_maintenance ⇒ ::Google::Cloud::Compute::V1::GroupMaintenanceInfo
Maintenance information for this reservation.
-
#specific_sku_allocation ⇒ ::Google::Cloud::Compute::V1::AllocationResourceStatusSpecificSKUAllocation
Allocation Properties of this reservation.
Instance Attribute Details
#health_info ⇒ ::Google::Cloud::Compute::V1::AllocationResourceStatusHealthInfo
Returns [Output only] Health information for the reservation.
2481 2482 2483 2484 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2481 class AllocationResourceStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reservation_block_count ⇒ ::Integer
Returns The number of reservation blocks associated with this reservation.
2481 2482 2483 2484 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2481 class AllocationResourceStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reservation_maintenance ⇒ ::Google::Cloud::Compute::V1::GroupMaintenanceInfo
Returns Maintenance information for this reservation.
2481 2482 2483 2484 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2481 class AllocationResourceStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#specific_sku_allocation ⇒ ::Google::Cloud::Compute::V1::AllocationResourceStatusSpecificSKUAllocation
Returns Allocation Properties of this reservation.
2481 2482 2483 2484 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2481 class AllocationResourceStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |