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
fun GetGatewayResult(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)