pub struct ClusterProactiveDrsConfigInfo {
pub enabled: Option<bool>,
}Expand description
§How to access
ComputeResource::configuration_ex→ClusterConfigInfoEx.proactive_drs_config?ClusterComputeResource::configuration_ex→ClusterConfigInfoEx.proactive_drs_config?Folder::create_cluster_ex(spec).proactive_drs_config?Folder::add_standalone_host_task(comp_res_spec)→ClusterConfigSpecEx.proactive_drs_config?Folder::batch_add_hosts_to_cluster_task(comp_res_spec)→ClusterConfigSpecEx.proactive_drs_config?Folder::batch_add_standalone_hosts_task(comp_res_spec)→ClusterConfigSpecEx.proactive_drs_config?StoragePod::create_cluster_ex(spec).proactive_drs_config?StoragePod::add_standalone_host_task(comp_res_spec)→ClusterConfigSpecEx.proactive_drs_config?StoragePod::batch_add_hosts_to_cluster_task(comp_res_spec)→ClusterConfigSpecEx.proactive_drs_config?StoragePod::batch_add_standalone_hosts_task(comp_res_spec)→ClusterConfigSpecEx.proactive_drs_config?
(10 of 14 paths)
Fields§
§enabled: Option<bool>Flag indicating whether or not the service is enabled.
Trait Implementations§
Source§impl VimObjectTrait for ClusterProactiveDrsConfigInfo
impl VimObjectTrait for ClusterProactiveDrsConfigInfo
fn as_vim_object_ref<'a>(&'a self) -> &'a dyn VimObjectTrait
fn data_type(&self) -> StructType
impl DataObjectTrait for ClusterProactiveDrsConfigInfo
Auto Trait Implementations§
impl Freeze for ClusterProactiveDrsConfigInfo
impl RefUnwindSafe for ClusterProactiveDrsConfigInfo
impl Send for ClusterProactiveDrsConfigInfo
impl Sync for ClusterProactiveDrsConfigInfo
impl Unpin for ClusterProactiveDrsConfigInfo
impl UnsafeUnpin for ClusterProactiveDrsConfigInfo
impl UnwindSafe for ClusterProactiveDrsConfigInfo
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