Class: Google::Cloud::Compute::V1::AllocationResourceStatusSpecificSKUAllocation
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::AllocationResourceStatusSpecificSKUAllocation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Contains Properties set for the reservation.
Defined Under Namespace
Classes: UtilizationsEntry
Instance Attribute Summary collapse
-
#source_instance_template_id ⇒ ::String
ID of the instance template used to populate reservation properties.
-
#utilizations ⇒ ::Google::Protobuf::Map{::String => ::Integer}
Per service utilization breakdown.
Instance Attribute Details
#source_instance_template_id ⇒ ::String
Returns ID of the instance template used to populate reservation properties.
2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2503 class AllocationResourceStatusSpecificSKUAllocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Integer] class UtilizationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#utilizations ⇒ ::Google::Protobuf::Map{::String => ::Integer}
Returns Per service utilization breakdown. The Key is the Google Cloud managed service name.
2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2503 class AllocationResourceStatusSpecificSKUAllocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Integer] class UtilizationsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |