Show / Hide Table of Contents

Class ImageImportOsAdaptationParameters

Parameters affecting the OS adaptation process.

Inheritance
object
ImageImportOsAdaptationParameters
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.VMMigrationService.v1.Data
Assembly: Google.Apis.VMMigrationService.v1.dll
Syntax
public class ImageImportOsAdaptationParameters : IDirectResponseSchema

Properties

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

Declaration
[JsonProperty("bootConversion")]
public virtual string BootConversion { get; set; }
Property Value
Type Description
string

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX