Show / Hide Table of Contents

Class RolloutPlanWaveSelector

A selector which specifies what resource(s) are included in a given wave.

Inheritance
object
RolloutPlanWaveSelector
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX