volume Data Restore Policy Bindings
suspend fun volumeDataRestorePolicyBindings(value: Output<List<RestorePlanRestoreConfigVolumeDataRestorePolicyBindingArgs>>)
suspend fun volumeDataRestorePolicyBindings(value: List<RestorePlanRestoreConfigVolumeDataRestorePolicyBindingArgs>?)
Parameters
value
A table that binds volumes by their scope to a restore policy. Bindings must have a unique scope. Any volumes not scoped in the bindings are subject to the policy defined in volume_data_restore_policy. Structure is documented below.
suspend fun volumeDataRestorePolicyBindings(vararg values: Output<RestorePlanRestoreConfigVolumeDataRestorePolicyBindingArgs>)
suspend fun volumeDataRestorePolicyBindings(values: List<Output<RestorePlanRestoreConfigVolumeDataRestorePolicyBindingArgs>>)
suspend fun volumeDataRestorePolicyBindings(vararg values: RestorePlanRestoreConfigVolumeDataRestorePolicyBindingArgs)
Parameters
values
A table that binds volumes by their scope to a restore policy. Bindings must have a unique scope. Any volumes not scoped in the bindings are subject to the policy defined in volume_data_restore_policy. Structure is documented below.
suspend fun volumeDataRestorePolicyBindings(argument: List<suspend RestorePlanRestoreConfigVolumeDataRestorePolicyBindingArgsBuilder.() -> Unit>)
suspend fun volumeDataRestorePolicyBindings(vararg argument: suspend RestorePlanRestoreConfigVolumeDataRestorePolicyBindingArgsBuilder.() -> Unit)
suspend fun volumeDataRestorePolicyBindings(argument: suspend RestorePlanRestoreConfigVolumeDataRestorePolicyBindingArgsBuilder.() -> Unit)
Parameters
argument
A table that binds volumes by their scope to a restore policy. Bindings must have a unique scope. Any volumes not scoped in the bindings are subject to the policy defined in volume_data_restore_policy. Structure is documented below.