pub struct PersonalityAgentPmIssue {
pub agent_issue_: AgentIssue,
}Expand description
Deprecated as of vSphere 9.0. Please refer to vLCM Image APIs.
Base class for all issues which occurred during EAM communication with Personality Manager.
This structure may be used only with operations rendered under /eam.
Fields§
§agent_issue_: AgentIssueTrait Implementations§
Source§impl AgencyIssueTrait for PersonalityAgentPmIssue
impl AgencyIssueTrait for PersonalityAgentPmIssue
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 AgentIssueTrait for PersonalityAgentPmIssue
impl AgentIssueTrait for PersonalityAgentPmIssue
Source§fn get_agent_issue(&self) -> &AgentIssue
fn get_agent_issue(&self) -> &AgentIssue
Get a reference to the AgentIssue parent struct
Source§fn get_agent_issue_mut(&mut self) -> &mut AgentIssue
fn get_agent_issue_mut(&mut self) -> &mut AgentIssue
Get a mutable reference to the AgentIssue parent struct
Source§impl Debug for PersonalityAgentPmIssue
impl Debug for PersonalityAgentPmIssue
Source§impl Deref for PersonalityAgentPmIssue
impl Deref for PersonalityAgentPmIssue
Source§impl DerefMut for PersonalityAgentPmIssue
impl DerefMut for PersonalityAgentPmIssue
Source§impl IssueTrait for PersonalityAgentPmIssue
impl IssueTrait for PersonalityAgentPmIssue
Source§impl PersonalityAgentPmIssueTrait for PersonalityAgentPmIssue
impl PersonalityAgentPmIssueTrait for PersonalityAgentPmIssue
Source§fn get_personality_agent_pm_issue(&self) -> &PersonalityAgentPmIssue
fn get_personality_agent_pm_issue(&self) -> &PersonalityAgentPmIssue
Get a reference to the PersonalityAgentPmIssue parent struct
Source§fn get_personality_agent_pm_issue_mut(&mut self) -> &mut PersonalityAgentPmIssue
fn get_personality_agent_pm_issue_mut(&mut self) -> &mut PersonalityAgentPmIssue
Get a mutable reference to the PersonalityAgentPmIssue parent struct
Source§impl VimObjectTrait for PersonalityAgentPmIssue
impl VimObjectTrait for PersonalityAgentPmIssue
fn as_vim_object_ref<'a>(&'a self) -> &'a dyn VimObjectTrait
fn data_type(&self) -> StructType
impl DataObjectTrait for PersonalityAgentPmIssue
Auto Trait Implementations§
impl Freeze for PersonalityAgentPmIssue
impl RefUnwindSafe for PersonalityAgentPmIssue
impl Send for PersonalityAgentPmIssue
impl Sync for PersonalityAgentPmIssue
impl Unpin for PersonalityAgentPmIssue
impl UnsafeUnpin for PersonalityAgentPmIssue
impl UnwindSafe for PersonalityAgentPmIssue
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