InstancePersistenceConfig

data class InstancePersistenceConfig(val persistenceMode: String? = null, val rdbNextSnapshotTime: String? = null, val rdbSnapshotPeriod: String? = null, val rdbSnapshotStartTime: String? = null)

Constructors

Link copied to clipboard
constructor(persistenceMode: String? = null, rdbNextSnapshotTime: String? = null, rdbSnapshotPeriod: String? = null, rdbSnapshotStartTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val persistenceMode: String? = null

Optional. Controls whether Persistence features are enabled. If not provided, the existing value will be used.

Link copied to clipboard

(Output) Output only. The next time that a snapshot attempt is scheduled to occur. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

Link copied to clipboard

Optional. Available snapshot periods for scheduling.

Link copied to clipboard

Optional. Date and time that the first snapshot was/will be attempted, and to which future snapshots will be aligned. If not provided, the current time will be used. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".