Package org.apache.cloudstack.resourcedetail

Examples of org.apache.cloudstack.resourcedetail.AutoScaleVmGroupDetailVO


@Local(value = {AutoScaleVmGroupDetailsDao.class})
public class AutoScaleVmGroupDetailsDaoImpl extends ResourceDetailsDaoBase<AutoScaleVmGroupDetailVO> implements AutoScaleVmGroupDetailsDao {

    @Override
    public void addDetail(long resourceId, String key, String value, boolean display) {
        super.addDetail(new AutoScaleVmGroupDetailVO(resourceId, key, value, display));
    }
View Full Code Here

TOP

Related Classes of org.apache.cloudstack.resourcedetail.AutoScaleVmGroupDetailVO

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.