Show / Hide Table of Contents

Class RolloutPlanWaveSelectorResourceHierarchySelector

Roll out to resources by Cloud Resource Manager resource hierarchy nodes such as projects, folders, orgs.

Inheritance
object
RolloutPlanWaveSelectorResourceHierarchySelector
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 RolloutPlanWaveSelectorResourceHierarchySelector : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IncludedFolders

Optional. Format: "folders/{folder_id}"

Declaration
[JsonProperty("includedFolders")]
public virtual IList<string> IncludedFolders { get; set; }
Property Value
Type Description
IList<string>

IncludedOrganizations

Optional. Format: "organizations/{organization_id}"

Declaration
[JsonProperty("includedOrganizations")]
public virtual IList<string> IncludedOrganizations { get; set; }
Property Value
Type Description
IList<string>

IncludedProjects

Optional. Format: "projects/{project_id}"

Declaration
[JsonProperty("includedProjects")]
public virtual IList<string> IncludedProjects { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX