@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class LogsArchiveDestinationAzure extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CONTAINER |
static String |
JSON_PROPERTY_INTEGRATION |
static String |
JSON_PROPERTY_PATH |
static String |
JSON_PROPERTY_REGION |
static String |
JSON_PROPERTY_STORAGE_ACCOUNT |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
LogsArchiveDestinationAzure() |
LogsArchiveDestinationAzure(String container,
LogsArchiveIntegrationAzure integration,
String storageAccount,
LogsArchiveDestinationAzureType type) |
| Modifier and Type | Method and Description |
|---|---|
LogsArchiveDestinationAzure |
container(String container) |
boolean |
equals(Object o)
Return true if this LogsArchiveDestinationAzure object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getContainer()
The container where the archive will be stored.
|
LogsArchiveIntegrationAzure |
getIntegration()
The Azure archive's integration destination.
|
String |
getPath()
The archive path.
|
String |
getRegion()
The region where the archive will be stored.
|
String |
getStorageAccount()
The associated storage account.
|
LogsArchiveDestinationAzureType |
getType()
Type of the Azure archive destination.
|
int |
hashCode() |
LogsArchiveDestinationAzure |
integration(LogsArchiveIntegrationAzure integration) |
LogsArchiveDestinationAzure |
path(String path) |
LogsArchiveDestinationAzure |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
LogsArchiveDestinationAzure |
region(String region) |
void |
setContainer(String container) |
void |
setIntegration(LogsArchiveIntegrationAzure integration) |
void |
setPath(String path) |
void |
setRegion(String region) |
void |
setStorageAccount(String storageAccount) |
void |
setType(LogsArchiveDestinationAzureType type) |
LogsArchiveDestinationAzure |
storageAccount(String storageAccount) |
String |
toString() |
LogsArchiveDestinationAzure |
type(LogsArchiveDestinationAzureType type) |
public boolean unparsed
public static final String JSON_PROPERTY_CONTAINER
public static final String JSON_PROPERTY_INTEGRATION
public static final String JSON_PROPERTY_PATH
public static final String JSON_PROPERTY_REGION
public static final String JSON_PROPERTY_STORAGE_ACCOUNT
public static final String JSON_PROPERTY_TYPE
public LogsArchiveDestinationAzure()
public LogsArchiveDestinationAzure(String container, LogsArchiveIntegrationAzure integration, String storageAccount, LogsArchiveDestinationAzureType type)
public LogsArchiveDestinationAzure container(String container)
public String getContainer()
public void setContainer(String container)
public LogsArchiveDestinationAzure integration(LogsArchiveIntegrationAzure integration)
public LogsArchiveIntegrationAzure getIntegration()
public void setIntegration(LogsArchiveIntegrationAzure integration)
public LogsArchiveDestinationAzure path(String path)
@Nullable public String getPath()
public void setPath(String path)
public LogsArchiveDestinationAzure region(String region)
@Nullable public String getRegion()
public void setRegion(String region)
public LogsArchiveDestinationAzure storageAccount(String storageAccount)
public String getStorageAccount()
public void setStorageAccount(String storageAccount)
public LogsArchiveDestinationAzure type(LogsArchiveDestinationAzureType type)
public LogsArchiveDestinationAzureType getType()
public void setType(LogsArchiveDestinationAzureType type)
public LogsArchiveDestinationAzure putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2024. All rights reserved.