StatefulPolicyPreservedStateArgs

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

Configuration of preserved resources.

Constructors

Link copied to clipboard
fun StatefulPolicyPreservedStateArgs(disks: Output<Map<String, String>>? = null, externalIPs: Output<Map<String, String>>? = null, internalIPs: 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.

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

External network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.

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

Internal network IPs assigned to the instances that will be preserved on instance delete, update, etc. This map is keyed with the network interface name.