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