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
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#billing_plan_id ⇒ Object
readonly
Returns the value of attribute billing_plan_id.
-
#config_version ⇒ Object
Returns the value of attribute config_version.
-
#cost_collection_enabled ⇒ Object
Returns the value of attribute cost_collection_enabled.
-
#dd_compartment_id ⇒ Object
Returns the value of attribute dd_compartment_id.
-
#dd_stack_id ⇒ Object
Returns the value of attribute dd_stack_id.
-
#home_region ⇒ Object
Returns the value of attribute home_region.
-
#logs_config ⇒ Object
Returns the value of attribute logs_config.
-
#metrics_config ⇒ Object
Returns the value of attribute metrics_config.
-
#parent_tenancy_name ⇒ Object
Returns the value of attribute parent_tenancy_name.
-
#regions_config ⇒ Object
Returns the value of attribute regions_config.
-
#resource_collection_enabled ⇒ Object
Returns the value of attribute resource_collection_enabled.
-
#tenancy_name ⇒ Object
Returns the value of attribute tenancy_name.
-
#user_ocid ⇒ Object
Returns the value of attribute user_ocid.
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
Returns the value of attribute billing_plan_id.
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
Returns the value of attribute config_version.
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
Returns the value of attribute cost_collection_enabled.
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
Returns the value of attribute dd_compartment_id.
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
Returns the value of attribute dd_stack_id.
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
Returns the value of attribute home_region.
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
Returns the value of attribute logs_config.
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
Returns the value of attribute metrics_config.
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
Returns the value of attribute parent_tenancy_name.
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
Returns the value of attribute regions_config.
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
Returns the value of attribute resource_collection_enabled.
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
Returns the value of attribute tenancy_name.
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
Returns the value of attribute user_ocid.
61 62 63 |
# File 'lib/datadog_api_client/v2/models/tenancy_config_data_attributes.rb', line 61 def user_ocid @user_ocid end |