public sealed class NodeTypesScopedList : IMessage<NodeTypesScopedList>, IEquatable<NodeTypesScopedList>, IDeepCloneable<NodeTypesScopedList>, IBufferMessage, IMessage
Implements
IMessageNodeTypesScopedList, IEquatableNodeTypesScopedList, IDeepCloneableNodeTypesScopedList, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.ComputeV1Assembly
Google.Cloud.Compute.V1.dll
Constructors
NodeTypesScopedList()
public NodeTypesScopedList()
NodeTypesScopedList(NodeTypesScopedList)
public NodeTypesScopedList(NodeTypesScopedList other)
Parameter | |
---|---|
Name | Description |
other | NodeTypesScopedList |
Properties
NodeTypes
public RepeatedField<NodeType> NodeTypes { get; }
[Output Only] A list of node types contained in this scope.
Property Value | |
---|---|
Type | Description |
RepeatedFieldNodeType |
Warning
public Warning Warning { get; set; }
[Output Only] An informational warning that appears when the node types list is empty.
Property Value | |
---|---|
Type | Description |
Warning |