return (IpInterfaces) super.withInactive(inactive);
}
@Override
protected List<IpInterfaceRestRep> getBulkResources(BulkIdParam input) {
IpInterfaceBulkRep response = client.post(IpInterfaceBulkRep.class, input, getBulkUrl());
return defaultList(response.getIpInterfaces());
}