pub struct VMKernelBuilder { /* private fields */ }Expand description
Builder for VMKernel.
Implementations§
Source§impl VMKernelBuilder
impl VMKernelBuilder
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 kernel used to boot 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 kernel.