pub struct HostProxySwitchEnsInfo {
pub ops_version: i64,
pub num_ps_ops: i64,
pub num_lcore_ops: i64,
pub error_status: i64,
pub lcore_status: i64,
}Expand description
This data object type describes the Ens status from VmKernal.
Since: vSphere API Release 8.0.0.1
§How to access
HostSystem::config.network?.proxy_switch?[*].ens_info?HostNetworkSystem::network_info.proxy_switch?[*].ens_info?
Fields§
§ops_version: i64ENS ops version
num_ps_ops: i64Number of ENS portset operations
num_lcore_ops: i64Number of ENS Lcore operations
error_status: i64Error status of the last ENS portset operation
lcore_status: i64Error status of the last Lcore operation
Trait Implementations§
Source§impl Debug for HostProxySwitchEnsInfo
impl Debug for HostProxySwitchEnsInfo
Source§impl Deserialize for HostProxySwitchEnsInfo
impl Deserialize for HostProxySwitchEnsInfo
Source§impl VimObjectTrait for HostProxySwitchEnsInfo
impl VimObjectTrait for HostProxySwitchEnsInfo
fn as_vim_object_ref<'a>(&'a self) -> &'a dyn VimObjectTrait
fn data_type(&self) -> StructType
impl DataObjectTrait for HostProxySwitchEnsInfo
Auto Trait Implementations§
impl Freeze for HostProxySwitchEnsInfo
impl RefUnwindSafe for HostProxySwitchEnsInfo
impl Send for HostProxySwitchEnsInfo
impl Sync for HostProxySwitchEnsInfo
impl Unpin for HostProxySwitchEnsInfo
impl UnsafeUnpin for HostProxySwitchEnsInfo
impl UnwindSafe for HostProxySwitchEnsInfo
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