return (StorageSystems) super.withInactive(inactive);
}
@Override
protected List<StorageSystemRestRep> getBulkResources(BulkIdParam input) {
StorageSystemBulkRep response = client.post(StorageSystemBulkRep.class, input, getBulkUrl());
return defaultList(response.getStorageSystems());
}