volumeDataRestorePolicy

@JvmName(name = "pbrnlxtsefjuewjl")
suspend fun volumeDataRestorePolicy(value: Output<String>)
@JvmName(name = "ywpqnajvxjmgpsat")
suspend fun volumeDataRestorePolicy(value: String?)

Parameters

value

Specifies the mechanism to be used to restore volume data. This should be set to a value other than NAMESPACED_RESOURCE_RESTORE_MODE_UNSPECIFIED if the namespacedResourceRestoreScope is anything other than noNamespaces. If not specified, it will be treated as NO_VOLUME_DATA_RESTORATION. See https://cloud.google.com/kubernetes-engine/docs/add-on/backup-for-gke/reference/rest/v1/RestoreConfig#VolumeDataRestorePolicy for more information on each policy option. Possible values are: RESTORE_VOLUME_DATA_FROM_BACKUP, REUSE_VOLUME_HANDLE_FROM_BACKUP, NO_VOLUME_DATA_RESTORATION.