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