Restore

class Restore : KotlinCustomResource

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

Properties

Link copied to clipboard
val backup: Output<String>

Immutable. A reference to the Backup used as the source from which this Restore will restore. Note that this Backup must be a sub-resource of the RestorePlan's backup_plan. Format: projects/*/locations/*/backupPlans/*/backups/*. ////

Link copied to clipboard
val cluster: Output<String>

The target cluster into which this Restore will restore data. Valid formats: - projects/*/locations/*/clusters/* - projects/*/zones/*/clusters/* Inherited from parent RestorePlan's cluster value. //////

Link copied to clipboard
val completeTime: Output<String>

Timestamp of when the restore operation completed.

Link copied to clipboard
val createTime: Output<String>

The timestamp when this Restore resource was created.

Link copied to clipboard
val description: Output<String>

User specified descriptive string for this Restore.

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 GetRestore, and systems are expected to put that etag in the request to UpdateRestore or DeleteRestore 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 Restore resource. Format: projects/*/locations/*/restorePlans/*/restores/* ////

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

Number of resources excluded during the restore execution.

Link copied to clipboard

Number of resources that failed to be restored during the restore execution.

Link copied to clipboard

Number of resources restored during the restore execution.

Link copied to clipboard

Configuration of the Restore. Inherited from parent RestorePlan's restore_config.

Link copied to clipboard
val restoreId: Output<String>

Required. The client-provided short name for the Restore 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 Restores in this RestorePlan.

Link copied to clipboard
val restorePlanId: Output<String>
Link copied to clipboard
val state: Output<String>

The current state of the Restore.

Link copied to clipboard
val stateReason: Output<String>

Human-readable description of why the Restore is in its current state.

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 Restore resource was last updated.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard

Number of volumes restored during the restore execution.