Class: DatadogAPIClient::V2::TenancyConfigDataAttributes

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/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.



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

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_versionObject

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_enabledObject

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_idObject

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_idObject

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_regionObject

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_configObject

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_configObject

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_nameObject

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_configObject

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_enabledObject

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_nameObject

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_ocidObject

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