NetworkInterfaceReferenceResponse

data class NetworkInterfaceReferenceResponse(val deleteOption: String? = null, val id: String? = null, val primary: Boolean? = null)

Describes a network interface reference.

Constructors

Link copied to clipboard
constructor(deleteOption: String? = null, id: String? = null, primary: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val deleteOption: String? = null

Specify what happens to the network interface when the VM is deleted

Link copied to clipboard
val id: String? = null

Resource Id

Link copied to clipboard
val primary: Boolean? = null

Specifies the primary network interface in case the virtual machine has more than 1 network interface.