Show / Hide Table of Contents

Class GoogleCloudOsconfigV2OrchestrationScopeSelector

Selector for the resources in scope of orchestration.

Inheritance
object
GoogleCloudOsconfigV2OrchestrationScopeSelector
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX