Show / Hide Table of Contents

Class MachinePreferences

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

Inheritance
object
MachinePreferences
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX