InstancePersistenceConfigArgs

data class InstancePersistenceConfigArgs(val persistenceMode: Output<String>? = null, val rdbNextSnapshotTime: Output<String>? = null, val rdbSnapshotPeriod: Output<String>? = null, val rdbSnapshotStartTime: Output<String>? = null) : ConvertibleToJava<InstancePersistenceConfigArgs>

Constructors

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

Properties

Link copied to clipboard
val persistenceMode: Output<String>? = null

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

Link copied to clipboard
val rdbNextSnapshotTime: Output<String>? = null

(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
val rdbSnapshotPeriod: Output<String>? = null

Optional. Available snapshot periods for scheduling.

Link copied to clipboard
val rdbSnapshotStartTime: Output<String>? = null

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".

Functions

Link copied to clipboard
open override fun toJava(): InstancePersistenceConfigArgs