NodeAddressPatch

data class NodeAddressPatch(val address: String? = null, val type: String? = null)

NodeAddress contains information for the node's address.

Constructors

Link copied to clipboard
constructor(address: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val address: String? = null

The node address.

Link copied to clipboard
val type: String? = null

Node address type, one of Hostname, ExternalIP or InternalIP.