public sealed class InstanceTemplatesScopedList : IMessage<InstanceTemplatesScopedList>, IEquatable<InstanceTemplatesScopedList>, IDeepCloneable<InstanceTemplatesScopedList>, IBufferMessage, IMessage
Implements
IMessageInstanceTemplatesScopedList, IEquatableInstanceTemplatesScopedList, IDeepCloneableInstanceTemplatesScopedList, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
InstanceTemplatesScopedList()
public InstanceTemplatesScopedList()
InstanceTemplatesScopedList(InstanceTemplatesScopedList)
public InstanceTemplatesScopedList(InstanceTemplatesScopedList other)
Parameter | |
---|---|
Name | Description |
other | InstanceTemplatesScopedList |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Warning |