Get Gateway Result
data class GetGatewayResult(val description: String? = null, val destinationNetwork: NetworkRefResponse, val http: List<HttpConfigResponse>? = null, val id: String, val ipAddress: String, val location: String, val name: String, val provisioningState: String, val sourceNetwork: NetworkRefResponse, val status: String, val statusDetails: String, val tags: Map<String, String>? = null, val tcp: List<TcpConfigResponse>? = null, val type: String)
This type describes a gateway resource.
Constructors
Link copied to clipboard
constructor(description: String? = null, destinationNetwork: NetworkRefResponse, http: List<HttpConfigResponse>? = null, id: String, ipAddress: String, location: String, name: String, provisioningState: String, sourceNetwork: NetworkRefResponse, status: String, statusDetails: String, tags: Map<String, String>? = null, tcp: List<TcpConfigResponse>? = null, type: String)
Properties
Link copied to clipboard
User readable description of the gateway.
Link copied to clipboard
Network that the Application is using.
Link copied to clipboard
Configuration for http connectivity for this gateway.
Link copied to clipboard
State of the resource.
Link copied to clipboard
Network the gateway should listen on for requests.
Link copied to clipboard
Gives additional information about the current status of the gateway.
Link copied to clipboard
Configuration for tcp connectivity for this gateway.