Class RolloutPlanWaveSelector
A selector which specifies what resource(s) are included in a given wave.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class RolloutPlanWaveSelector : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LocationSelector
Optional. Roll out to resources by Cloud locations.
Declaration
[JsonProperty("locationSelector")]
public virtual RolloutPlanWaveSelectorLocationSelector LocationSelector { get; set; }
Property Value
| Type | Description |
|---|---|
| RolloutPlanWaveSelectorLocationSelector |
ResourceHierarchySelector
Optional. Roll out to resources by Cloud Resource Manager resource hierarchy.
Declaration
[JsonProperty("resourceHierarchySelector")]
public virtual RolloutPlanWaveSelectorResourceHierarchySelector ResourceHierarchySelector { get; set; }
Property Value
| Type | Description |
|---|---|
| RolloutPlanWaveSelectorResourceHierarchySelector |