public sealed class MachineTypesScopedList : IMessage<MachineTypesScopedList>, IEquatable<MachineTypesScopedList>, IDeepCloneable<MachineTypesScopedList>, IBufferMessage, IMessageImplements
IMessage<MachineTypesScopedList>, IEquatable<MachineTypesScopedList>, IDeepCloneable<MachineTypesScopedList>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
MachineTypesScopedList()
public MachineTypesScopedList()MachineTypesScopedList(MachineTypesScopedList)
public MachineTypesScopedList(MachineTypesScopedList other)| Parameter | |
|---|---|
| Name | Description |
other |
MachineTypesScopedList |
Properties
MachineTypes
public RepeatedField<MachineType> MachineTypes { get; }[Output Only] A list of machine types contained in this scope.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<MachineType> |
|
Warning
public Warning Warning { get; set; }[Output Only] An informational warning that appears when the machine types list is empty.
| Property Value | |
|---|---|
| Type | Description |
Warning |
|