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.
2007 2008 2009 2010 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2007 class AllocationResourceStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |