Class GoogleCloudOsconfigV2betaOrchestrationScopeSelector
Selector for the resources in scope of orchestration.
Implements
Inherited Members
Namespace: Google.Apis.OSConfig.v2beta.Data
Assembly: Google.Apis.OSConfig.v2beta.dll
Syntax
public class GoogleCloudOsconfigV2betaOrchestrationScopeSelector : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LocationSelector
Selector for selecting locations.
Declaration
[JsonProperty("locationSelector")]
public virtual GoogleCloudOsconfigV2betaOrchestrationScopeLocationSelector LocationSelector { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudOsconfigV2betaOrchestrationScopeLocationSelector |
ResourceHierarchySelector
Selector for selecting resource hierarchy.
Declaration
[JsonProperty("resourceHierarchySelector")]
public virtual GoogleCloudOsconfigV2betaOrchestrationScopeResourceHierarchySelector ResourceHierarchySelector { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudOsconfigV2betaOrchestrationScopeResourceHierarchySelector |