INPUT_OBJECT

CreateGcpReaderTargetInput

Description

Input for GCP Reader Target.

link GraphQL Schema definition

  • input CreateGcpReaderTargetInput {
  • # Field for specifying cluster UUID of the target.
  • clusterUuid: UUID!
  • # Field for specifying name of the target.
  • name: String!
  • # Field for specifying region of the target.
  • region: GcpRegion!
  • # Field for specifying storage class of the target.
  • storageClass: GcpStorageClass!
  • # Field for specifying GCP bucket name.
  • bucket: String!
  • # Field for specifying encryption password.
  • encryptionPassword: String!
  • # Field for specifying service account JSON key.
  • serviceAccountJsonKey: String!
  • # Field for creating proxy settings.
  • archivalProxySettings: ProxySettingsInput
  • # Field for specifying the metadata to be retrieved from a target.
  • readerRetrievalMethod: ReaderRetrievalMethod!
  • # Specifies whether the proxy settings should be bypassed for creating this target
  • # location.
  • bypassProxy: Boolean!
  • }

link Require by