Class: DatadogAPIClient::V2::GCPUsageCostConfigAttributes

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

Overview

Attributes for a GCP Usage Cost config.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#account_idObject

The GCP account ID.



25
26
27
# File 'lib/datadog_api_client/v2/models/gcp_usage_cost_config_attributes.rb', line 25

def 
  @account_id
end

#additional_propertiesObject

Returns the value of attribute additional_properties.



63
64
65
# File 'lib/datadog_api_client/v2/models/gcp_usage_cost_config_attributes.rb', line 63

def additional_properties
  @additional_properties
end

#bucket_nameObject

The GCP bucket name used to store the Usage Cost export.



28
29
30
# File 'lib/datadog_api_client/v2/models/gcp_usage_cost_config_attributes.rb', line 28

def bucket_name
  @bucket_name
end

#created_atObject

The timestamp when the GCP Usage Cost config was created.



31
32
33
# File 'lib/datadog_api_client/v2/models/gcp_usage_cost_config_attributes.rb', line 31

def created_at
  @created_at
end

#datasetObject

The export dataset name used for the GCP Usage Cost Report.



34
35
36
# File 'lib/datadog_api_client/v2/models/gcp_usage_cost_config_attributes.rb', line 34

def dataset
  @dataset
end

#error_messagesObject

The error messages for the GCP Usage Cost config.



37
38
39
# File 'lib/datadog_api_client/v2/models/gcp_usage_cost_config_attributes.rb', line 37

def error_messages
  @error_messages
end

#export_prefixObject

The export prefix used for the GCP Usage Cost Report.



40
41
42
# File 'lib/datadog_api_client/v2/models/gcp_usage_cost_config_attributes.rb', line 40

def export_prefix
  @export_prefix
end

#export_project_nameObject

The name of the GCP Usage Cost Report.



43
44
45
# File 'lib/datadog_api_client/v2/models/gcp_usage_cost_config_attributes.rb', line 43

def export_project_name
  @export_project_name
end

#monthsObject

The number of months the report has been backfilled.



46
47
48
# File 'lib/datadog_api_client/v2/models/gcp_usage_cost_config_attributes.rb', line 46

def months
  @months
end

#project_idObject

The project_id of the GCP Usage Cost report.



49
50
51
# File 'lib/datadog_api_client/v2/models/gcp_usage_cost_config_attributes.rb', line 49

def project_id
  @project_id
end

#service_accountObject

The unique GCP service account email.



52
53
54
# File 'lib/datadog_api_client/v2/models/gcp_usage_cost_config_attributes.rb', line 52

def 
  @service_account
end

#statusObject

The status of the GCP Usage Cost config.



55
56
57
# File 'lib/datadog_api_client/v2/models/gcp_usage_cost_config_attributes.rb', line 55

def status
  @status
end

#status_updated_atObject

The timestamp when the GCP Usage Cost config status was updated.



58
59
60
# File 'lib/datadog_api_client/v2/models/gcp_usage_cost_config_attributes.rb', line 58

def status_updated_at
  @status_updated_at
end

#updated_atObject

The timestamp when the GCP Usage Cost config status was updated.



61
62
63
# File 'lib/datadog_api_client/v2/models/gcp_usage_cost_config_attributes.rb', line 61

def updated_at
  @updated_at
end