AppEnvironmentBackupShippingV2
The current backup shipping configuration for an environment.
type AppEnvironmentBackupShippingV2 {
dailyHour: Int
enabled: Boolean!
object_storage_config_azure: CloudShippingObjectStorageConfigAzure
object_storage_config_gcp: CloudShippingObjectStorageConfigGCP
object_storage_config_s3: CloudShippingObjectStorageConfigS3
path: String
provider: CloudShippingObjectStorageProviders!
schedule: BackupShippingSchedule!
}
Fields
AppEnvironmentBackupShippingV2.dailyHour ● Int scalar common
The daily hour used for daily schedules.
AppEnvironmentBackupShippingV2.enabled ● Boolean! non-null scalar common
Whether backup shipping is enabled.
AppEnvironmentBackupShippingV2.object_storage_config_azure ● CloudShippingObjectStorageConfigAzure object common
The Azure configuration, when using Azure Blob Storage.
AppEnvironmentBackupShippingV2.object_storage_config_gcp ● CloudShippingObjectStorageConfigGCP object common
The GCP configuration, when using Google Cloud Storage.
AppEnvironmentBackupShippingV2.object_storage_config_s3 ● CloudShippingObjectStorageConfigS3 object common
The S3 configuration, when using Amazon S3.
AppEnvironmentBackupShippingV2.path ● String scalar common
The destination path prefix.
AppEnvironmentBackupShippingV2.provider ● CloudShippingObjectStorageProviders! non-null enum common
The object storage provider receiving the backups.
AppEnvironmentBackupShippingV2.schedule ● BackupShippingSchedule! non-null enum common
The backup shipping schedule.
Member Of
AppEnvironment object