Get Hc Vpn Gateway Result
data class GetHcVpnGatewayResult(val description: String, val id: String, val name: String, val network: String, val project: String? = null, val region: String? = null, val selfLink: String, val vpnInterfaces: List<GetHcVpnGatewayVpnInterface>)
A collection of values returned by getHcVpnGateway.
Constructors
Link copied to clipboard
fun GetHcVpnGatewayResult(description: String, id: String, name: String, network: String, project: String? = null, region: String? = null, selfLink: String, vpnInterfaces: List<GetHcVpnGatewayVpnInterface>)