Class: DatadogAPIClient::V2::CreateTenancyConfigDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CreateTenancyConfigDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/create_tenancy_config_data_attributes.rb
Overview
Attributes for creating a new OCI tenancy integration configuration, including credentials, region settings, and collection options.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#auth_credentials ⇒ Object
readonly
OCI API signing key credentials used to authenticate the Datadog integration with the OCI tenancy.
-
#config_version ⇒ Object
Version number of the integration the tenancy is integrated with.
-
#cost_collection_enabled ⇒ Object
Whether cost data collection from OCI is enabled for the tenancy.
-
#dd_compartment_id ⇒ Object
The OCID of the OCI compartment used by the Datadog integration stack.
-
#dd_stack_id ⇒ Object
The OCID of the OCI Resource Manager stack used by the Datadog integration.
-
#home_region ⇒ Object
readonly
The home region of the OCI tenancy (for example, us-ashburn-1).
-
#logs_config ⇒ Object
Log collection configuration for an OCI tenancy, controlling which compartments and services have log collection enabled.
-
#metrics_config ⇒ Object
Metrics collection configuration for an OCI tenancy, controlling which compartments and services are included or excluded.
-
#regions_config ⇒ Object
Region configuration for an OCI tenancy, specifying which regions are available, enabled, or disabled for data collection.
-
#resource_collection_enabled ⇒ Object
Whether resource collection from OCI is enabled for the tenancy.
-
#user_ocid ⇒ Object
readonly
The OCID of the OCI user used by the Datadog integration for authentication.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
57 58 59 |
# File 'lib/datadog_api_client/v2/models/create_tenancy_config_data_attributes.rb', line 57 def additional_properties @additional_properties end |
#auth_credentials ⇒ Object
OCI API signing key credentials used to authenticate the Datadog integration with the OCI tenancy.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/create_tenancy_config_data_attributes.rb', line 25 def auth_credentials @auth_credentials end |
#config_version ⇒ Object
Version number of the integration the tenancy is integrated with
28 29 30 |
# File 'lib/datadog_api_client/v2/models/create_tenancy_config_data_attributes.rb', line 28 def config_version @config_version end |
#cost_collection_enabled ⇒ Object
Whether cost data collection from OCI is enabled for the tenancy.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/create_tenancy_config_data_attributes.rb', line 31 def cost_collection_enabled @cost_collection_enabled end |
#dd_compartment_id ⇒ Object
The OCID of the OCI compartment used by the Datadog integration stack.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/create_tenancy_config_data_attributes.rb', line 34 def dd_compartment_id @dd_compartment_id end |
#dd_stack_id ⇒ Object
The OCID of the OCI Resource Manager stack used by the Datadog integration.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/create_tenancy_config_data_attributes.rb', line 37 def dd_stack_id @dd_stack_id end |
#home_region ⇒ Object
The home region of the OCI tenancy (for example, us-ashburn-1).
40 41 42 |
# File 'lib/datadog_api_client/v2/models/create_tenancy_config_data_attributes.rb', line 40 def home_region @home_region end |
#logs_config ⇒ Object
Log collection configuration for an OCI tenancy, controlling which compartments and services have log collection enabled.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/create_tenancy_config_data_attributes.rb', line 43 def logs_config @logs_config end |
#metrics_config ⇒ Object
Metrics collection configuration for an OCI tenancy, controlling which compartments and services are included or excluded.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/create_tenancy_config_data_attributes.rb', line 46 def metrics_config @metrics_config end |
#regions_config ⇒ Object
Region configuration for an OCI tenancy, specifying which regions are available, enabled, or disabled for data collection.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/create_tenancy_config_data_attributes.rb', line 49 def regions_config @regions_config end |
#resource_collection_enabled ⇒ Object
Whether resource collection from OCI is enabled for the tenancy.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/create_tenancy_config_data_attributes.rb', line 52 def resource_collection_enabled @resource_collection_enabled end |
#user_ocid ⇒ Object
The OCID of the OCI user used by the Datadog integration for authentication.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/create_tenancy_config_data_attributes.rb', line 55 def user_ocid @user_ocid end |