Class: Google::Cloud::Compute::V1::ManagedInstancePropertiesFromFlexibilityPolicy
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ManagedInstancePropertiesFromFlexibilityPolicy
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#machine_type ⇒ ::String
The machine type to be used for this instance.
Instance Attribute Details
#machine_type ⇒ ::String
Returns The machine type to be used for this instance.
20434 20435 20436 20437 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 20434 class ManagedInstancePropertiesFromFlexibilityPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |