ScheduledSnapshotsConfigResponse

data class ScheduledSnapshotsConfigResponse(val enabled: Boolean, val snapshotCreationSchedule: String, val snapshotLocation: String, val timeZone: String)

The configuration for scheduled snapshot creation mechanism.

Constructors

Link copied to clipboard
fun ScheduledSnapshotsConfigResponse(enabled: Boolean, snapshotCreationSchedule: String, snapshotLocation: String, timeZone: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. Whether scheduled snapshots creation is enabled.

Link copied to clipboard

Optional. The cron expression representing the time when snapshots creation mechanism runs. This field is subject to additional validation around frequency of execution.

Link copied to clipboard

Optional. The Cloud Storage location for storing automatically created snapshots.

Link copied to clipboard

Optional. Time zone that sets the context to interpret snapshot_creation_schedule.