Class: DatadogAPIClient::V2::LogsArchiveDestinationAzure

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

Overview

The Azure archive destination.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#containerObject

The container where the archive will be stored.



29
30
31
# File 'lib/datadog_api_client/v2/models/logs_archive_destination_azure.rb', line 29

def container
  @container
end

#integrationObject

The Azure archive’s integration destination.



32
33
34
# File 'lib/datadog_api_client/v2/models/logs_archive_destination_azure.rb', line 32

def integration
  @integration
end

#pathObject

The archive path.



35
36
37
# File 'lib/datadog_api_client/v2/models/logs_archive_destination_azure.rb', line 35

def path
  @path
end

#regionObject

The region where the archive will be stored.



38
39
40
# File 'lib/datadog_api_client/v2/models/logs_archive_destination_azure.rb', line 38

def region
  @region
end

#storage_accountObject

The associated storage account.



41
42
43
# File 'lib/datadog_api_client/v2/models/logs_archive_destination_azure.rb', line 41

def 
  @storage_account
end

#typeObject

Type of the Azure archive destination.



44
45
46
# File 'lib/datadog_api_client/v2/models/logs_archive_destination_azure.rb', line 44

def type
  @type
end