Show / Hide Table of Contents

Class ComputeEnginePreferences

The user preferences relating to Compute Engine target platform.

Inheritance
object
ComputeEnginePreferences
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.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class ComputeEnginePreferences : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LicenseType

License type to consider when calculating costs for virtual machine insights and recommendations. If unspecified, costs are calculated based on the default licensing plan.

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

MachinePreferences

Preferences concerning the machine types to consider on Compute Engine.

Declaration
[JsonProperty("machinePreferences")]
public virtual MachinePreferences MachinePreferences { get; set; }
Property Value
Type Description
MachinePreferences

PersistentDiskType

Persistent disk type to use. If unspecified (default), all types are considered, based on available usage data.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX