Package com.emc.storageos.model.block

Examples of com.emc.storageos.model.block.BlockConsistencyGroupBulkRep


        return (BlockConsistencyGroups) super.withInternal(internal);
    }

    @Override
    protected List<BlockConsistencyGroupRestRep> getBulkResources(BulkIdParam input) {
        BlockConsistencyGroupBulkRep response = client.post(BlockConsistencyGroupBulkRep.class, input, getBulkUrl());
        return defaultList(response.getConsistencyGroups());
    }
View Full Code Here


        return (BlockConsistencyGroups) super.withInactive(inactive);
    }

    @Override
    protected List<BlockConsistencyGroupRestRep> getBulkResources(BulkIdParam input) {
        BlockConsistencyGroupBulkRep response = client.post(BlockConsistencyGroupBulkRep.class, input, getBulkUrl());
        return defaultList(response.getConsistencyGroups());
    }
View Full Code Here

TOP

Related Classes of com.emc.storageos.model.block.BlockConsistencyGroupBulkRep

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.