Spot Instance Request Network Interface
data class SpotInstanceRequestNetworkInterface(val deleteOnTermination: Boolean? = null, val deviceIndex: Int, val networkCardIndex: Int? = null, val networkInterfaceId: String)
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
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.