Search in sources :

Example 1 with ArrayAffinityHostParam

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();
}
Also used : ArrayAffinityHostParam(com.emc.storageos.model.host.ArrayAffinityHostParam) FlashException(controllers.util.FlashException)

Aggregations

ArrayAffinityHostParam (com.emc.storageos.model.host.ArrayAffinityHostParam)1 FlashException (controllers.util.FlashException)1