INPUT_OBJECT
CreateAzureTargetInput
Description
Input for creating an Azure archival target.
link GraphQL Schema definition
- input CreateAzureTargetInput {
- # Cluster UUID of the Azure archival target.
- UUID! :
- # Name of the Azure archival target.
- String! :
- # Storage account name of the Azure archival target.
- String! :
- # Access key of the Azure archival target.
- String! :
- # Container name of the Azure archival target.
- String! :
- # Cloud account ID of the Azure archival target.
- UUID! :
- # Instance type of the Azure archival target.
- InstanceTypeEnum! :
- # RSA key of the Azure archival target for encryption.
- String :
- # Compute settings of the Azure archival target.
- AzureCloudComputeSettingsInput :
- # Compute proxy settings for Azure archival target.
- ProxySettingsInput :
- # Proxy settings of the Azure archival target.
- ProxySettingsInput :
- # Flag to determine if consolidation is enabled.
- Boolean! :
- # Immutability settings of the Azure archival target.
- AzureImmutabilitySettings :
- # Retrieval tier to use for retrieving data from archive storage.
- AzureRetrievalTier :
- # Specifies whether the proxy settings should be bypassed for creating this target
- # location.
- Boolean! :
- # Azure Key Vault key to encrypt the archival target.
- AzureKeyVaultKeyIdentifierInput :
- }