Class: Google::Cloud::VMMigration::V1::ImageImportOsAdaptationParameters

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 affecting the OS adaptation process.

Instance Attribute Summary collapse

Instance Attribute Details

#adaptation_modifiers::Array<::Google::Cloud::VMMigration::V1::AdaptationModifier>

Returns Optional. Modifiers to be used as configuration of the OS adaptation process.

Returns:



4172
4173
4174
4175
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 4172

class ImageImportOsAdaptationParameters
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#boot_conversion::Google::Cloud::VMMigration::V1::BootConversion

Returns Optional. By default the image will keep its existing boot option. Setting this property will trigger an internal process which will convert the image from using the existing boot option to another. The size of the boot disk might be increased to allow the conversion.

Returns:

  • (::Google::Cloud::VMMigration::V1::BootConversion)

    Optional. By default the image will keep its existing boot option. Setting this property will trigger an internal process which will convert the image from using the existing boot option to another. The size of the boot disk might be increased to allow the conversion



4172
4173
4174
4175
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 4172

class ImageImportOsAdaptationParameters
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#generalize::Boolean

Returns Optional. Set to true in order to generalize the imported image. The generalization process enables co-existence of multiple VMs created from the same image. For Windows, generalizing the image removes computer-specific information such as installed drivers and the computer security identifier (SID).

Returns:

  • (::Boolean)

    Optional. Set to true in order to generalize the imported image. The generalization process enables co-existence of multiple VMs created from the same image. For Windows, generalizing the image removes computer-specific information such as installed drivers and the computer security identifier (SID).



4172
4173
4174
4175
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 4172

class ImageImportOsAdaptationParameters
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#license_type::Google::Cloud::VMMigration::V1::ComputeEngineLicenseType

Returns Optional. Choose which type of license to apply to the imported image.

Returns:



4172
4173
4174
4175
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 4172

class ImageImportOsAdaptationParameters
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end