InstanceGroupManagerStatefulExternalIp

data class InstanceGroupManagerStatefulExternalIp(val deleteRule: String? = null, val interfaceName: String? = null)

Constructors

Link copied to clipboard
constructor(deleteRule: String? = null, interfaceName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val deleteRule: String? = null

, A value that prescribes what should happen to the external ip when the VM instance is deleted. The available options are NEVER and ON_PERMANENT_INSTANCE_DELETION. NEVER - detach the ip when the VM is deleted, but do not delete the ip. ON_PERMANENT_INSTANCE_DELETION will delete the external ip when the VM is permanently deleted from the instance group.

Link copied to clipboard
val interfaceName: String? = null

, The network interface name of the external Ip. Possible value: nic0