Class: Google::Cloud::VMMigration::V1::MachineImageParametersOverrides

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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