Trait xo_api_client::api::vm::OtherInfo[][src]

pub trait OtherInfo: DeserializeOwned { }
Expand description

This is the “other” section of VM from XO.

This secton contains some XO specific data like backup related values and what template the VM was created from. Other that that there is also the “Custom Fields” from the “Advanced” tab of the VM in XO. However note that all fields added from there will have “XenCenter.CustomFields.” as prefix in their key.

A type that can be deserialized from a flat string to string object.

Implementations on Foreign Types

Implementors