Class CreateTenancyConfigDataAttributesRegionsConfig

Region configuration for an OCI tenancy, specifying which regions are available, enabled, or disabled for data collection.

Hierarchy

  • CreateTenancyConfigDataAttributesRegionsConfig

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
available?: string[]

List of OCI regions available for data collection in the tenancy.

disabled?: string[]

List of OCI regions explicitly disabled for data collection.

enabled?: string[]

List of OCI regions enabled for data collection.

Generated using TypeDoc