StatefulPolicyPreservedStateArgs

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

Configuration of preserved resources.

Constructors

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

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.

Functions

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