Examples of VpnService


Examples of org.platformlayer.service.vpn.model.VpnService

    public void handler() throws OpsException, IOException {
    }

    @Override
    protected void addChildren() throws OpsException {
        VpnService model = OpsContext.get().getInstance(VpnService.class);

        InstanceBuilder instance = InstanceBuilder.build(model.dnsName, DiskImageRecipeBuilder.buildDiskImageRecipe(this));
        addChild(instance);

        instance.addChild(PackageDependency.build("strongswan"));
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.