pub struct WindowsResourcesBuilder { /* private fields */ }Expand description
Builder for WindowsResources.
Implementations§
Source§impl WindowsResourcesBuilder
impl WindowsResourcesBuilder
Sourcepub fn memory<VALUE: Into<WindowsMemoryResources>>(self, value: VALUE) -> Self
pub fn memory<VALUE: Into<WindowsMemoryResources>>(self, value: VALUE) -> Self
Memory restriction configuration.
Sourcepub fn cpu<VALUE: Into<WindowsCPUResources>>(self, value: VALUE) -> Self
pub fn cpu<VALUE: Into<WindowsCPUResources>>(self, value: VALUE) -> Self
CPU resource restriction configuration.
Sourcepub fn storage<VALUE: Into<WindowsStorageResources>>(self, value: VALUE) -> Self
pub fn storage<VALUE: Into<WindowsStorageResources>>(self, value: VALUE) -> Self
Storage restriction configuration.