Class GoogleCloudOsconfigV2OrchestrationScopeSelector
Selector for the resources in scope of orchestration.
Implements
Inherited Members
Namespace: Google.Apis.OSConfig.v2.Data
Assembly: Google.Apis.OSConfig.v2.dll
Syntax
public class GoogleCloudOsconfigV2OrchestrationScopeSelector : 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 GoogleCloudOsconfigV2OrchestrationScopeLocationSelector LocationSelector { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudOsconfigV2OrchestrationScopeLocationSelector |
ResourceHierarchySelector
Selector for selecting resource hierarchy.
Declaration
[JsonProperty("resourceHierarchySelector")]
public virtual GoogleCloudOsconfigV2OrchestrationScopeResourceHierarchySelector ResourceHierarchySelector { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudOsconfigV2OrchestrationScopeResourceHierarchySelector |