NetworkMountPointResponse

data class NetworkMountPointResponse(val defaultGateway: Boolean, val instance: String, val ipAddress: String, val logicalInterface: String)

Mount point for a network.

Constructors

Link copied to clipboard
fun NetworkMountPointResponse(defaultGateway: Boolean, instance: String, ipAddress: String, logicalInterface: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Network should be a default gateway.

Link copied to clipboard

Instance to attach network to.

Link copied to clipboard

Ip address of the server.

Link copied to clipboard

Logical interface to detach from.