Package com.cloud.resource.ResourceStateAdapter

Examples of com.cloud.resource.ResourceStateAdapter.DeleteHostAnswer


    @Override
    public DeleteHostAnswer deleteHost(HostVO host, boolean isForced, boolean isForceDeleteStorage) throws UnableDeleteHostException {
        if (host.getType() != com.cloud.host.Host.Type.ExternalLoadBalancer) {
            return null;
        }
        return new DeleteHostAnswer(true);
    }
View Full Code Here

TOP

Related Classes of com.cloud.resource.ResourceStateAdapter.DeleteHostAnswer

Copyright © 2018 www.massapicom. 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.