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
-
#specific_sku_allocation ⇒ ::Google::Cloud::Compute::V1::AllocationResourceStatusSpecificSKUAllocation
Allocation Properties of this reservation.
Instance Attribute Details
#specific_sku_allocation ⇒ ::Google::Cloud::Compute::V1::AllocationResourceStatusSpecificSKUAllocation
Returns Allocation Properties of this reservation.
2370 2371 2372 2373 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2370 class AllocationResourceStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |