ClusterEndpoint

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The endpoint's connection port number.

Link copied to clipboard

The endpoint's private IP address.

Link copied to clipboard
val publicIpAddress: String? = null

The endpoint's public IP address.

Link copied to clipboard

Indicates the type of endpoint running at the specific IP address.