Get Gateway Connection Result
data class GetGatewayConnectionResult(val authorizationKey: String, val connectionProtocol: String, val dpdTimeoutSeconds: Int, val egressBytesTransferred: Int, val enableBgp: Boolean, val expressRouteCircuitId: String, val expressRouteGatewayBypass: Boolean, val id: String, val ingressBytesTransferred: Int, val ipsecPolicies: List<GetGatewayConnectionIpsecPolicy>, val localAzureIpAddressEnabled: Boolean, val localNetworkGatewayId: String, val location: String, val name: String, val peerVirtualNetworkGatewayId: String, val resourceGroupName: String, val resourceGuid: String, val routingWeight: Int, val sharedKey: String, val tags: Map<String, String>, val trafficSelectorPolicies: List<GetGatewayConnectionTrafficSelectorPolicy>, val type: String, val usePolicyBasedTrafficSelectors: Boolean, val virtualNetworkGatewayId: String)
A collection of values returned by getGatewayConnection.
Constructors
Link copied to clipboard
fun GetGatewayConnectionResult(authorizationKey: String, connectionProtocol: String, dpdTimeoutSeconds: Int, egressBytesTransferred: Int, enableBgp: Boolean, expressRouteCircuitId: String, expressRouteGatewayBypass: Boolean, id: String, ingressBytesTransferred: Int, ipsecPolicies: List<GetGatewayConnectionIpsecPolicy>, localAzureIpAddressEnabled: Boolean, localNetworkGatewayId: String, location: String, name: String, peerVirtualNetworkGatewayId: String, resourceGroupName: String, resourceGuid: String, routingWeight: Int, sharedKey: String, tags: Map<String, String>, trafficSelectorPolicies: List<GetGatewayConnectionTrafficSelectorPolicy>, type: String, usePolicyBasedTrafficSelectors: Boolean, virtualNetworkGatewayId: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
(Optional) A ipsec_policy
block which is documented below. Only a single policy can be defined for a connection. For details on custom policies refer to the relevant section in the Azure documentation.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
One or more traffic_selector_policy
blocks which are documented below. A traffic_selector_policy
allows to specify a traffic selector policy proposal to be used in a virtual network gateway connection. For details about traffic selectors refer to the relevant section in the Azure documentation.