Get Virtual Network Gateway Connection Result
data class GetVirtualNetworkGatewayConnectionResult(val authorizationKey: String? = null, val connectionMode: String? = null, val connectionProtocol: String? = null, val connectionStatus: String, val connectionType: String, val dpdTimeoutSeconds: Int? = null, val egressBytesTransferred: Double, val enableBgp: Boolean? = null, val etag: String, val expressRouteGatewayBypass: Boolean? = null, val id: String? = null, val ingressBytesTransferred: Double, val ipsecPolicies: List<IpsecPolicyResponse>? = null, val localNetworkGateway2: LocalNetworkGatewayResponse? = null, val location: String? = null, val name: String, val peer: SubResourceResponse? = null, val provisioningState: String, val resourceGuid: String, val routingWeight: Int? = null, val sharedKey: String? = null, val tags: Map<String, String>? = null, val trafficSelectorPolicies: List<TrafficSelectorPolicyResponse>? = null, val tunnelConnectionStatus: List<TunnelConnectionHealthResponse>, val type: String, val useLocalAzureIpAddress: Boolean? = null, val usePolicyBasedTrafficSelectors: Boolean? = null, val virtualNetworkGateway1: VirtualNetworkGatewayResponse, val virtualNetworkGateway2: VirtualNetworkGatewayResponse? = null)
A common class for general resource information.
Constructors
Link copied to clipboard
fun GetVirtualNetworkGatewayConnectionResult(authorizationKey: String? = null, connectionMode: String? = null, connectionProtocol: String? = null, connectionStatus: String, connectionType: String, dpdTimeoutSeconds: Int? = null, egressBytesTransferred: Double, enableBgp: Boolean? = null, etag: String, expressRouteGatewayBypass: Boolean? = null, id: String? = null, ingressBytesTransferred: Double, ipsecPolicies: List<IpsecPolicyResponse>? = null, localNetworkGateway2: LocalNetworkGatewayResponse? = null, location: String? = null, name: String, peer: SubResourceResponse? = null, provisioningState: String, resourceGuid: String, routingWeight: Int? = null, sharedKey: String? = null, tags: Map<String, String>? = null, trafficSelectorPolicies: List<TrafficSelectorPolicyResponse>? = null, tunnelConnectionStatus: List<TunnelConnectionHealthResponse>, type: String, useLocalAzureIpAddress: Boolean? = null, usePolicyBasedTrafficSelectors: Boolean? = null, virtualNetworkGateway1: VirtualNetworkGatewayResponse, virtualNetworkGateway2: VirtualNetworkGatewayResponse? = 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