RestorePlan

class RestorePlan : KotlinCustomResource

Creates a new RestorePlan in a given location. Auto-naming is currently not supported for this resource.

Properties

Link copied to clipboard
val backupPlan: Output<String>

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
val cluster: Output<String>

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
val createTime: Output<String>

The timestamp when this RestorePlan resource was created.

Link copied to clipboard
val description: Output<String>

User specified descriptive string for this RestorePlan.

Link copied to clipboard
val etag: Output<String>

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
val id: Output<String>
Link copied to clipboard
val labels: Output<Map<String, String>>

A set of custom labels supplied by user.

Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

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

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Configuration of Restores created via this RestorePlan.

Link copied to clipboard
val restorePlanId: Output<String>

Required. The client-provided short name for the RestorePlan resource. This name must: - be between 1 and 63 characters long (inclusive) - consist of only lower-case ASCII letters, numbers, and dashes - start with a lower-case letter - end with a lower-case letter or number - be unique within the set of RestorePlans in this location

Link copied to clipboard
val uid: Output<String>

Server generated global unique identifier of UUID format.

Link copied to clipboard
val updateTime: Output<String>

The timestamp when this RestorePlan resource was last updated.

Link copied to clipboard
val urn: Output<String>