Compute Engine v1 API - Class NodeTypesScopedList (2.5.0)

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

Inheritance

Object > NodeTypesScopedList

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

NodeTypesScopedList()

public NodeTypesScopedList()

NodeTypesScopedList(NodeTypesScopedList)

public NodeTypesScopedList(NodeTypesScopedList other)
Parameter
NameDescription
otherNodeTypesScopedList

Properties

NodeTypes

public RepeatedField<NodeType> NodeTypes { get; }

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

Property Value
TypeDescription
RepeatedField<NodeType>

Warning

public Warning Warning { get; set; }

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

Property Value
TypeDescription
Warning