ClusterRestoreContinuousBackupSource

data class ClusterRestoreContinuousBackupSource(val cluster: String, val pointInTime: String)

Constructors

Link copied to clipboard
constructor(cluster: String, pointInTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the source cluster that this cluster is restored from.

Link copied to clipboard

The point in time that this cluster is restored to, in RFC 3339 format.