Show / Hide Table of Contents

Class VMwareEngineMachinePreferences

The type of machines to consider when calculating virtual machine migration insights and recommendations for VMware Engine. Not all machine types are available in all zones and regions.

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

Properties

AllowedMachineSeries

Optional. VMware Engine on Google Cloud machine series to consider for insights and recommendations. If empty, no restriction is applied on the machine series.

Declaration
[JsonProperty("allowedMachineSeries")]
public virtual IList<MachineSeries> AllowedMachineSeries { get; set; }
Property Value
Type Description
IList<MachineSeries>

ETag

The ETag of the item.

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

ProtectedNodes

Optional. Whether to use VMware Engine Protected offering.

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

StorageOnlyNodes

Optional. Whether to use storage-only nodes, if those are available.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX