GetInstancePersistenceConfig

data class GetInstancePersistenceConfig(val persistenceMode: String, val rdbNextSnapshotTime: String, val rdbSnapshotPeriod: String, val rdbSnapshotStartTime: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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