* @param id
* the ID of the virtual array.
* @return the list of available attributes.
*/
public List<VirtualPoolAvailableAttributesResourceRep> getAvailableAttributes(URI id) {
AttributeList response = client.get(AttributeList.class, getIdUrl() + "/available-attributes", id);
return defaultList(response.getAttributes());
}