Vpn Connection Response
    data class VpnConnectionResponse(val connectionBandwidth: Int? = null, val connectionStatus: String, val dpdTimeoutSeconds: Int? = null, val egressBytesTransferred: Double, val enableBgp: Boolean? = null, val enableInternetSecurity: Boolean? = null, val enableRateLimiting: Boolean? = null, val etag: String, val id: String? = null, val ingressBytesTransferred: Double, val ipsecPolicies: List<IpsecPolicyResponse>? = null, val name: String? = null, val provisioningState: String, val remoteVpnSite: SubResourceResponse? = null, val routingConfiguration: RoutingConfigurationResponse? = null, val routingWeight: Int? = null, val sharedKey: String? = null, val trafficSelectorPolicies: List<TrafficSelectorPolicyResponse>? = null, val useLocalAzureIpAddress: Boolean? = null, val usePolicyBasedTrafficSelectors: Boolean? = null, val vpnConnectionProtocolType: String? = null, val vpnLinkConnections: List<VpnSiteLinkConnectionResponse>? = null)
VpnConnection Resource.
Constructors
Link copied to clipboard
                fun VpnConnectionResponse(connectionBandwidth: Int? = null, connectionStatus: String, dpdTimeoutSeconds: Int? = null, egressBytesTransferred: Double, enableBgp: Boolean? = null, enableInternetSecurity: Boolean? = null, enableRateLimiting: Boolean? = null, etag: String, id: String? = null, ingressBytesTransferred: Double, ipsecPolicies: List<IpsecPolicyResponse>? = null, name: String? = null, provisioningState: String, remoteVpnSite: SubResourceResponse? = null, routingConfiguration: RoutingConfigurationResponse? = null, routingWeight: Int? = null, sharedKey: String? = null, trafficSelectorPolicies: List<TrafficSelectorPolicyResponse>? = null, useLocalAzureIpAddress: Boolean? = null, usePolicyBasedTrafficSelectors: Boolean? = null, vpnConnectionProtocolType: String? = null, vpnLinkConnections: List<VpnSiteLinkConnectionResponse>? = null)
Types
Properties
Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard