Class: DatadogAPIClient::V2::AzureUCConfig

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

Overview

Azure config.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#account_idObject

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
end

#client_idObject

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_atObject

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_typeObject

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_messagesObject

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
  @error_messages
end

#export_nameObject

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_pathObject

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

#idObject

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

#monthsObject

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

#scopeObject

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

#statusObject

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_atObject

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_accountObject

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
end

#storage_containerObject

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_atObject

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