INPUT_OBJECT
CreateAzureReaderTargetInput
Description
Input for creating an Azure Reader Target.
link GraphQL Schema definition
- input CreateAzureReaderTargetInput {
- # Field for specifying name of the target.
- String! :
- # Field for specifying cluster UUID of the target.
- UUID! :
- # Field for specifying storage account name.
- String! :
- # Field for specifying access key of the target.
- String! :
- # Field for specifying container name of the target.
- String! :
- # Field for specifying cloud account ID.
- UUID! :
- # Field for specifying instance type of Azure target.
- InstanceTypeEnum! :
- # Field for specifying RSA key for encryption.
- String :
- # Field for Azure compute settings.
- AzureCloudComputeSettingsInput :
- # Compute proxy settings for Azure target.
- ProxySettingsInput :
- # Field for specifying compute settings.
- ProxySettingsInput :
- # Field for specifying whether consolidation is enabled or not.
- Boolean! :
- # Field for specifying immutability settings of Azure target.
- AzureImmutabilitySettings :
- # Field for specifying the metadata to be retrieved from a target.
- ReaderRetrievalMethod! :
- # 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 used to encrypt the archival target.
- AzureKeyVaultKeyIdentifierWithoutKeyVersionInput :
- }