NetworkInterfaceResponse

data class NetworkInterfaceResponse(val externalIp: String, val internalIp: String, val network: String, val subnetwork: String)

NetworkInterface represents a NIC of a VM.

Constructors

Link copied to clipboard
fun NetworkInterfaceResponse(externalIp: String, internalIp: String, network: String, subnetwork: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The external IP to define in the NIC.

Link copied to clipboard

The internal IP to define in the NIC. The formats accepted are: ephemeral \ ipv4 address \ a named address resource full path.

Link copied to clipboard

The network to connect the NIC to.

Link copied to clipboard

The subnetwork to connect the NIC to.