InstanceNetworkInterface

data class InstanceNetworkInterface(val deleteOnTermination: Boolean? = null, val deviceIndex: Int, val networkCardIndex: Int? = null, val networkInterfaceId: String)

Constructors

Link copied to clipboard
constructor(deleteOnTermination: Boolean? = null, deviceIndex: Int, networkCardIndex: Int? = null, networkInterfaceId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether or not to delete the network interface on instance termination. Defaults to false. Currently, the only valid value is false, as this is only supported when creating new network interfaces when launching an instance.

Link copied to clipboard

Integer index of the network interface attachment. Limited by instance type.

Link copied to clipboard
val networkCardIndex: Int? = null

Integer index of the network card. Limited by instance type. The default index is 0.

Link copied to clipboard

ID of the network interface to attach.