pub struct WindowsBuilder { /* private fields */ }Expand description
Builder for Windows.
Implementations§
Source§impl WindowsBuilder
impl WindowsBuilder
Sourcepub fn layer_folders<VALUE: Into<Vec<String>>>(self, value: VALUE) -> Self
pub fn layer_folders<VALUE: Into<Vec<String>>>(self, value: VALUE) -> Self
LayerFolders contains a list of absolute paths to directories containing image layers.
Sourcepub fn devices<VALUE: Into<Vec<WindowsDevice>>>(self, value: VALUE) -> Self
pub fn devices<VALUE: Into<Vec<WindowsDevice>>>(self, value: VALUE) -> Self
Devices are the list of devices to be mapped into the container.
Sourcepub fn resources<VALUE: Into<WindowsResources>>(self, value: VALUE) -> Self
pub fn resources<VALUE: Into<WindowsResources>>(self, value: VALUE) -> Self
Resources contains information for handling resource constraints for the container.
Sourcepub fn credential_spec<VALUE: Into<HashMap<String, Option<Value>>>>(
self,
value: VALUE,
) -> Self
pub fn credential_spec<VALUE: Into<HashMap<String, Option<Value>>>>( self, value: VALUE, ) -> Self
CredentialSpec contains a JSON object describing a group Managed Service Account (gMSA) specification.
Sourcepub fn servicing<VALUE: Into<bool>>(self, value: VALUE) -> Self
pub fn servicing<VALUE: Into<bool>>(self, value: VALUE) -> Self
Servicing indicates if the container is being started in a mode to apply a Windows Update servicing operation.
Sourcepub fn ignore_flushes_during_boot<VALUE: Into<bool>>(self, value: VALUE) -> Self
pub fn ignore_flushes_during_boot<VALUE: Into<bool>>(self, value: VALUE) -> Self
IgnoreFlushesDuringBoot indicates if the container is being started in a mode where disk writes are not flushed during its boot process.
Sourcepub fn hyperv<VALUE: Into<WindowsHyperV>>(self, value: VALUE) -> Self
pub fn hyperv<VALUE: Into<WindowsHyperV>>(self, value: VALUE) -> Self
HyperV contains information for running a container with Hyper-V isolation.
Sourcepub fn network<VALUE: Into<WindowsNetwork>>(self, value: VALUE) -> Self
pub fn network<VALUE: Into<WindowsNetwork>>(self, value: VALUE) -> Self
Network restriction configuration.