pub struct VmSuspended {
pub vm_issue_: VmIssue,
}Expand description
An agent virtual machine is expected to be powered on, but the agent virtual machine is suspended.
This is an active remediable issue. To remediate, vSphere ESX Agent Manager powers on the agent virtual machine.
This structure may be used only with operations rendered under /eam.
Fields§
§vm_issue_: VmIssueTrait Implementations§
Source§impl AgencyIssueTrait for VmSuspended
impl AgencyIssueTrait for VmSuspended
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 VmSuspended
impl AgentIssueTrait for VmSuspended
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 VmSuspended
impl Debug for VmSuspended
Source§impl Deref for VmSuspended
impl Deref for VmSuspended
Source§impl DerefMut for VmSuspended
impl DerefMut for VmSuspended
Source§impl Deserialize for VmSuspended
impl Deserialize for VmSuspended
Source§impl IssueTrait for VmSuspended
impl IssueTrait for VmSuspended
Source§impl VimObjectTrait for VmSuspended
impl VimObjectTrait for VmSuspended
fn as_vim_object_ref<'a>(&'a self) -> &'a dyn VimObjectTrait
fn data_type(&self) -> StructType
Source§impl VmIssueTrait for VmSuspended
impl VmIssueTrait for VmSuspended
Source§fn get_vm_issue(&self) -> &VmIssue
fn get_vm_issue(&self) -> &VmIssue
Get a reference to the VmIssue parent struct
Source§fn get_vm_issue_mut(&mut self) -> &mut VmIssue
fn get_vm_issue_mut(&mut self) -> &mut VmIssue
Get a mutable reference to the VmIssue parent struct
impl DataObjectTrait for VmSuspended
Auto Trait Implementations§
impl Freeze for VmSuspended
impl RefUnwindSafe for VmSuspended
impl Send for VmSuspended
impl Sync for VmSuspended
impl Unpin for VmSuspended
impl UnsafeUnpin for VmSuspended
impl UnwindSafe for VmSuspended
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