Show / Hide Table of Contents

Class SoleTenancyPreferences

Preferences concerning Sole Tenancy nodes and VMs.

Inheritance
object
SoleTenancyPreferences
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 SoleTenancyPreferences : IDirectResponseSchema

Properties

CommitmentPlan

Commitment plan to consider when calculating costs for virtual machine insights and recommendations. If you are unsure which value to set, a 3 year commitment plan is often a good value to start with.

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

CpuOvercommitRatio

CPU overcommit ratio. Acceptable values are between 1.0 and 2.0 inclusive.

Declaration
[JsonProperty("cpuOvercommitRatio")]
public virtual double? CpuOvercommitRatio { get; set; }
Property Value
Type Description
double?

ETag

The ETag of the item.

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

HostMaintenancePolicy

Sole Tenancy nodes maintenance policy.

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

NodeTypes

A list of sole tenant node types. An empty list means that all possible node types will be considered.

Declaration
[JsonProperty("nodeTypes")]
public virtual IList<SoleTenantNodeType> NodeTypes { get; set; }
Property Value
Type Description
IList<SoleTenantNodeType>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX