Class: Google::Cloud::VMMigration::V1::ImageImportOsAdaptationParameters
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::ImageImportOsAdaptationParameters
- 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
-
#adaptation_modifiers ⇒ ::Array<::Google::Cloud::VMMigration::V1::AdaptationModifier>
Optional.
-
#boot_conversion ⇒ ::Google::Cloud::VMMigration::V1::BootConversion
Optional.
-
#generalize ⇒ ::Boolean
Optional.
-
#license_type ⇒ ::Google::Cloud::VMMigration::V1::ComputeEngineLicenseType
Optional.
Instance Attribute Details
#adaptation_modifiers ⇒ ::Array<::Google::Cloud::VMMigration::V1::AdaptationModifier>
Returns Optional. Modifiers to be used as configuration of the OS adaptation process.
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.
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).
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.
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 |