Compute Engine v1 API - Class MachineTypesScopedList (2.15.0)

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

Inheritance

object > MachineTypesScopedList

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

MachineTypesScopedList()

public MachineTypesScopedList()

MachineTypesScopedList(MachineTypesScopedList)

public MachineTypesScopedList(MachineTypesScopedList other)
Parameter
NameDescription
otherMachineTypesScopedList

Properties

MachineTypes

public RepeatedField<MachineType> MachineTypes { get; }

[Output Only] A list of machine types contained in this scope.

Property Value
TypeDescription
RepeatedFieldMachineType

Warning

public Warning Warning { get; set; }

[Output Only] An informational warning that appears when the machine types list is empty.

Property Value
TypeDescription
Warning