pub struct OrphanedAgency {
pub agency_issue_: AgencyIssue,
}Expand description
Deprecated eAM no longer raises this issue. If agecny is getting orphaned EAM simply destroys it.
The solution that created the agency is no longer registered with the vCenter server.
This is an active remediable issue. To remediate, vSphere ESX Agent Manager undeploys and removes the agency.
This structure may be used only with operations rendered under /eam.
Fields§
§agency_issue_: AgencyIssueTrait Implementations§
Source§impl AgencyIssueTrait for OrphanedAgency
impl AgencyIssueTrait for OrphanedAgency
Source§fn get_agency_issue(&self) -> &AgencyIssue
fn get_agency_issue(&self) -> &AgencyIssue
Get a reference to the AgencyIssue parent struct
Source§fn get_agency_issue_mut(&mut self) -> &mut AgencyIssue
fn get_agency_issue_mut(&mut self) -> &mut AgencyIssue
Get a mutable reference to the AgencyIssue parent struct
Source§impl Debug for OrphanedAgency
impl Debug for OrphanedAgency
Source§impl Deref for OrphanedAgency
impl Deref for OrphanedAgency
Source§impl DerefMut for OrphanedAgency
impl DerefMut for OrphanedAgency
Source§impl Deserialize for OrphanedAgency
impl Deserialize for OrphanedAgency
Source§impl IssueTrait for OrphanedAgency
impl IssueTrait for OrphanedAgency
Source§impl VimObjectTrait for OrphanedAgency
impl VimObjectTrait for OrphanedAgency
fn as_vim_object_ref<'a>(&'a self) -> &'a dyn VimObjectTrait
fn data_type(&self) -> StructType
impl DataObjectTrait for OrphanedAgency
Auto Trait Implementations§
impl Freeze for OrphanedAgency
impl RefUnwindSafe for OrphanedAgency
impl Send for OrphanedAgency
impl Sync for OrphanedAgency
impl Unpin for OrphanedAgency
impl UnsafeUnpin for OrphanedAgency
impl UnwindSafe for OrphanedAgency
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