Skip to main content

DirectPathProfileManagerCapacityQuerySpecTrait

Trait DirectPathProfileManagerCapacityQuerySpecTrait 

Source
pub trait DirectPathProfileManagerCapacityQuerySpecTrait: DataObjectTrait { }
Expand description

Base specification describing information about a DirectPath profile for which capacity needs to be queried using DirectPathProfileManager.DirectPathProfileManagerQueryCapacity.

Since: vSphere API Release 9.0.0.0

§How to access

  • DirectPathProfileManager::direct_path_profile_manager_query_capacity(query_spec)
  • DirectPathProfileManager::direct_path_profile_manager_query_capacity()→DirectPathProfileManagerCapacityUnknown.query_spec

Trait Implementations§

Source§

impl<From: VimObjectTrait + ?Sized + 'static> CastFrom<From> for dyn DirectPathProfileManagerCapacityQuerySpecTrait

Source§

fn from_ref<'a>(from: &'a From) -> Option<&'a Self>

Casts a reference to a trait object. If the cast fails, std::option::Option::None is returned.
Source§

fn from_box(from: Box<From>) -> Result<Box<Self>, Box<dyn Any + 'static>>

Casts a boxed trait object to another trait object. If the cast fails, the original boxed trait object is returned in std::result::Result::Err.
Source§

impl Deserialize for Box<dyn DirectPathProfileManagerCapacityQuerySpecTrait>

Source§

fn begin(out: &mut Option<Self>) -> &mut dyn Visitor

The only correct implementation of this method is: Read more

Implementors§