pub struct VMHypervisorBuilder { /* private fields */ }Expand description
Builder for VMHypervisor.
Implementations§
Source§impl VMHypervisorBuilder
impl VMHypervisorBuilder
Sourcepub fn path<VALUE: Into<PathBuf>>(self, value: VALUE) -> Self
pub fn path<VALUE: Into<PathBuf>>(self, value: VALUE) -> Self
Path is the host path to the hypervisor used to manage the virtual machine.
Sourcepub fn parameters<VALUE: Into<Vec<String>>>(self, value: VALUE) -> Self
pub fn parameters<VALUE: Into<Vec<String>>>(self, value: VALUE) -> Self
Parameters specifies parameters to pass to the hypervisor.