Examples of DecommissionedResources


Examples of com.emc.storageos.model.varray.DecommissionedResources

     * API Call: <tt>GET /vdc/smis-providers/deactivated-systems</tt>
     *
     * @return the list of deactivates systems.
     */
    public List<DecommissionedResourceRep> listDeactivatedSystems() {
        DecommissionedResources response = client.get(DecommissionedResources.class, baseUrl + "/deactivated-systems");
        return defaultList(response.getResources());
    }
View Full Code Here

Examples of com.emc.storageos.model.varray.DecommissionedResources

     * API Call: <tt>GET /vdc/storage-providers/deactivated-systems</tt>
     *
     * @return the list of deactivates systems.
     */
    public List<DecommissionedResourceRep> listDeactivatedSystems() {
        DecommissionedResources response = client.get(DecommissionedResources.class, baseUrl + "/deactivated-systems");
        return defaultList(response.getResources());
    }
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.