StatefulPolicyPreservedStateArgs

data class StatefulPolicyPreservedStateArgs(val disks: Output<Map<String, String>>? = null) : ConvertibleToJava<StatefulPolicyPreservedStateArgs>

Configuration of preserved resources.

Constructors

Link copied to clipboard
fun StatefulPolicyPreservedStateArgs(disks: Output<Map<String, String>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): StatefulPolicyPreservedStateArgs

Properties

Link copied to clipboard
val disks: Output<Map<String, String>>? = null

Disks created on the instances that will be preserved on instance delete, update, etc. This map is keyed with the device names of the disks.