PerInstanceConfigPreservedStateExternalIp

data class PerInstanceConfigPreservedStateExternalIp(val autoDelete: String? = null, val interfaceName: String, val ipAddress: PerInstanceConfigPreservedStateExternalIpIpAddress? = null)

Constructors

constructor(autoDelete: String? = null, interfaceName: String, ipAddress: PerInstanceConfigPreservedStateExternalIpIpAddress? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val autoDelete: String? = null

These stateful IPs will never be released during autohealing, update or VM instance recreate operations. This flag is used to configure if the IP reservation should be deleted after it is no longer used by the group, e.g. when the given instance or the whole group is deleted. Default value is NEVER. Possible values are: NEVER, ON_PERMANENT_INSTANCE_DELETION.

Link copied to clipboard

The identifier for this object. Format specified above.

Link copied to clipboard

Ip address representation Structure is documented below.