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.
20548 20549 20550 20551 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 20548 class ManagedInstancePropertiesFromFlexibilityPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |