ApplicationGetHttpsEndpointResponse

data class ApplicationGetHttpsEndpointResponse(val accessModes: List<String>? = null, val destinationPort: Int? = null, val disableGatewayAuth: Boolean? = null, val location: String, val privateIPAddress: String? = null, val publicPort: Int)

Gets the application HTTP endpoints.

Constructors

Link copied to clipboard
constructor(accessModes: List<String>? = null, destinationPort: Int? = null, disableGatewayAuth: Boolean? = null, location: String, privateIPAddress: String? = null, publicPort: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accessModes: List<String>? = null

The list of access modes for the application.

Link copied to clipboard
val destinationPort: Int? = null

The destination port to connect to.

Link copied to clipboard

The value indicates whether to disable GatewayAuth.

Link copied to clipboard

The location of the endpoint.

Link copied to clipboard

The private ip address of the endpoint.

Link copied to clipboard

The public port to connect to.