Endpoint Address Patch
data class EndpointAddressPatch(val hostname: String? = null, val ip: String? = null, val nodeName: String? = null, val targetRef: ObjectReferencePatch? = null)
EndpointAddress is a tuple that describes single IP address.
Constructors
Link copied to clipboard
constructor(hostname: String? = null, ip: String? = null, nodeName: String? = null, targetRef: ObjectReferencePatch? = null)