LogicalNetworkInterfaceResponse

data class LogicalNetworkInterfaceResponse(val defaultGateway: Boolean, val ipAddress: String, val network: String, val networkType: String)

Each logical network interface is effectively a network and IP pair.

Constructors

Link copied to clipboard
fun LogicalNetworkInterfaceResponse(defaultGateway: Boolean, ipAddress: String, network: String, networkType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether this interface is the default gateway for the instance. Only one interface can be the default gateway for the instance.

Link copied to clipboard

IP address in the network

Link copied to clipboard

Name of the network

Link copied to clipboard

Type of network.