Endpoint Address
data class EndpointAddress(val hostname: String? = null, val ip: String, val nodeName: String? = null, val targetRef: ObjectReference? = null)
EndpointAddress is a tuple that describes single IP address. Deprecated: This API is deprecated in v1.33+.
Constructors
Link copied to clipboard
constructor(hostname: String? = null, ip: String, nodeName: String? = null, targetRef: ObjectReference? = null)