HostIP

data class HostIP(val ip: String? = null)

HostIP represents a single IP address allocated to the host.

Constructors

Link copied to clipboard
fun HostIP(ip: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ip: String? = null

IP is the IP address assigned to the host