ControlPlaneEndpointProfileResponseControlPlaneEndpoint

data class ControlPlaneEndpointProfileResponseControlPlaneEndpoint(val hostIP: String? = null, val port: String? = null)

API server endpoint for the control plane

Constructors

constructor(hostIP: String? = null, port: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val hostIP: String? = null

Host IP address for API server

Link copied to clipboard
val port: String? = null

Port for the API server