Class VPNsImpl
java.lang.Object
api.equinix.javasdk.networkedge.client.implementation.VPNsImpl
-
Constructor Summary
ConstructorsConstructorDescriptionVPNsImpl(VPNClient<VPN> serviceClient, NetworkEdge serviceManager) Constructor for VPNsImpl. -
Method Summary
Modifier and TypeMethodDescriptionReturns an instance of VPNBuilder for defining a new VPN.Gets the specified VPN.list()list.list(RequestBuilder.VPN requestBuilder) Lists VPNs based on the parameters provided.
-
Constructor Details
-
VPNsImpl
Constructor for VPNsImpl.
- Parameters:
serviceClient- aVPNClientobject.serviceManager- aNetworkEdgeobject.
-
-
Method Details
-
list
list.
- Specified by:
listin interfaceVPNs- Returns:
- a
PaginatedListobject.
-
list
Lists VPNs based on the parameters provided.list.
- Specified by:
listin interfaceVPNs- Parameters:
requestBuilder- the desired query parameters.- Returns:
PaginatedList
-
getByUuid
-
define
Returns an instance of VPNBuilder for defining a new VPN.- Specified by:
definein interfaceVPNs- Parameters:
configName- the configuration name of the new VPN.- Returns:
VPNOperator.VPNBuilder
-