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.
Implements
Inherited Members
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 |