StatefulPolicyPreservedStateResponse

data class StatefulPolicyPreservedStateResponse(val disks: Map<String, String>, val externalIPs: Map<String, String>, val internalIPs: Map<String, String>)

Configuration of preserved resources.

Constructors

Link copied to clipboard
fun StatefulPolicyPreservedStateResponse(disks: Map<String, String>, externalIPs: Map<String, String>, internalIPs: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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

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.