Class: Google::Cloud::VMMigration::V1::MachineImageParametersOverrides
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::MachineImageParametersOverrides
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
Parameters overriding decisions based on the source machine image configurations.
Instance Attribute Summary collapse
-
#machine_type ⇒ ::String
Optional.
Instance Attribute Details
#machine_type ⇒ ::String
Returns Optional. The machine type to create the MachineImage with. If empty, the service will choose a relevant machine type based on the information from the source image. For more information about machine types, please refer to https://cloud.google.com/compute/docs/machine-resource.
4146 4147 4148 4149 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 4146 class MachineImageParametersOverrides include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |