Class: DatadogAPIClient::V2::AzureUCConfig
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AzureUCConfig
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/azure_uc_config.rb
Overview
Azure config.
Instance Attribute Summary collapse
-
#account_id ⇒ Object
readonly
The tenant ID of the azure account.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#client_id ⇒ Object
readonly
The client ID of the Azure account.
-
#created_at ⇒ Object
readonly
The timestamp when the Azure config was created.
-
#dataset_type ⇒ Object
readonly
The dataset type of the Azure config.
-
#error_messages ⇒ Object
The error messages for the Azure config.
-
#export_name ⇒ Object
readonly
The name of the configured Azure Export.
-
#export_path ⇒ Object
readonly
The path where the Azure Export is saved.
-
#id ⇒ Object
The ID of the Azure config.
-
#months ⇒ Object
readonly
The number of months the report has been backfilled.
-
#scope ⇒ Object
readonly
The scope of your observed subscription.
-
#status ⇒ Object
readonly
The status of the Azure config.
-
#status_updated_at ⇒ Object
readonly
The timestamp when the Azure config status was last updated.
-
#storage_account ⇒ Object
readonly
The name of the storage account where the Azure Export is saved.
-
#storage_container ⇒ Object
readonly
The name of the storage container where the Azure Export is saved.
-
#updated_at ⇒ Object
readonly
The timestamp when the Azure config was last updated.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#account_id ⇒ Object
The tenant ID of the azure account.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/azure_uc_config.rb', line 25 def account_id @account_id end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
69 70 71 |
# File 'lib/datadog_api_client/v2/models/azure_uc_config.rb', line 69 def additional_properties @additional_properties end |
#client_id ⇒ Object
The client ID of the Azure account.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/azure_uc_config.rb', line 28 def client_id @client_id end |
#created_at ⇒ Object
The timestamp when the Azure config was created.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/azure_uc_config.rb', line 31 def created_at @created_at end |
#dataset_type ⇒ Object
The dataset type of the Azure config.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/azure_uc_config.rb', line 34 def dataset_type @dataset_type end |
#error_messages ⇒ Object
The error messages for the Azure config.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/azure_uc_config.rb', line 37 def @error_messages end |
#export_name ⇒ Object
The name of the configured Azure Export.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/azure_uc_config.rb', line 40 def export_name @export_name end |
#export_path ⇒ Object
The path where the Azure Export is saved.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/azure_uc_config.rb', line 43 def export_path @export_path end |
#id ⇒ Object
The ID of the Azure config.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/azure_uc_config.rb', line 46 def id @id end |
#months ⇒ Object
The number of months the report has been backfilled.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/azure_uc_config.rb', line 49 def months @months end |
#scope ⇒ Object
The scope of your observed subscription.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/azure_uc_config.rb', line 52 def scope @scope end |
#status ⇒ Object
The status of the Azure config.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/azure_uc_config.rb', line 55 def status @status end |
#status_updated_at ⇒ Object
The timestamp when the Azure config status was last updated.
58 59 60 |
# File 'lib/datadog_api_client/v2/models/azure_uc_config.rb', line 58 def status_updated_at @status_updated_at end |
#storage_account ⇒ Object
The name of the storage account where the Azure Export is saved.
61 62 63 |
# File 'lib/datadog_api_client/v2/models/azure_uc_config.rb', line 61 def storage_account @storage_account end |
#storage_container ⇒ Object
The name of the storage container where the Azure Export is saved.
64 65 66 |
# File 'lib/datadog_api_client/v2/models/azure_uc_config.rb', line 64 def storage_container @storage_container end |
#updated_at ⇒ Object
The timestamp when the Azure config was last updated.
67 68 69 |
# File 'lib/datadog_api_client/v2/models/azure_uc_config.rb', line 67 def updated_at @updated_at end |