pub struct WindowsStorageResourcesBuilder { /* private fields */ }Expand description
Builder for WindowsStorageResources.
Implementations§
Source§impl WindowsStorageResourcesBuilder
impl WindowsStorageResourcesBuilder
Sourcepub fn iops<VALUE: Into<u64>>(self, value: VALUE) -> Self
pub fn iops<VALUE: Into<u64>>(self, value: VALUE) -> Self
Specifies maximum Iops for the system drive.
Sourcepub fn bps<VALUE: Into<u64>>(self, value: VALUE) -> Self
pub fn bps<VALUE: Into<u64>>(self, value: VALUE) -> Self
Specifies maximum bytes per second for the system drive.
Sourcepub fn sandbox_size<VALUE: Into<u64>>(self, value: VALUE) -> Self
pub fn sandbox_size<VALUE: Into<u64>>(self, value: VALUE) -> Self
Sandbox size specifies the minimum size of the system drive in bytes.