View Source GoogleApi.AlloyDB.V1.Model.ContinuousBackupSource (google_api_alloy_db v0.13.1)
Message describing a ContinuousBackupSource.
Attributes
-
cluster(type:String.t, default:nil) - Required. The source cluster from which to restore. This cluster must have continuous backup enabled for this operation to succeed. For the required format, see the comment on the Cluster.name field. -
pointInTime(type:DateTime.t, default:nil) - Required. The point in time to restore to.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AlloyDB.V1.Model.ContinuousBackupSource{ cluster: String.t() | nil, pointInTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.