Uses of Class
com.azure.resourcemanager.network.fluent.models.VirtualNetworkGatewayConnectionListEntityPropertiesFormat
Packages that use VirtualNetworkGatewayConnectionListEntityPropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of VirtualNetworkGatewayConnectionListEntityPropertiesFormat in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VirtualNetworkGatewayConnectionListEntityPropertiesFormatModifier and TypeMethodDescriptionVirtualNetworkGatewayConnectionListEntityPropertiesFormat.withAuthorizationKey(String authorizationKey) Set the authorizationKey property: The authorizationKey.VirtualNetworkGatewayConnectionListEntityPropertiesFormat.withConnectionMode(VirtualNetworkGatewayConnectionMode connectionMode) Set the connectionMode property: The connection mode for this connection.VirtualNetworkGatewayConnectionListEntityPropertiesFormat.withConnectionProtocol(VirtualNetworkGatewayConnectionProtocol connectionProtocol) Set the connectionProtocol property: Connection protocol used for this connection.VirtualNetworkGatewayConnectionListEntityPropertiesFormat.withConnectionType(VirtualNetworkGatewayConnectionType connectionType) Set the connectionType property: Gateway connection type.VirtualNetworkGatewayConnectionListEntityPropertiesFormat.withEnableBgp(Boolean enableBgp) Set the enableBgp property: EnableBgp flag.VirtualNetworkGatewayConnectionListEntityPropertiesFormat.withEnablePrivateLinkFastPath(Boolean enablePrivateLinkFastPath) Set the enablePrivateLinkFastPath property: Bypass the ExpressRoute gateway when accessing private-links.VirtualNetworkGatewayConnectionListEntityPropertiesFormat.withExpressRouteGatewayBypass(Boolean expressRouteGatewayBypass) Set the expressRouteGatewayBypass property: Bypass ExpressRoute Gateway for data forwarding.VirtualNetworkGatewayConnectionListEntityPropertiesFormat.withGatewayCustomBgpIpAddresses(List<GatewayCustomBgpIpAddressIpConfiguration> gatewayCustomBgpIpAddresses) Set the gatewayCustomBgpIpAddresses property: GatewayCustomBgpIpAddresses to be used for virtual network gateway Connection.VirtualNetworkGatewayConnectionListEntityPropertiesFormat.withIpsecPolicies(List<IpsecPolicy> ipsecPolicies) Set the ipsecPolicies property: The IPSec Policies to be considered by this connection.VirtualNetworkGatewayConnectionListEntityPropertiesFormat.withLocalNetworkGateway2(VirtualNetworkConnectionGatewayReference localNetworkGateway2) Set the localNetworkGateway2 property: The reference to local network gateway resource.VirtualNetworkGatewayConnectionListEntityPropertiesFormat.withPeer(com.azure.core.management.SubResource peer) Set the peer property: The reference to peerings resource.VirtualNetworkGatewayConnectionListEntityPropertiesFormat.withRoutingWeight(Integer routingWeight) Set the routingWeight property: The routing weight.VirtualNetworkGatewayConnectionListEntityPropertiesFormat.withSharedKey(String sharedKey) Set the sharedKey property: The IPSec shared key.VirtualNetworkGatewayConnectionListEntityPropertiesFormat.withTrafficSelectorPolicies(List<TrafficSelectorPolicy> trafficSelectorPolicies) Set the trafficSelectorPolicies property: The Traffic Selector Policies to be considered by this connection.VirtualNetworkGatewayConnectionListEntityPropertiesFormat.withUsePolicyBasedTrafficSelectors(Boolean usePolicyBasedTrafficSelectors) Set the usePolicyBasedTrafficSelectors property: Enable policy-based traffic selectors.VirtualNetworkGatewayConnectionListEntityPropertiesFormat.withVirtualNetworkGateway1(VirtualNetworkConnectionGatewayReference virtualNetworkGateway1) Set the virtualNetworkGateway1 property: The reference to virtual network gateway resource.VirtualNetworkGatewayConnectionListEntityPropertiesFormat.withVirtualNetworkGateway2(VirtualNetworkConnectionGatewayReference virtualNetworkGateway2) Set the virtualNetworkGateway2 property: The reference to virtual network gateway resource.