Examples of IpsecPresharedKey


Examples of org.platformlayer.ops.vpn.IpsecPresharedKey

    vm.hostPolicy.configureSpread(template.getClusterGroupId());

    vm.addChild(IpsecInstall.class);

    {
      IpsecPresharedKey psk = vm.addChild(IpsecPresharedKey.class);
      psk.id = IpsecPresharedKey.SHAREDKEY_USER_FQDN;
      psk.secret = ipsec.getIpsecSecret();
    }

    // The system ports are used for communication between nodes,
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.