Package org.apache.stratos.cloud.controller.interfaces

Examples of org.apache.stratos.cloud.controller.interfaces.Iaas.releaseAddress()


    // destroy the node
    iaasProvider.getComputeService().destroyNode(nodeId);

    // release allocated IP address
    if (ctxt.getAllocatedIpAddress() != null) {
            iaas.releaseAddress(ctxt.getAllocatedIpAddress());
    }
   
    log.info("Member is terminated: "+ctxt.toString());
    return iaasProvider;
  }
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.