Backup for GKE RestorePlan

Backup for GKE RestorePlan in Google Cloud is a configuration that defines how a backup of a Google Kubernetes Engine cluster should be restored. It specifies details such as the target cluster, restore scope, and policies for handling resources and namespaces. This allows users to recover workloads and cluster state from backups in a controlled and consistent way.

gcp.gkebackup_restore_plan

Fields

TitleIDTypeData TypeDescription
_keycorestring
ancestorscorearray<string>
backup_plancorestringRequired. 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/*`.
clustercorestringRequired. 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/*`
create_timecoretimestampOutput only. The timestamp when this RestorePlan resource was created.
datadog_display_namecorestring
descriptioncorestringOptional. User specified descriptive string for this RestorePlan.
etagcorestringOutput only. `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.
labelscorearray<string>Optional. A set of custom labels supplied by user.
namecorestringOutput only. The full name of the RestorePlan resource. Format: `projects/*/locations/*/restorePlans/*`.
organization_idcorestring
parentcorestring
project_idcorestring
project_numbercorestring
resource_namecorestring
restore_configcorejsonRequired. Configuration of Restores created via this RestorePlan.
statecorestringOutput only. State of the RestorePlan. This State field reflects the various stages a RestorePlan can be in during the Create operation.
state_reasoncorestringOutput only. Human-readable description of why RestorePlan is in the current `state`. This field is only meant for human readability and should not be used programmatically as this field is not guaranteed to be consistent.
tagscorehstore
uidcorestringOutput only. Server generated global unique identifier of [UUID](https://en.wikipedia.org/wiki/Universally_unique_identifier) format.
update_timecoretimestampOutput only. The timestamp when this RestorePlan resource was last updated.