pub struct VAppOvfSectionSpec {
pub array_update_spec_: ArrayUpdateSpec,
pub info: Option<VAppOvfSectionInfo>,
}Expand description
An incremental update to the OvfSection list.
§How to access
StoragePod::pod_storage_drs_entry.recommendation?[*].action?[*]→ClusterClusterInitialPlacementAction.config_spec?.v_app_config?.ovf_section?[*]StoragePod::pod_storage_drs_entry.action_history?[*].action→ClusterClusterInitialPlacementAction.config_spec?.v_app_config?.ovf_section?[*]ClusterComputeResource::action_history.action→ClusterClusterInitialPlacementAction.config_spec?.v_app_config?.ovf_section?[*]ClusterComputeResource::recommendation.action?[*]→ClusterClusterInitialPlacementAction.config_spec?.v_app_config?.ovf_section?[*]VirtualMachine::reconfig_vm_task(spec).v_app_config?.ovf_section?[*]VirtualMachine::clone_vm_task(spec).config?.v_app_config?.ovf_section?[*]Folder::create_vm_task(config).v_app_config?.ovf_section?[*]ResourcePool::create_child_vm_task(config).v_app_config?.ovf_section?[*]ResourcePool::import_v_app(spec)→VirtualMachineImportSpec.config_spec.v_app_config?.ovf_section?[*]Datastore::datastore_enter_maintenance_mode().recommendations?[*].action?[*]→ClusterClusterInitialPlacementAction.config_spec?.v_app_config?.ovf_section?[*]
(10 of 23 paths)
Fields§
§array_update_spec_: ArrayUpdateSpec§info: Option<VAppOvfSectionInfo>Trait Implementations§
Source§impl ArrayUpdateSpecTrait for VAppOvfSectionSpec
impl ArrayUpdateSpecTrait for VAppOvfSectionSpec
Source§fn get_array_update_spec(&self) -> &ArrayUpdateSpec
fn get_array_update_spec(&self) -> &ArrayUpdateSpec
Get a reference to the ArrayUpdateSpec parent struct
Source§fn get_array_update_spec_mut(&mut self) -> &mut ArrayUpdateSpec
fn get_array_update_spec_mut(&mut self) -> &mut ArrayUpdateSpec
Get a mutable reference to the ArrayUpdateSpec parent struct
Source§impl Debug for VAppOvfSectionSpec
impl Debug for VAppOvfSectionSpec
Source§impl Deref for VAppOvfSectionSpec
impl Deref for VAppOvfSectionSpec
Source§impl DerefMut for VAppOvfSectionSpec
impl DerefMut for VAppOvfSectionSpec
Source§impl Deserialize for VAppOvfSectionSpec
impl Deserialize for VAppOvfSectionSpec
Source§impl VimObjectTrait for VAppOvfSectionSpec
impl VimObjectTrait for VAppOvfSectionSpec
fn as_vim_object_ref<'a>(&'a self) -> &'a dyn VimObjectTrait
fn data_type(&self) -> StructType
impl DataObjectTrait for VAppOvfSectionSpec
Auto Trait Implementations§
impl Freeze for VAppOvfSectionSpec
impl !RefUnwindSafe for VAppOvfSectionSpec
impl Send for VAppOvfSectionSpec
impl Sync for VAppOvfSectionSpec
impl Unpin for VAppOvfSectionSpec
impl UnsafeUnpin for VAppOvfSectionSpec
impl !UnwindSafe for VAppOvfSectionSpec
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