pub struct ComputeResourceHostSpbmLicenseInfo {
pub host: ManagedObjectReference,
pub license_state: ComputeResourceHostSpbmLicenseInfoHostSpbmLicenseStateEnum,
}Expand description
The ComputeResourceHostSPBMLicenseInfo data object encapsulates the SPBM(Storage Policy Based Management) license information for a host.
Fields§
§host: ManagedObjectReferenceRefers instance of HostSystem.
license_state: ComputeResourceHostSpbmLicenseInfoHostSpbmLicenseStateEnumTrait Implementations§
Source§impl VimObjectTrait for ComputeResourceHostSpbmLicenseInfo
impl VimObjectTrait for ComputeResourceHostSpbmLicenseInfo
fn as_vim_object_ref<'a>(&'a self) -> &'a dyn VimObjectTrait
fn data_type(&self) -> StructType
impl DataObjectTrait for ComputeResourceHostSpbmLicenseInfo
Auto Trait Implementations§
impl Freeze for ComputeResourceHostSpbmLicenseInfo
impl RefUnwindSafe for ComputeResourceHostSpbmLicenseInfo
impl Send for ComputeResourceHostSpbmLicenseInfo
impl Sync for ComputeResourceHostSpbmLicenseInfo
impl Unpin for ComputeResourceHostSpbmLicenseInfo
impl UnsafeUnpin for ComputeResourceHostSpbmLicenseInfo
impl UnwindSafe for ComputeResourceHostSpbmLicenseInfo
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