IPSecVPNDto |
CloudApi.createIPSecVPN(VirtualDatacenterDto vdc,
java.lang.String name,
java.lang.String remoteEndpoint,
java.lang.String encryptionAlgorithm,
boolean perfectForwardSecrecyEnabled,
java.lang.String dhGroup,
java.lang.String authentication,
java.util.Set<java.lang.String> remoteNetworks,
java.lang.String presharedKey,
com.google.common.base.Optional<RESTLink> localEndpoint,
com.google.common.base.Optional<java.util.Set<VLANNetworkDto>> localNetworks,
long pollInterval,
long maxWait,
java.util.concurrent.TimeUnit timeUnit) |
VirtualDatacenterDto |
CloudApi.createVirtualDatacenter(SingleResourceTransportDto location,
EnterpriseDto enterprise,
java.lang.String name,
java.lang.String type,
java.lang.String vlanAddress,
java.lang.String vlanGateway,
java.lang.String vlanName,
long pollInterval,
long maxWait,
java.util.concurrent.TimeUnit timeUnit) |
VirtualDatacenterDto |
CloudApi.createVirtualDatacenter(SingleResourceTransportDto location,
EnterpriseDto enterprise,
java.lang.String name,
java.lang.String type,
VLANNetworkDto vlan,
long pollInterval,
long maxWait,
java.util.concurrent.TimeUnit timeUnit) |
void |
CloudApi.deleteIPSecVPN(SingleResourceTransportDto vpn,
long pollInterval,
long maxWait,
java.util.concurrent.TimeUnit timeUnit) |
void |
CloudApi.deleteVirtualDatacenter(SingleResourceTransportDto vdc,
long pollInterval,
long maxWait,
java.util.concurrent.TimeUnit timeUnit) |
IPSecVPNDto |
CloudApi.editIPSecVPNDto(IPSecVPNDto vpn,
long pollInterval,
long maxWait,
java.util.concurrent.TimeUnit timeUnit) |