Uses of Class
com.azure.resourcemanager.network.fluent.models.VpnSiteLinkConnectionInner
-
Packages that use VpnSiteLinkConnectionInner Package Description com.azure.resourcemanager.network.fluent Package containing the service clients for NetworkManagementClient.com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of VpnSiteLinkConnectionInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return VpnSiteLinkConnectionInner Modifier and Type Method Description VpnSiteLinkConnectionInnerVpnSiteLinkConnectionsClient. get(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)Retrieves the details of a vpn site link connection.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type VpnSiteLinkConnectionInner Modifier and Type Method Description Mono<VpnSiteLinkConnectionInner>VpnSiteLinkConnectionsClient. getAsync(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)Retrieves the details of a vpn site link connection.com.azure.core.http.rest.Response<VpnSiteLinkConnectionInner>VpnSiteLinkConnectionsClient. getWithResponse(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName, com.azure.core.util.Context context)Retrieves the details of a vpn site link connection.Mono<com.azure.core.http.rest.Response<VpnSiteLinkConnectionInner>>VpnSiteLinkConnectionsClient. getWithResponseAsync(String resourceGroupName, String gatewayName, String connectionName, String linkConnectionName)Retrieves the details of a vpn site link connection.com.azure.core.http.rest.PagedIterable<VpnSiteLinkConnectionInner>VpnLinkConnectionsClient. listByVpnConnection(String resourceGroupName, String gatewayName, String connectionName)Retrieves all vpn site link connections for a particular virtual wan vpn gateway vpn connection.com.azure.core.http.rest.PagedIterable<VpnSiteLinkConnectionInner>VpnLinkConnectionsClient. listByVpnConnection(String resourceGroupName, String gatewayName, String connectionName, com.azure.core.util.Context context)Retrieves all vpn site link connections for a particular virtual wan vpn gateway vpn connection.com.azure.core.http.rest.PagedFlux<VpnSiteLinkConnectionInner>VpnLinkConnectionsClient. listByVpnConnectionAsync(String resourceGroupName, String gatewayName, String connectionName)Retrieves all vpn site link connections for a particular virtual wan vpn gateway vpn connection. -
Uses of VpnSiteLinkConnectionInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VpnSiteLinkConnectionInner Modifier and Type Method Description VpnSiteLinkConnectionInnerVpnSiteLinkConnectionInner. withConnectionBandwidth(Integer connectionBandwidth)Set the connectionBandwidth property: Expected bandwidth in MBPS.VpnSiteLinkConnectionInnerVpnSiteLinkConnectionInner. withEgressNatRules(List<com.azure.core.management.SubResource> egressNatRules)Set the egressNatRules property: List of egress NatRules.VpnSiteLinkConnectionInnerVpnSiteLinkConnectionInner. withEnableBgp(Boolean enableBgp)Set the enableBgp property: EnableBgp flag.VpnSiteLinkConnectionInnerVpnSiteLinkConnectionInner. withEnableRateLimiting(Boolean enableRateLimiting)Set the enableRateLimiting property: EnableBgp flag.VpnSiteLinkConnectionInnerVpnSiteLinkConnectionInner. withId(String id)VpnSiteLinkConnectionInnerVpnSiteLinkConnectionInner. withIngressNatRules(List<com.azure.core.management.SubResource> ingressNatRules)Set the ingressNatRules property: List of ingress NatRules.VpnSiteLinkConnectionInnerVpnSiteLinkConnectionInner. withIpsecPolicies(List<IpsecPolicy> ipsecPolicies)Set the ipsecPolicies property: The IPSec Policies to be considered by this connection.VpnSiteLinkConnectionInnerVpnSiteLinkConnectionInner. withName(String name)Set the name property: The name of the resource that is unique within a resource group.VpnSiteLinkConnectionInnerVpnSiteLinkConnectionInner. withRoutingWeight(Integer routingWeight)Set the routingWeight property: Routing weight for vpn connection.VpnSiteLinkConnectionInnerVpnSiteLinkConnectionInner. withSharedKey(String sharedKey)Set the sharedKey property: SharedKey for the vpn connection.VpnSiteLinkConnectionInnerVpnSiteLinkConnectionInner. withUseLocalAzureIpAddress(Boolean useLocalAzureIpAddress)Set the useLocalAzureIpAddress property: Use local azure ip to initiate connection.VpnSiteLinkConnectionInnerVpnSiteLinkConnectionInner. withUsePolicyBasedTrafficSelectors(Boolean usePolicyBasedTrafficSelectors)Set the usePolicyBasedTrafficSelectors property: Enable policy-based traffic selectors.VpnSiteLinkConnectionInnerVpnSiteLinkConnectionInner. withVpnConnectionProtocolType(VirtualNetworkGatewayConnectionProtocol vpnConnectionProtocolType)Set the vpnConnectionProtocolType property: Connection protocol used for this connection.VpnSiteLinkConnectionInnerVpnSiteLinkConnectionInner. withVpnLinkConnectionMode(VpnLinkConnectionMode vpnLinkConnectionMode)Set the vpnLinkConnectionMode property: Vpn link connection mode.VpnSiteLinkConnectionInnerVpnSiteLinkConnectionInner. withVpnSiteLink(com.azure.core.management.SubResource vpnSiteLink)Set the vpnSiteLink property: Id of the connected vpn site link.Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type VpnSiteLinkConnectionInner Modifier and Type Method Description List<VpnSiteLinkConnectionInner>VpnConnectionInner. vpnLinkConnections()Get the vpnLinkConnections property: List of all vpn site link connections to the gateway.List<VpnSiteLinkConnectionInner>VpnConnectionProperties. vpnLinkConnections()Get the vpnLinkConnections property: List of all vpn site link connections to the gateway.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type VpnSiteLinkConnectionInner Modifier and Type Method Description VpnConnectionInnerVpnConnectionInner. withVpnLinkConnections(List<VpnSiteLinkConnectionInner> vpnLinkConnections)Set the vpnLinkConnections property: List of all vpn site link connections to the gateway.VpnConnectionPropertiesVpnConnectionProperties. withVpnLinkConnections(List<VpnSiteLinkConnectionInner> vpnLinkConnections)Set the vpnLinkConnections property: List of all vpn site link connections to the gateway. -
Uses of VpnSiteLinkConnectionInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type VpnSiteLinkConnectionInner Modifier and Type Method Description List<VpnSiteLinkConnectionInner>ListVpnSiteLinkConnectionsResult. value()Get the value property: List of VpnSiteLinkConnections.Method parameters in com.azure.resourcemanager.network.models with type arguments of type VpnSiteLinkConnectionInner Modifier and Type Method Description ListVpnSiteLinkConnectionsResultListVpnSiteLinkConnectionsResult. withValue(List<VpnSiteLinkConnectionInner> value)Set the value property: List of VpnSiteLinkConnections.
-