Class: DatadogAPIClient::V2::UpdateTenancyConfigDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::UpdateTenancyConfigDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/update_tenancy_config_data_attributes.rb
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#auth_credentials ⇒ Object
Returns the value of attribute auth_credentials.
-
#cost_collection_enabled ⇒ Object
Returns the value of attribute cost_collection_enabled.
-
#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.
-
#regions_config ⇒ Object
Returns the value of attribute regions_config.
-
#resource_collection_enabled ⇒ Object
Returns the value of attribute resource_collection_enabled.
-
#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.
48 49 50 |
# File 'lib/datadog_api_client/v2/models/update_tenancy_config_data_attributes.rb', line 48 def additional_properties @additional_properties end |
#auth_credentials ⇒ Object
Returns the value of attribute auth_credentials.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/update_tenancy_config_data_attributes.rb', line 25 def auth_credentials @auth_credentials end |
#cost_collection_enabled ⇒ Object
Returns the value of attribute cost_collection_enabled.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/update_tenancy_config_data_attributes.rb', line 28 def cost_collection_enabled @cost_collection_enabled end |
#home_region ⇒ Object
Returns the value of attribute home_region.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/update_tenancy_config_data_attributes.rb', line 31 def home_region @home_region end |
#logs_config ⇒ Object
Returns the value of attribute logs_config.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/update_tenancy_config_data_attributes.rb', line 34 def logs_config @logs_config end |
#metrics_config ⇒ Object
Returns the value of attribute metrics_config.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/update_tenancy_config_data_attributes.rb', line 37 def metrics_config @metrics_config end |
#regions_config ⇒ Object
Returns the value of attribute regions_config.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/update_tenancy_config_data_attributes.rb', line 40 def regions_config @regions_config end |
#resource_collection_enabled ⇒ Object
Returns the value of attribute resource_collection_enabled.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/update_tenancy_config_data_attributes.rb', line 43 def resource_collection_enabled @resource_collection_enabled end |
#user_ocid ⇒ Object
Returns the value of attribute user_ocid.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/update_tenancy_config_data_attributes.rb', line 46 def user_ocid @user_ocid end |