Compute Engine v1 API - Class NodeTemplatesScopedList (2.16.0)

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

Inheritance

object > NodeTemplatesScopedList

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

NodeTemplatesScopedList()

public NodeTemplatesScopedList()

NodeTemplatesScopedList(NodeTemplatesScopedList)

public NodeTemplatesScopedList(NodeTemplatesScopedList other)
Parameter
Name Description
other NodeTemplatesScopedList

Properties

NodeTemplates

public RepeatedField<NodeTemplate> NodeTemplates { get; }

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

Property Value
Type Description
RepeatedFieldNodeTemplate

Warning

public Warning Warning { get; set; }

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

Property Value
Type Description
Warning