isilon 5.0.1

Isilon rest api bindings
Documentation
1
2
3
4
5
6
7
8
9
10
11
/// ClusterAssessItem : The settings necessary to start a pre-upgrade assessment.

#[allow(unused_imports)]
use serde_json::Value;

#[derive(Debug, Serialize, Deserialize)]
pub struct ClusterAssessItem {
    /// The location (path) of the upgrade image which must be within /ifs.
    #[serde(rename = "install_image_path")]
    pub install_image_path: Option<String>,
}