VpnSiteLinkConnectionResponse

data class VpnSiteLinkConnectionResponse(val connectionBandwidth: Int? = null, val connectionStatus: String, val dpdTimeoutSeconds: Int? = null, val egressBytesTransferred: Double, val egressNatRules: List<SubResourceResponse>? = null, val enableBgp: Boolean? = null, val enableRateLimiting: Boolean? = null, val etag: String, val id: String? = null, val ingressBytesTransferred: Double, val ingressNatRules: List<SubResourceResponse>? = null, val ipsecPolicies: List<IpsecPolicyResponse>? = null, val name: String? = null, val provisioningState: String, val routingWeight: Int? = null, val sharedKey: String? = null, val type: String, val useLocalAzureIpAddress: Boolean? = null, val usePolicyBasedTrafficSelectors: Boolean? = null, val vpnConnectionProtocolType: String? = null, val vpnGatewayCustomBgpAddresses: List<GatewayCustomBgpIpAddressIpConfigurationResponse>? = null, val vpnLinkConnectionMode: String? = null, val vpnSiteLink: SubResourceResponse? = null)

VpnSiteLinkConnection Resource.

Constructors

Link copied to clipboard
constructor(connectionBandwidth: Int? = null, connectionStatus: String, dpdTimeoutSeconds: Int? = null, egressBytesTransferred: Double, egressNatRules: List<SubResourceResponse>? = null, enableBgp: Boolean? = null, enableRateLimiting: Boolean? = null, etag: String, id: String? = null, ingressBytesTransferred: Double, ingressNatRules: List<SubResourceResponse>? = null, ipsecPolicies: List<IpsecPolicyResponse>? = null, name: String? = null, provisioningState: String, routingWeight: Int? = null, sharedKey: String? = null, type: String, useLocalAzureIpAddress: Boolean? = null, usePolicyBasedTrafficSelectors: Boolean? = null, vpnConnectionProtocolType: String? = null, vpnGatewayCustomBgpAddresses: List<GatewayCustomBgpIpAddressIpConfigurationResponse>? = null, vpnLinkConnectionMode: String? = null, vpnSiteLink: SubResourceResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Expected bandwidth in MBPS.

Link copied to clipboard

The connection status.

Link copied to clipboard
val dpdTimeoutSeconds: Int? = null

Dead Peer Detection timeout in seconds for VpnLink connection.

Link copied to clipboard

Egress bytes transferred.

Link copied to clipboard

List of egress NatRules.

Link copied to clipboard
val enableBgp: Boolean? = null

EnableBgp flag.

Link copied to clipboard

EnableBgp flag.

Link copied to clipboard

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard

Ingress bytes transferred.

Link copied to clipboard

List of ingress NatRules.

Link copied to clipboard

The IPSec Policies to be considered by this connection.

Link copied to clipboard
val name: String? = null

The name of the resource that is unique within a resource group. This name can be used to access the resource.

Link copied to clipboard

The provisioning state of the VPN site link connection resource.

Link copied to clipboard
val routingWeight: Int? = null

Routing weight for vpn connection.

Link copied to clipboard
val sharedKey: String? = null

SharedKey for the vpn connection.

Link copied to clipboard

Resource type.

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

vpnGatewayCustomBgpAddresses used by this connection.

Link copied to clipboard

Vpn link connection mode.

Link copied to clipboard

Id of the connected vpn site link.