INPUT_OBJECT
CreateGcpTargetInput
Description
Input for creating a GCP archival target.
link GraphQL Schema definition
- input CreateGcpTargetInput {
- # Proxy settings of the GCP archival target.
- : ProxySettingsInput
- # Bucket of the GCP archival target.
- : String!
- # Specifies whether the proxy settings should be bypassed for creating this
- # archival target location.
- : Boolean!
- # Cluster UUID of the GCP archival target.
- : UUID!
- # Encryption password for the GCP archival target.
- : String!
- # Name of the GCP archival target.
- : String!
- # Region of the GCP archival target.
- : GcpRegion!
- # Service account JSON key for the GCP archival target.
- : String!
- # Storage class of the GCP archival target.
- : GcpStorageClass!
- }