Class ImageImportOsAdaptationParameters
Parameters affecting the OS adaptation process.
Implements
Inherited Members
Namespace: Google.Apis.VMMigrationService.v1.Data
Assembly: Google.Apis.VMMigrationService.v1.dll
Syntax
public class ImageImportOsAdaptationParameters : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Generalize
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).
Declaration
[JsonProperty("generalize")]
public virtual bool? Generalize { get; set; }
Property Value
Type | Description |
---|---|
bool? |
LicenseType
Optional. Choose which type of license to apply to the imported image.
Declaration
[JsonProperty("licenseType")]
public virtual string LicenseType { get; set; }
Property Value
Type | Description |
---|---|
string |