Class: DatadogAPIClient::V2::GCPUsageCostConfigAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::GCPUsageCostConfigAttributes
- 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
-
#account_id ⇒ Object
readonly
The GCP account ID.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#bucket_name ⇒ Object
readonly
The GCP bucket name used to store the Usage Cost export.
-
#created_at ⇒ Object
readonly
The timestamp when the GCP Usage Cost config was created.
-
#dataset ⇒ Object
readonly
The export dataset name used for the GCP Usage Cost Report.
-
#error_messages ⇒ Object
The error messages for the GCP Usage Cost config.
-
#export_prefix ⇒ Object
readonly
The export prefix used for the GCP Usage Cost Report.
-
#export_project_name ⇒ Object
readonly
The name of the GCP Usage Cost Report.
-
#months ⇒ Object
readonly
The number of months the report has been backfilled.
-
#project_id ⇒ Object
The
project_id
of the GCP Usage Cost report. -
#service_account ⇒ Object
readonly
The unique GCP service account email.
-
#status ⇒ Object
readonly
The status of the GCP Usage Cost config.
-
#status_updated_at ⇒ Object
readonly
The timestamp when the GCP Usage Cost config status was updated.
-
#updated_at ⇒ Object
readonly
The timestamp when the GCP Usage Cost config status was updated.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#account_id ⇒ Object
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 @account_id end |
#additional_properties ⇒ Object
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_name ⇒ Object
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_at ⇒ Object
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 |
#dataset ⇒ Object
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_messages ⇒ Object
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 end |
#export_prefix ⇒ Object
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_name ⇒ Object
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 |
#months ⇒ Object
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_id ⇒ Object
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_account ⇒ Object
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 @service_account end |
#status ⇒ Object
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_at ⇒ Object
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_at ⇒ Object
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 |