Get Vpn Gateway Result
data class GetVpnGatewayResult(val bgpSettings: BgpSettingsResponse? = null, val connections: List<VpnConnectionResponse>? = null, val enableBgpRouteTranslationForNat: Boolean? = null, val etag: String, val id: String? = null, val ipConfigurations: List<VpnGatewayIpConfigurationResponse>, val isRoutingPreferenceInternet: Boolean? = null, val location: String, val name: String, val natRules: List<VpnGatewayNatRuleResponse>? = null, val provisioningState: String, val tags: Map<String, String>? = null, val type: String, val virtualHub: SubResourceResponse? = null, val vpnGatewayScaleUnit: Int? = null)
VpnGateway Resource.
Constructors
Link copied to clipboard
fun GetVpnGatewayResult(bgpSettings: BgpSettingsResponse? = null, connections: List<VpnConnectionResponse>? = null, enableBgpRouteTranslationForNat: Boolean? = null, etag: String, id: String? = null, ipConfigurations: List<VpnGatewayIpConfigurationResponse>, isRoutingPreferenceInternet: Boolean? = null, location: String, name: String, natRules: List<VpnGatewayNatRuleResponse>? = null, provisioningState: String, tags: Map<String, String>? = null, type: String, virtualHub: SubResourceResponse? = null, vpnGatewayScaleUnit: Int? = null)