NetworkInterfaceResponse

data class NetworkInterfaceResponse(val ipAddress: String? = null)

Specifies the network interfaces of a bare metal resource.

Constructors

Link copied to clipboard
constructor(ipAddress: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ipAddress: String? = null

Specifies the IP address of the network interface.