HostIPPatch

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

HostIP represents a single IP address allocated to the host.

Constructors

Link copied to clipboard
constructor(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