FastRestoreRule

[Custom snapshot policies only] Specifies a rule for enabling fast snapshot restore for snapshots created by snapshot policies. You can enable fast snapshot restore based on either a count or a time interval.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Availability Zones in which to enable fast snapshot restore.

Link copied to clipboard
val count: Int?

The number of snapshots to be enabled with fast snapshot restore.

Link copied to clipboard

The amount of time to enable fast snapshot restore. The maximum is 100 years. This is equivalent to 1200 months, 5200 weeks, or 36500 days.

Link copied to clipboard

The unit of time for enabling fast snapshot restore.

Functions

Link copied to clipboard
inline fun copy(block: FastRestoreRule.Builder.() -> Unit = {}): FastRestoreRule
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String