public sealed class NodeTypesScopedList : IMessage<NodeTypesScopedList>, IEquatable<NodeTypesScopedList>, IDeepCloneable<NodeTypesScopedList>, IBufferMessage, IMessageImplements
IMessage<NodeTypesScopedList>, IEquatable<NodeTypesScopedList>, IDeepCloneable<NodeTypesScopedList>, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
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 |
RepeatedField<NodeType> |
|
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 |
|