pub struct VirtualAppLinkInfo {
pub key: ManagedObjectReference,
pub destroy_with_parent: Option<bool>,
}Expand description
Deprecated as of vSphere API 5.1.
Linked child information.
Fields§
§key: ManagedObjectReferenceThe key contains a reference to the entity that is linked to this vApp
Refers instance of ManagedEntity.
destroy_with_parent: Option<bool>Whether the entity should be removed, when this vApp is removed
Trait Implementations§
Source§impl Debug for VirtualAppLinkInfo
impl Debug for VirtualAppLinkInfo
Source§impl<'de> Deserialize<'de> for VirtualAppLinkInfo
impl<'de> Deserialize<'de> for VirtualAppLinkInfo
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for VirtualAppLinkInfo
impl Serialize for VirtualAppLinkInfo
Source§impl VimObjectTrait for VirtualAppLinkInfo
impl VimObjectTrait for VirtualAppLinkInfo
fn as_vim_object_ref<'a>(&'a self) -> &'a dyn VimObjectTrait
fn data_type(&self) -> StructType
impl DataObjectTrait for VirtualAppLinkInfo
Auto Trait Implementations§
impl Freeze for VirtualAppLinkInfo
impl RefUnwindSafe for VirtualAppLinkInfo
impl Send for VirtualAppLinkInfo
impl Sync for VirtualAppLinkInfo
impl Unpin for VirtualAppLinkInfo
impl UnwindSafe for VirtualAppLinkInfo
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