pub struct VmHookTimedout {
pub vm_issue_: VmIssue,
}Expand description
The VM hook remediation timed out.
In order to remediate the issue: Resolve the issue via vLCM System VMs API and process the hook within the timeout configured for the System VM Solution this issue’s VM belongs to.
This structure may be used only with operations rendered under /eam.
Since: vEAM API 9.0
Fields§
§vm_issue_: VmIssueTrait Implementations§
Source§impl AgencyIssueTrait for VmHookTimedout
impl AgencyIssueTrait for VmHookTimedout
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 VmHookTimedout
impl AgentIssueTrait for VmHookTimedout
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 VmHookTimedout
impl Debug for VmHookTimedout
Source§impl Deref for VmHookTimedout
impl Deref for VmHookTimedout
Source§impl DerefMut for VmHookTimedout
impl DerefMut for VmHookTimedout
Source§impl Deserialize for VmHookTimedout
impl Deserialize for VmHookTimedout
Source§impl IssueTrait for VmHookTimedout
impl IssueTrait for VmHookTimedout
Source§impl VimObjectTrait for VmHookTimedout
impl VimObjectTrait for VmHookTimedout
fn as_vim_object_ref<'a>(&'a self) -> &'a dyn VimObjectTrait
fn data_type(&self) -> StructType
Source§impl VmIssueTrait for VmHookTimedout
impl VmIssueTrait for VmHookTimedout
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 VmHookTimedout
Auto Trait Implementations§
impl Freeze for VmHookTimedout
impl RefUnwindSafe for VmHookTimedout
impl Send for VmHookTimedout
impl Sync for VmHookTimedout
impl Unpin for VmHookTimedout
impl UnsafeUnpin for VmHookTimedout
impl UnwindSafe for VmHookTimedout
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