Reference documentation and code samples for the Migrate for Compute Engine V1 API class Google::Cloud::VMMigration::V1::ImageImportOsAdaptationParameters.
Parameters affecting the OS adaptation process.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#boot_conversion
def boot_conversion() -> ::Google::Cloud::VMMigration::V1::BootConversion
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
#boot_conversion=
def boot_conversion=(value) -> ::Google::Cloud::VMMigration::V1::BootConversion
Parameter
- value (::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
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
#generalize
def generalize() -> ::Boolean
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).
#generalize=
def generalize=(value) -> ::Boolean
Parameter
- value (::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).
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).
#license_type
def license_type() -> ::Google::Cloud::VMMigration::V1::ComputeEngineLicenseType
Returns
- (::Google::Cloud::VMMigration::V1::ComputeEngineLicenseType) — Optional. Choose which type of license to apply to the imported image.
#license_type=
def license_type=(value) -> ::Google::Cloud::VMMigration::V1::ComputeEngineLicenseType
Parameter
- value (::Google::Cloud::VMMigration::V1::ComputeEngineLicenseType) — Optional. Choose which type of license to apply to the imported image.
Returns
- (::Google::Cloud::VMMigration::V1::ComputeEngineLicenseType) — Optional. Choose which type of license to apply to the imported image.