ApplicationGetEndpointResponse

data class ApplicationGetEndpointResponse(val destinationPort: Int? = null, val location: String? = null, val privateIPAddress: String? = null, val publicPort: Int? = null)

Gets the application SSH endpoint

Constructors

Link copied to clipboard
constructor(destinationPort: Int? = null, location: String? = null, privateIPAddress: String? = null, publicPort: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val destinationPort: Int? = null

The destination port to connect to.

Link copied to clipboard
val location: String? = null

The location of the endpoint.

Link copied to clipboard

The private ip address of the endpoint.

Link copied to clipboard
val publicPort: Int? = null

The public port to connect to.