pub struct DvsEventArgument {
pub entity_event_argument_: EntityEventArgument,
pub dvs: ManagedObjectReference,
}Expand description
The event argument is a Host object.
§How to access
VirtualMachine::config_issue.dvs?HostSystem::config_issue.dvs?Network::config_issue.dvs?DistributedVirtualPortgroup::config_issue.dvs?VmwareDistributedVirtualSwitch::config_issue.dvs?Folder::config_issue.dvs?Datacenter::config_issue.dvs?ResourcePool::config_issue.dvs?Datastore::config_issue.dvs?StoragePod::config_issue.dvs?
(10 of 23 paths)
Fields§
§entity_event_argument_: EntityEventArgument§dvs: ManagedObjectReferenceThe distributed virtual switch object.
Refers instance of DistributedVirtualSwitch.
Trait Implementations§
Source§impl Debug for DvsEventArgument
impl Debug for DvsEventArgument
Source§impl Deref for DvsEventArgument
impl Deref for DvsEventArgument
Source§impl DerefMut for DvsEventArgument
impl DerefMut for DvsEventArgument
Source§impl Deserialize for DvsEventArgument
impl Deserialize for DvsEventArgument
Source§impl EntityEventArgumentTrait for DvsEventArgument
impl EntityEventArgumentTrait for DvsEventArgument
Source§fn get_entity_event_argument(&self) -> &EntityEventArgument
fn get_entity_event_argument(&self) -> &EntityEventArgument
Get a reference to the EntityEventArgument parent struct
Source§fn get_entity_event_argument_mut(&mut self) -> &mut EntityEventArgument
fn get_entity_event_argument_mut(&mut self) -> &mut EntityEventArgument
Get a mutable reference to the EntityEventArgument parent struct
Source§impl VimObjectTrait for DvsEventArgument
impl VimObjectTrait for DvsEventArgument
fn as_vim_object_ref<'a>(&'a self) -> &'a dyn VimObjectTrait
fn data_type(&self) -> StructType
impl DataObjectTrait for DvsEventArgument
impl EventArgumentTrait for DvsEventArgument
Auto Trait Implementations§
impl Freeze for DvsEventArgument
impl RefUnwindSafe for DvsEventArgument
impl Send for DvsEventArgument
impl Sync for DvsEventArgument
impl Unpin for DvsEventArgument
impl UnsafeUnpin for DvsEventArgument
impl UnwindSafe for DvsEventArgument
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