Compute Engine v1 API - Class InstanceTemplatesScopedList (2.15.0)

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

Inheritance

object > InstanceTemplatesScopedList

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

InstanceTemplatesScopedList()

public InstanceTemplatesScopedList()

InstanceTemplatesScopedList(InstanceTemplatesScopedList)

public InstanceTemplatesScopedList(InstanceTemplatesScopedList other)
Parameter
NameDescription
otherInstanceTemplatesScopedList

Properties

InstanceTemplates

public RepeatedField<InstanceTemplate> InstanceTemplates { get; }

[Output Only] A list of instance templates that are contained within the specified project and zone.

Property Value
TypeDescription
RepeatedFieldInstanceTemplate

Warning

public Warning Warning { get; set; }

[Output Only] An informational warning that replaces the list of instance templates when the list is empty.

Property Value
TypeDescription
Warning