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.
Instance Attribute Summary collapse
-
#source_instance_template_id ⇒ ::String
ID of the instance template used to populate reservation properties.
Instance Attribute Details
#source_instance_template_id ⇒ ::String
Returns ID of the instance template used to populate reservation properties.
2379 2380 2381 2382 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 2379 class AllocationResourceStatusSpecificSKUAllocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |