Application Get Https Endpoint Response
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, val subDomainSuffix: String? = null)
Gets the application HTTP endpoints.
Constructors
Properties
Link copied to clipboard
The list of access modes for the application.
Link copied to clipboard
The destination port to connect to.
Link copied to clipboard
The value indicates whether to disable GatewayAuth.
Link copied to clipboard
The private ip address of the endpoint.
Link copied to clipboard
The public port to connect to.
Link copied to clipboard
The subdomain suffix of the application.