pub struct VsanClusterHostVmknicMapping {
pub host: String,
pub vmknic: String,
}Expand description
The mapping between the host and the vSAN vmknic
§How to access
VsanClusterHealthSystem::vsan_query_cluster_capture_vsan_pcap(vmknic)
Fields§
§host: StringThe host name
vmknic: StringThe name of vSAN vmknic
Trait Implementations§
Source§impl Debug for VsanClusterHostVmknicMapping
impl Debug for VsanClusterHostVmknicMapping
Source§impl VimObjectTrait for VsanClusterHostVmknicMapping
impl VimObjectTrait for VsanClusterHostVmknicMapping
fn as_vim_object_ref<'a>(&'a self) -> &'a dyn VimObjectTrait
fn data_type(&self) -> StructType
impl DataObjectTrait for VsanClusterHostVmknicMapping
Auto Trait Implementations§
impl Freeze for VsanClusterHostVmknicMapping
impl RefUnwindSafe for VsanClusterHostVmknicMapping
impl Send for VsanClusterHostVmknicMapping
impl Sync for VsanClusterHostVmknicMapping
impl Unpin for VsanClusterHostVmknicMapping
impl UnsafeUnpin for VsanClusterHostVmknicMapping
impl UnwindSafe for VsanClusterHostVmknicMapping
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