INPUT_OBJECT
CreateAzureReaderTargetInput
Description
Input for creating an Azure Reader Target.
link GraphQL Schema definition
- input CreateAzureReaderTargetInput {
- # Field for specifying access key of the target.
- : String!
- # Azure Key Vault key used to encrypt the archival target.
- : AzureKeyVaultKeyIdentifierWithoutKeyVersionInput
- # Specifies whether the proxy settings should be bypassed for creating this target
- # location.
- : Boolean!
- # Field for specifying cloud account ID.
- : UUID!
- # Field for specifying cluster UUID of the target.
- : UUID!
- # Compute proxy settings for Azure target.
- : ProxySettingsInput
- # Field for Azure compute settings.
- : AzureCloudComputeSettingsInput
- # Field for specifying container name of the target.
- : String!
- # Field for specifying immutability settings of Azure target.
- : AzureImmutabilitySettings
- # Field for specifying instance type of Azure target.
- : InstanceTypeEnum!
- # Field for specifying whether consolidation is enabled or not.
- : Boolean!
- # Field for specifying name of the target.
- : String!
- # Field for specifying compute settings.
- : ProxySettingsInput
- # Field for specifying the metadata to be retrieved from a target.
- : ReaderRetrievalMethod!
- # Retrieval tier to use for retrieving data from archive storage.
- : AzureRetrievalTier
- # Field for specifying RSA key for encryption.
- : String
- # Field for specifying storage account name.
- : String!
- }