Class: DatadogAPIClient::V2::TenancyConfigDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::TenancyConfigDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/tenancy_config_data_attributes.rb
Overview
Attributes of an OCI tenancy integration configuration, including authentication details, region settings, and collection options.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#billing_plan_id ⇒ Object
readonly
The identifier of the billing plan associated 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
The home region of the OCI tenancy (for example, us-ashburn-1).
-
#logs_config ⇒ Object
Log collection configuration for an OCI tenancy, indicating which compartments and services have log collection enabled.
-
#metrics_config ⇒ Object
Metrics collection configuration for an OCI tenancy, indicating which compartments and services are included or excluded.
-
#parent_tenancy_name ⇒ Object
The name of the parent OCI tenancy, if applicable.
-
#regions_config ⇒ Object
Region configuration for an OCI tenancy, indicating which regions are available, enabled, or disabled for data collection.
-
#resource_collection_enabled ⇒ Object
Whether resource collection from OCI is enabled for the tenancy.
-
#tenancy_name ⇒ Object
The human-readable name of the OCI tenancy.
-
#user_ocid ⇒ Object
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.
63 64 65 |
# File 'lib/datadog_api_client/v2/models/tenancy_config_data_attributes.rb', line 63 def additional_properties @additional_properties end |
#billing_plan_id ⇒ Object
The identifier of the billing plan associated with the OCI tenancy.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/tenancy_config_data_attributes.rb', line 25 def billing_plan_id @billing_plan_id end |
#config_version ⇒ Object
Version number of the integration the tenancy is integrated with
28 29 30 |
# File 'lib/datadog_api_client/v2/models/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/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/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/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/tenancy_config_data_attributes.rb', line 40 def home_region @home_region end |
#logs_config ⇒ Object
Log collection configuration for an OCI tenancy, indicating which compartments and services have log collection enabled.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/tenancy_config_data_attributes.rb', line 43 def logs_config @logs_config end |
#metrics_config ⇒ Object
Metrics collection configuration for an OCI tenancy, indicating which compartments and services are included or excluded.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/tenancy_config_data_attributes.rb', line 46 def metrics_config @metrics_config end |
#parent_tenancy_name ⇒ Object
The name of the parent OCI tenancy, if applicable.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/tenancy_config_data_attributes.rb', line 49 def parent_tenancy_name @parent_tenancy_name end |
#regions_config ⇒ Object
Region configuration for an OCI tenancy, indicating which regions are available, enabled, or disabled for data collection.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/tenancy_config_data_attributes.rb', line 52 def regions_config @regions_config end |
#resource_collection_enabled ⇒ Object
Whether resource collection from OCI is enabled for the tenancy.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/tenancy_config_data_attributes.rb', line 55 def resource_collection_enabled @resource_collection_enabled end |
#tenancy_name ⇒ Object
The human-readable name of the OCI tenancy.
58 59 60 |
# File 'lib/datadog_api_client/v2/models/tenancy_config_data_attributes.rb', line 58 def tenancy_name @tenancy_name end |
#user_ocid ⇒ Object
The OCID of the OCI user used by the Datadog integration for authentication.
61 62 63 |
# File 'lib/datadog_api_client/v2/models/tenancy_config_data_attributes.rb', line 61 def user_ocid @user_ocid end |