Class InstanceGroupManagersScopedList
Inheritance
System.Object
InstanceGroupManagersScopedList
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.dll
Syntax
public class InstanceGroupManagersScopedList : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
InstanceGroupManagers
[Output Only] The list of managed instance groups that are contained in the specified project and zone.
Declaration
[JsonProperty("instanceGroupManagers")]
public virtual IList<InstanceGroupManager> InstanceGroupManagers { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<InstanceGroupManager> |
Warning
[Output Only] The warning that replaces the list of managed instance groups when the list is empty.
Declaration
[JsonProperty("warning")]
public virtual InstanceGroupManagersScopedList.WarningData Warning { get; set; }
Property Value
| Type | Description |
|---|---|
| InstanceGroupManagersScopedList.WarningData |