use of com.emc.storageos.model.host.ArrayAffinityHostParam in project coprhd-controller by CoprHD.
the class Hosts method discoverArrayAffinity.
@FlashException("list")
public static void discoverArrayAffinity(@As(",") String[] ids) {
ArrayAffinityHostParam param = new ArrayAffinityHostParam(uris(ids));
HostUtils.discoverHostArrayAffinity(param);
flash.success(MessagesUtils.get(DISCOVER_ARRAY_AFFINITY));
list();
}
Aggregations