Class: DatadogAPIClient::V2::UpdateTenancyConfigDataAttributes

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/update_tenancy_config_data_attributes.rb

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_credentialsObject

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_enabledObject

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_regionObject

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_configObject

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_configObject

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_configObject

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_enabledObject

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_ocidObject

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