vim_rs 0.4.4

Rust Bindings for the VMware by Broadcom vCenter VI JSON API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod client;
pub(crate) mod wire_log;
pub mod error;
pub(crate) mod helpers;
pub mod pc_helpers;
pub mod pc_cache;
pub mod pc_retrieve;
pub mod tasks;
mod root_objects;

pub use client::Client;
pub use client::ClientBuilder;
pub use client::WireLoggingMode;
pub use error::{Error, ErrorKind, Result};
pub use root_objects::RootObjects;
pub use root_objects::VsanObjectCatalog;