Class: DatadogAPIClient::V2::TenancyConfigDataAttributes

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_idObject

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_versionObject

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_enabledObject

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_idObject

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_idObject

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_regionObject

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_configObject

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_configObject

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_nameObject

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_configObject

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_enabledObject

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_nameObject

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_ocidObject

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