Package org.apache.cloudstack.storage.datastore

Examples of org.apache.cloudstack.storage.datastore.PrimaryDataStoreEntityImpl


        return null;
    }

    @Override
    public StorageEntity getDataStore() {
        return new PrimaryDataStoreEntityImpl((PrimaryDataStoreInfo) volumeInfo.getDataStore());
    }
View Full Code Here

TOP

Related Classes of org.apache.cloudstack.storage.datastore.PrimaryDataStoreEntityImpl

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.