Cluster Endpoint
data class ClusterEndpoint(val port: String, val privateIpAddress: String, val publicIpAddress: String? = null, val type: ClusterEndpointType)
An endpoint available for interaction with the scheduler.
Constructors
Link copied to clipboard
constructor(port: String, privateIpAddress: String, publicIpAddress: String? = null, type: ClusterEndpointType)