GoogleCloudOsconfigV2_OrchestrationScope_Selector
import type { GoogleCloudOsconfigV2_OrchestrationScope_Selector } from "https://googleapis.deno.dev/v1/osconfig:v2.ts";
Selector for the resources in scope of orchestration.
interface GoogleCloudOsconfigV2_OrchestrationScope_Selector {
locationSelector?: GoogleCloudOsconfigV2_OrchestrationScope_LocationSelector;
resourceHierarchySelector?: GoogleCloudOsconfigV2_OrchestrationScope_ResourceHierarchySelector;
}§Properties
§
locationSelector?: GoogleCloudOsconfigV2_OrchestrationScope_LocationSelector
[src]Selector for selecting locations.
§
resourceHierarchySelector?: GoogleCloudOsconfigV2_OrchestrationScope_ResourceHierarchySelector
[src]Selector for selecting resource hierarchy.