Show / Hide Table of Contents

Class GoogleCloudOsconfigV2betaOrchestrationScopeSelector

Selector for the resources in scope of orchestration.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX