Class MachinePreferences
The type of machines to consider when calculating virtual machine migration insights and recommendations for GCE. 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 MachinePreferences : IDirectResponseSchema
Properties
AllowedMachineSeries
Compute Engine 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 |