Uses of Class
com.azure.resourcemanager.network.fluent.models.VpnConnectionInner
Packages that use VpnConnectionInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of VpnConnectionInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return VpnConnectionInnerModifier and TypeMethodDescriptionVpnConnectionsClient.createOrUpdate(String resourceGroupName, String gatewayName, String connectionName, VpnConnectionInner vpnConnectionParameters) Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.VpnConnectionsClient.createOrUpdate(String resourceGroupName, String gatewayName, String connectionName, VpnConnectionInner vpnConnectionParameters, com.azure.core.util.Context context) Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.Retrieves the details of a vpn connection.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type VpnConnectionInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnConnectionInner>, VpnConnectionInner> VpnConnectionsClient.beginCreateOrUpdate(String resourceGroupName, String gatewayName, String connectionName, VpnConnectionInner vpnConnectionParameters) Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnConnectionInner>, VpnConnectionInner> VpnConnectionsClient.beginCreateOrUpdate(String resourceGroupName, String gatewayName, String connectionName, VpnConnectionInner vpnConnectionParameters) Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnConnectionInner>, VpnConnectionInner> VpnConnectionsClient.beginCreateOrUpdate(String resourceGroupName, String gatewayName, String connectionName, VpnConnectionInner vpnConnectionParameters, com.azure.core.util.Context context) Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnConnectionInner>, VpnConnectionInner> VpnConnectionsClient.beginCreateOrUpdate(String resourceGroupName, String gatewayName, String connectionName, VpnConnectionInner vpnConnectionParameters, com.azure.core.util.Context context) Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VpnConnectionInner>, VpnConnectionInner> VpnConnectionsClient.beginCreateOrUpdateAsync(String resourceGroupName, String gatewayName, String connectionName, VpnConnectionInner vpnConnectionParameters) Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VpnConnectionInner>, VpnConnectionInner> VpnConnectionsClient.beginCreateOrUpdateAsync(String resourceGroupName, String gatewayName, String connectionName, VpnConnectionInner vpnConnectionParameters) Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.VpnConnectionsClient.createOrUpdateAsync(String resourceGroupName, String gatewayName, String connectionName, VpnConnectionInner vpnConnectionParameters) Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.Retrieves the details of a vpn connection.com.azure.core.http.rest.Response<VpnConnectionInner> VpnConnectionsClient.getWithResponse(String resourceGroupName, String gatewayName, String connectionName, com.azure.core.util.Context context) Retrieves the details of a vpn connection.Mono<com.azure.core.http.rest.Response<VpnConnectionInner>> VpnConnectionsClient.getWithResponseAsync(String resourceGroupName, String gatewayName, String connectionName) Retrieves the details of a vpn connection.com.azure.core.http.rest.PagedIterable<VpnConnectionInner> VpnConnectionsClient.listByVpnGateway(String resourceGroupName, String gatewayName) Retrieves all vpn connections for a particular virtual wan vpn gateway.com.azure.core.http.rest.PagedIterable<VpnConnectionInner> VpnConnectionsClient.listByVpnGateway(String resourceGroupName, String gatewayName, com.azure.core.util.Context context) Retrieves all vpn connections for a particular virtual wan vpn gateway.com.azure.core.http.rest.PagedFlux<VpnConnectionInner> VpnConnectionsClient.listByVpnGatewayAsync(String resourceGroupName, String gatewayName) Retrieves all vpn connections for a particular virtual wan vpn gateway.Methods in com.azure.resourcemanager.network.fluent with parameters of type VpnConnectionInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnConnectionInner>, VpnConnectionInner> VpnConnectionsClient.beginCreateOrUpdate(String resourceGroupName, String gatewayName, String connectionName, VpnConnectionInner vpnConnectionParameters) Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnConnectionInner>, VpnConnectionInner> VpnConnectionsClient.beginCreateOrUpdate(String resourceGroupName, String gatewayName, String connectionName, VpnConnectionInner vpnConnectionParameters, com.azure.core.util.Context context) Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VpnConnectionInner>, VpnConnectionInner> VpnConnectionsClient.beginCreateOrUpdateAsync(String resourceGroupName, String gatewayName, String connectionName, VpnConnectionInner vpnConnectionParameters) Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.VpnConnectionsClient.createOrUpdate(String resourceGroupName, String gatewayName, String connectionName, VpnConnectionInner vpnConnectionParameters) Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.VpnConnectionsClient.createOrUpdate(String resourceGroupName, String gatewayName, String connectionName, VpnConnectionInner vpnConnectionParameters, com.azure.core.util.Context context) Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.VpnConnectionsClient.createOrUpdateAsync(String resourceGroupName, String gatewayName, String connectionName, VpnConnectionInner vpnConnectionParameters) Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> VpnConnectionsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String gatewayName, String connectionName, VpnConnectionInner vpnConnectionParameters) Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection. -
Uses of VpnConnectionInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VpnConnectionInnerModifier and TypeMethodDescriptionstatic VpnConnectionInnerVpnConnectionInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VpnConnectionInner from the JsonReader.VpnConnectionInner.withConnectionBandwidth(Integer connectionBandwidth) Set the connectionBandwidth property: Expected bandwidth in MBPS.VpnConnectionInner.withDpdTimeoutSeconds(Integer dpdTimeoutSeconds) Set the dpdTimeoutSeconds property: DPD timeout in seconds for vpn connection.VpnConnectionInner.withEnableBgp(Boolean enableBgp) Set the enableBgp property: EnableBgp flag.VpnConnectionInner.withEnableInternetSecurity(Boolean enableInternetSecurity) Set the enableInternetSecurity property: Enable internet security.VpnConnectionInner.withEnableRateLimiting(Boolean enableRateLimiting) Set the enableRateLimiting property: EnableBgp flag.VpnConnectionInner.withIpsecPolicies(List<IpsecPolicy> ipsecPolicies) Set the ipsecPolicies property: The IPSec Policies to be considered by this connection.Set the name property: The name of the resource that is unique within a resource group.VpnConnectionInner.withRemoteVpnSite(com.azure.core.management.SubResource remoteVpnSite) Set the remoteVpnSite property: Id of the connected vpn site.VpnConnectionInner.withRoutingConfiguration(RoutingConfiguration routingConfiguration) Set the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection.VpnConnectionInner.withRoutingWeight(Integer routingWeight) Set the routingWeight property: Routing weight for vpn connection.VpnConnectionInner.withSharedKey(String sharedKey) Set the sharedKey property: SharedKey for the vpn connection.VpnConnectionInner.withTrafficSelectorPolicies(List<TrafficSelectorPolicy> trafficSelectorPolicies) Set the trafficSelectorPolicies property: The Traffic Selector Policies to be considered by this connection.VpnConnectionInner.withUseLocalAzureIpAddress(Boolean useLocalAzureIpAddress) Set the useLocalAzureIpAddress property: Use local azure ip to initiate connection.VpnConnectionInner.withUsePolicyBasedTrafficSelectors(Boolean usePolicyBasedTrafficSelectors) Set the usePolicyBasedTrafficSelectors property: Enable policy-based traffic selectors.VpnConnectionInner.withVpnConnectionProtocolType(VirtualNetworkGatewayConnectionProtocol vpnConnectionProtocolType) Set the vpnConnectionProtocolType property: Connection protocol used for this connection.VpnConnectionInner.withVpnLinkConnections(List<VpnSiteLinkConnectionInner> vpnLinkConnections) Set the vpnLinkConnections property: List of all vpn site link connections to the gateway.Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type VpnConnectionInnerModifier and TypeMethodDescriptionVpnGatewayInner.connections()Get the connections property: List of all vpn connections to the gateway.VpnGatewayProperties.connections()Get the connections property: List of all vpn connections to the gateway.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type VpnConnectionInnerModifier and TypeMethodDescriptionVpnGatewayInner.withConnections(List<VpnConnectionInner> connections) Set the connections property: List of all vpn connections to the gateway.VpnGatewayProperties.withConnections(List<VpnConnectionInner> connections) Set the connections property: List of all vpn connections to the gateway. -
Uses of VpnConnectionInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type VpnConnectionInnerModifier and TypeMethodDescriptionListVpnConnectionsResult.value()Get the value property: List of Vpn Connections.Method parameters in com.azure.resourcemanager.network.models with type arguments of type VpnConnectionInnerModifier and TypeMethodDescriptionListVpnConnectionsResult.withValue(List<VpnConnectionInner> value) Set the value property: List of Vpn Connections.