Class: Google::Cloud::Compute::V1::CapacityAdviceRequestInstanceFlexibilityPolicy
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::CapacityAdviceRequestInstanceFlexibilityPolicy
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Specification of alternative, flexible instance configurations.
Defined Under Namespace
Classes: InstanceSelectionsEntry
Instance Attribute Summary collapse
-
#instance_selections ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::CapacityAdviceRequestInstanceFlexibilityPolicyInstanceSelection}
Named instance selections to configure properties.
Instance Attribute Details
#instance_selections ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::Compute::V1::CapacityAdviceRequestInstanceFlexibilityPolicyInstanceSelection}
Returns Named instance selections to configure properties. The key is an arbitrary, unique RFC1035 string that identifies the instance selection.
13916 13917 13918 13919 13920 13921 13922 13923 13924 13925 13926 13927 13928 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 13916 class CapacityAdviceRequestInstanceFlexibilityPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::Compute::V1::CapacityAdviceRequestInstanceFlexibilityPolicyInstanceSelection] class InstanceSelectionsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |