INPUT_OBJECT

CreateGcpTargetInput

Description

Input for creating a GCP archival target.

link GraphQL Schema definition

  • input CreateGcpTargetInput {
  • # Cluster UUID of the GCP archival target.
  • clusterUuid: UUID!
  • # Name of the GCP archival target.
  • name: String!
  • # Region of the GCP archival target.
  • region: GcpRegion!
  • # Storage class of the GCP archival target.
  • storageClass: GcpStorageClass!
  • # Bucket of the GCP archival target.
  • bucket: String!
  • # Encryption password for the GCP archival target.
  • encryptionPassword: String!
  • # Service account JSON key for the GCP archival target.
  • serviceAccountJsonKey: String!
  • # Proxy settings of the GCP archival target.
  • archivalProxySettings: ProxySettingsInput
  • # Specifies whether the proxy settings should be bypassed for creating this
  • # archival target location.
  • bypassProxy: Boolean!
  • }

link Require by