INPUT_OBJECT

CreateAzureReaderTargetInput

Description

Input for creating an Azure Reader Target.

link GraphQL Schema definition

  • input CreateAzureReaderTargetInput {
  • # Field for specifying name of the target.
  • name: String!
  • # Field for specifying cluster UUID of the target.
  • clusterUuid: UUID!
  • # Field for specifying storage account name.
  • storageAccountName: String!
  • # Field for specifying access key of the target.
  • accessKey: String!
  • # Field for specifying container name of the target.
  • containerName: String!
  • # Field for specifying cloud account ID.
  • cloudAccountId: UUID!
  • # Field for specifying instance type of Azure target.
  • instanceType: InstanceTypeEnum!
  • # Field for specifying RSA key for encryption.
  • rsaKey: String!
  • # Field for Azure compute settings.
  • computeSettings: AzureCloudComputeSettingsInput
  • # Field for specifying compute settings.
  • proxySettings: ProxySettingsInput
  • # Field for specifying whether consolidation is enabled or not.
  • isConsolidationEnabled: Boolean!
  • # Field for specifying immutability settings of Azure target.
  • immutabilitySettings: AzureImmutabilitySettings
  • # Field for specifying the metadata to be retrieved from a target.
  • readerRetrievalMethod: ReaderRetrievalMethod!
  • # Retrieval tier to use for retrieving data from archive storage.
  • retrievalTier: AzureRetrievalTier
  • # Specifies whether the proxy settings should be bypassed for creating this target
  • # location.
  • bypassProxy: Boolean!
  • }

link Require by