Class SetAutoscalerLinkOperationMetadata
Implements
Inherited Members
Namespace: Google.Apis.DeploymentManager.alpha.Data
Assembly: Google.Apis.DeploymentManager.alpha.dll
Syntax
public class SetAutoscalerLinkOperationMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ZonalIgmIds
List of zonal IGM IDs part of the RMIG.
Declaration
[JsonProperty("zonalIgmIds")]
public virtual IList<long?> ZonalIgmIds { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<long?> |
ZoneToIgmIds
Map of zone to an ID of the zonal IGM belonging to the RMIG.
Declaration
[JsonProperty("zoneToIgmIds")]
public virtual IDictionary<string, long?> ZoneToIgmIds { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, long?> |