Class RolloutPlanWaveSelectorResourceHierarchySelector
Roll out to resources by Cloud Resource Manager resource hierarchy nodes such as projects, folders, orgs.
Implements
Inherited Members
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> |