Get Vpn Gateway Result
data class GetVpnGatewayResult(val azureApiVersion: String, 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
constructor(azureApiVersion: String, 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)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Local network gateway's BGP speaker settings.
Link copied to clipboard
List of all vpn connections to the gateway.
Link copied to clipboard
Enable BGP routes translation for NAT on this VpnGateway.
Link copied to clipboard
List of all IPs configured on the gateway.
Link copied to clipboard
Enable Routing Preference property for the Public IP Interface of the VpnGateway.
Link copied to clipboard
List of all the nat Rules associated with the gateway.
Link copied to clipboard
The provisioning state of the VPN gateway resource.
Link copied to clipboard
The VirtualHub to which the gateway belongs.
Link copied to clipboard
The scale unit for this vpn gateway.