Vpn Gateway Ip Configuration Response
data class VpnGatewayIpConfigurationResponse(val id: String? = null, val privateIpAddress: String? = null, val publicIpAddress: String? = null)
IP Configuration of a VPN Gateway Resource.
Constructors
Link copied to clipboard
fun VpnGatewayIpConfigurationResponse(id: String? = null, privateIpAddress: String? = null, publicIpAddress: String? = null)