pub struct HostVFlashManagerVFlashResourceConfigSpec {
pub vffs_uuid: String,
}Expand description
vFlash resource configuration specification.
§How to access
HostVFlashManager::host_configure_v_flash_resource(spec)
Fields§
§vffs_uuid: StringThe contained VFFS volume uuid.
Trait Implementations§
Source§impl VimObjectTrait for HostVFlashManagerVFlashResourceConfigSpec
impl VimObjectTrait for HostVFlashManagerVFlashResourceConfigSpec
fn as_vim_object_ref<'a>(&'a self) -> &'a dyn VimObjectTrait
fn data_type(&self) -> StructType
impl DataObjectTrait for HostVFlashManagerVFlashResourceConfigSpec
Auto Trait Implementations§
impl Freeze for HostVFlashManagerVFlashResourceConfigSpec
impl RefUnwindSafe for HostVFlashManagerVFlashResourceConfigSpec
impl Send for HostVFlashManagerVFlashResourceConfigSpec
impl Sync for HostVFlashManagerVFlashResourceConfigSpec
impl Unpin for HostVFlashManagerVFlashResourceConfigSpec
impl UnsafeUnpin for HostVFlashManagerVFlashResourceConfigSpec
impl UnwindSafe for HostVFlashManagerVFlashResourceConfigSpec
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