Interface ImageImportOsAdaptationParametersOrBuilder (1.74.0)

public interface ImageImportOsAdaptationParametersOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBootConversion()

public abstract BootConversion getBootConversion()

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

.google.cloud.vmmigration.v1.BootConversion boot_conversion = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
BootConversion

The bootConversion.

getBootConversionValue()

public abstract int getBootConversionValue()

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

.google.cloud.vmmigration.v1.BootConversion boot_conversion = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for bootConversion.

getGeneralize()

public abstract boolean getGeneralize()

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).

bool generalize = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The generalize.

getLicenseType()

public abstract ComputeEngineLicenseType getLicenseType()

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

.google.cloud.vmmigration.v1.ComputeEngineLicenseType license_type = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ComputeEngineLicenseType

The licenseType.

getLicenseTypeValue()

public abstract int getLicenseTypeValue()

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

.google.cloud.vmmigration.v1.ComputeEngineLicenseType license_type = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for licenseType.