pub struct ClusterProfileCreateSpec {
pub profile_create_spec_: ProfileCreateSpec,
}Expand description
Base class for Cluster CreateSpecs
§How to access
HostProfileManager::create_profile(create_spec)⇒ClusterProfileCreateSpecTraitProfileManager::create_profile(create_spec)⇒ClusterProfileCreateSpecTraitClusterProfileManager::create_profile(create_spec)⇒ClusterProfileCreateSpecTrait
Fields§
§profile_create_spec_: ProfileCreateSpecTrait Implementations§
Source§impl ClusterProfileCreateSpecTrait for ClusterProfileCreateSpec
impl ClusterProfileCreateSpecTrait for ClusterProfileCreateSpec
Source§fn get_cluster_profile_create_spec(&self) -> &ClusterProfileCreateSpec
fn get_cluster_profile_create_spec(&self) -> &ClusterProfileCreateSpec
Get a reference to the ClusterProfileCreateSpec parent struct
Source§fn get_cluster_profile_create_spec_mut(
&mut self,
) -> &mut ClusterProfileCreateSpec
fn get_cluster_profile_create_spec_mut( &mut self, ) -> &mut ClusterProfileCreateSpec
Get a mutable reference to the ClusterProfileCreateSpec parent struct
Source§impl Debug for ClusterProfileCreateSpec
impl Debug for ClusterProfileCreateSpec
Source§impl Deref for ClusterProfileCreateSpec
impl Deref for ClusterProfileCreateSpec
Source§impl DerefMut for ClusterProfileCreateSpec
impl DerefMut for ClusterProfileCreateSpec
Source§impl ProfileCreateSpecTrait for ClusterProfileCreateSpec
impl ProfileCreateSpecTrait for ClusterProfileCreateSpec
Source§fn get_profile_create_spec(&self) -> &ProfileCreateSpec
fn get_profile_create_spec(&self) -> &ProfileCreateSpec
Get a reference to the ProfileCreateSpec parent struct
Source§fn get_profile_create_spec_mut(&mut self) -> &mut ProfileCreateSpec
fn get_profile_create_spec_mut(&mut self) -> &mut ProfileCreateSpec
Get a mutable reference to the ProfileCreateSpec parent struct
Source§impl VimObjectTrait for ClusterProfileCreateSpec
impl VimObjectTrait for ClusterProfileCreateSpec
fn as_vim_object_ref<'a>(&'a self) -> &'a dyn VimObjectTrait
fn data_type(&self) -> StructType
impl DataObjectTrait for ClusterProfileCreateSpec
Auto Trait Implementations§
impl Freeze for ClusterProfileCreateSpec
impl RefUnwindSafe for ClusterProfileCreateSpec
impl Send for ClusterProfileCreateSpec
impl Sync for ClusterProfileCreateSpec
impl Unpin for ClusterProfileCreateSpec
impl UnsafeUnpin for ClusterProfileCreateSpec
impl UnwindSafe for ClusterProfileCreateSpec
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