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
constructor(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)
Properties
Link copied to clipboard
Expected bandwidth in MBPS.
Link copied to clipboard
The connection status.
Link copied to clipboard
DPD timeout in seconds for vpn connection.
Link copied to clipboard
Egress bytes transferred.
Link copied to clipboard
Enable internet security.
Link copied to clipboard
EnableBgp flag.
Link copied to clipboard
Ingress bytes transferred.
Link copied to clipboard
The IPSec Policies to be considered by this connection.
Link copied to clipboard
The provisioning state of the VPN connection resource.
Link copied to clipboard
Id of the connected vpn site.
Link copied to clipboard
The Routing Configuration indicating the associated and propagated route tables on this connection.
Link copied to clipboard
Routing weight for vpn connection.
Link copied to clipboard
The Traffic Selector Policies to be considered by this connection.
Link copied to clipboard
Use local azure ip to initiate connection.
Link copied to clipboard
Enable policy-based traffic selectors.
Link copied to clipboard
Connection protocol used for this connection.
Link copied to clipboard
List of all vpn site link connections to the gateway.