Compute Engine v1 API - Class InstanceGroupsScopedList (2.15.0)

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

Inheritance

object > InstanceGroupsScopedList

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

InstanceGroupsScopedList()

public InstanceGroupsScopedList()

InstanceGroupsScopedList(InstanceGroupsScopedList)

public InstanceGroupsScopedList(InstanceGroupsScopedList other)
Parameter
NameDescription
otherInstanceGroupsScopedList

Properties

InstanceGroups

public RepeatedField<InstanceGroup> InstanceGroups { get; }

[Output Only] The list of instance groups that are contained in this scope.

Property Value
TypeDescription
RepeatedFieldInstanceGroup

Warning

public Warning Warning { get; set; }

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

Property Value
TypeDescription
Warning