GetRestorePlanResult

data class GetRestorePlanResult(val backupPlan: String, val cluster: String, val createTime: String, val description: String, val etag: String, val labels: Map<String, String>, val name: String, val restoreConfig: RestoreConfigResponse, val uid: String, val updateTime: String)

Constructors

Link copied to clipboard
fun GetRestorePlanResult(backupPlan: String, cluster: String, createTime: String, description: String, etag: String, labels: Map<String, String>, name: String, restoreConfig: RestoreConfigResponse, uid: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Immutable. A reference to the BackupPlan from which Backups may be used as the source for Restores created via this RestorePlan. Format: projects/*/locations/*/backupPlans/*.

Link copied to clipboard

Immutable. The target cluster into which Restores created via this RestorePlan will restore data. NOTE: the cluster's region must be the same as the RestorePlan. Valid formats: - projects/*/locations/*/clusters/* - projects/*/zones/*/clusters/*

Link copied to clipboard

The timestamp when this RestorePlan resource was created.

Link copied to clipboard

User specified descriptive string for this RestorePlan.

Link copied to clipboard

etag is used for optimistic concurrency control as a way to help prevent simultaneous updates of a restore from overwriting each other. It is strongly suggested that systems make use of the etag in the read-modify-write cycle to perform restore updates in order to avoid race conditions: An etag is returned in the response to GetRestorePlan, and systems are expected to put that etag in the request to UpdateRestorePlan or DeleteRestorePlan to ensure that their change will be applied to the same version of the resource.

Link copied to clipboard

A set of custom labels supplied by user.

Link copied to clipboard

The full name of the RestorePlan resource. Format: projects/*/locations/*/restorePlans/*.

Link copied to clipboard

Configuration of Restores created via this RestorePlan.

Link copied to clipboard
val uid: String

Server generated global unique identifier of UUID format.

Link copied to clipboard

The timestamp when this RestorePlan resource was last updated. ////////////