Migration Center v1 API - Class MachinePreferences (1.1.0)

public sealed class MachinePreferences : IMessage<MachinePreferences>, IEquatable<MachinePreferences>, IDeepCloneable<MachinePreferences>, IBufferMessage, IMessage

Reference documentation and code samples for the Migration Center v1 API 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

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

MachinePreferences()

public MachinePreferences()

MachinePreferences(MachinePreferences)

public MachinePreferences(MachinePreferences other)
Parameter
NameDescription
otherMachinePreferences

Properties

AllowedMachineSeries

public RepeatedField<MachineSeries> AllowedMachineSeries { get; }

Compute Engine machine series to consider for insights and recommendations. If empty, no restriction is applied on the machine series.

Property Value
TypeDescription
RepeatedFieldMachineSeries