pub struct HostVFlashManagerVFlashResourceConfigInfo {
pub vffs: Option<HostVffsVolume>,
pub capacity: i64,
}Expand description
vFlash resource configuration Information.
§How to access
HostSystem::config.v_flash_config_info?.v_flash_resource_config_info?HostVFlashManager::v_flash_config_info.v_flash_resource_config_info?
Fields§
§vffs: Option<HostVffsVolume>The contained VFFS volume
capacity: i64Capacity of the vFlash resource.
It is the capacity of the contained VFFS volume.
Trait Implementations§
Source§impl VimObjectTrait for HostVFlashManagerVFlashResourceConfigInfo
impl VimObjectTrait for HostVFlashManagerVFlashResourceConfigInfo
fn as_vim_object_ref<'a>(&'a self) -> &'a dyn VimObjectTrait
fn data_type(&self) -> StructType
impl DataObjectTrait for HostVFlashManagerVFlashResourceConfigInfo
Auto Trait Implementations§
impl Freeze for HostVFlashManagerVFlashResourceConfigInfo
impl RefUnwindSafe for HostVFlashManagerVFlashResourceConfigInfo
impl Send for HostVFlashManagerVFlashResourceConfigInfo
impl Sync for HostVFlashManagerVFlashResourceConfigInfo
impl Unpin for HostVFlashManagerVFlashResourceConfigInfo
impl UnsafeUnpin for HostVFlashManagerVFlashResourceConfigInfo
impl UnwindSafe for HostVFlashManagerVFlashResourceConfigInfo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more