pub struct DirectPathProfileManagerTargetCluster {
pub cluster: ManagedObjectReference,
}Expand description
Specification of a vSphere cluster as the target entity against which the capacity of a DirectPath profile can be queried using DirectPathProfileManager.DirectPathProfileManagerQueryCapacity.
Since: vSphere API Release 9.0.0.0
§How to access
DirectPathProfileManager::direct_path_profile_manager_query_capacity(target)→DirectPathProfileManagerTargetCluster
Fields§
§cluster: ManagedObjectReferenceMoRef of the target vSphere cluster.
Refers instance of ClusterComputeResource.
Trait Implementations§
Source§impl VimObjectTrait for DirectPathProfileManagerTargetCluster
impl VimObjectTrait for DirectPathProfileManagerTargetCluster
fn as_vim_object_ref<'a>(&'a self) -> &'a dyn VimObjectTrait
fn data_type(&self) -> StructType
impl DataObjectTrait for DirectPathProfileManagerTargetCluster
impl DirectPathProfileManagerTargetEntityTrait for DirectPathProfileManagerTargetCluster
Auto Trait Implementations§
impl Freeze for DirectPathProfileManagerTargetCluster
impl RefUnwindSafe for DirectPathProfileManagerTargetCluster
impl Send for DirectPathProfileManagerTargetCluster
impl Sync for DirectPathProfileManagerTargetCluster
impl Unpin for DirectPathProfileManagerTargetCluster
impl UnsafeUnpin for DirectPathProfileManagerTargetCluster
impl UnwindSafe for DirectPathProfileManagerTargetCluster
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