SshConnectivityEndpointResponse

data class SshConnectivityEndpointResponse(val endpoint: String, val privateSshEndpoint: String? = null)

SSH connectivity endpoint details.

Constructors

Link copied to clipboard
constructor(endpoint: String, privateSshEndpoint: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

SSH connectivity endpoint.

Link copied to clipboard

Private SSH connectivity endpoint. This property will only be returned when enableInternalIngress is true.