pub struct ClusterAgentVmProtected {
pub cluster_agent_vm_issue_: ClusterAgentVmIssue,
}Expand description
An agent virtual machine is protected from modifications (example: HA recovery).
This is an active remediable issue. To remediate, vSphere ESX Agent Manager modifies the virtual machine.
This structure may be used only with operations rendered under /eam.
Since: vEAM API 9.0
Fields§
§cluster_agent_vm_issue_: ClusterAgentVmIssueTrait Implementations§
Source§impl AgencyIssueTrait for ClusterAgentVmProtected
impl AgencyIssueTrait for ClusterAgentVmProtected
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 ClusterAgentAgentIssueTrait for ClusterAgentVmProtected
impl ClusterAgentAgentIssueTrait for ClusterAgentVmProtected
Source§fn get_cluster_agent_agent_issue(&self) -> &ClusterAgentAgentIssue
fn get_cluster_agent_agent_issue(&self) -> &ClusterAgentAgentIssue
Get a reference to the ClusterAgentAgentIssue parent struct
Source§fn get_cluster_agent_agent_issue_mut(&mut self) -> &mut ClusterAgentAgentIssue
fn get_cluster_agent_agent_issue_mut(&mut self) -> &mut ClusterAgentAgentIssue
Get a mutable reference to the ClusterAgentAgentIssue parent struct
Source§impl ClusterAgentVmIssueTrait for ClusterAgentVmProtected
impl ClusterAgentVmIssueTrait for ClusterAgentVmProtected
Source§fn get_cluster_agent_vm_issue(&self) -> &ClusterAgentVmIssue
fn get_cluster_agent_vm_issue(&self) -> &ClusterAgentVmIssue
Get a reference to the ClusterAgentVmIssue parent struct
Source§fn get_cluster_agent_vm_issue_mut(&mut self) -> &mut ClusterAgentVmIssue
fn get_cluster_agent_vm_issue_mut(&mut self) -> &mut ClusterAgentVmIssue
Get a mutable reference to the ClusterAgentVmIssue parent struct
Source§impl Debug for ClusterAgentVmProtected
impl Debug for ClusterAgentVmProtected
Source§impl Deref for ClusterAgentVmProtected
impl Deref for ClusterAgentVmProtected
Source§impl DerefMut for ClusterAgentVmProtected
impl DerefMut for ClusterAgentVmProtected
Source§impl IssueTrait for ClusterAgentVmProtected
impl IssueTrait for ClusterAgentVmProtected
Source§impl VimObjectTrait for ClusterAgentVmProtected
impl VimObjectTrait for ClusterAgentVmProtected
fn as_vim_object_ref<'a>(&'a self) -> &'a dyn VimObjectTrait
fn data_type(&self) -> StructType
impl DataObjectTrait for ClusterAgentVmProtected
Auto Trait Implementations§
impl Freeze for ClusterAgentVmProtected
impl RefUnwindSafe for ClusterAgentVmProtected
impl Send for ClusterAgentVmProtected
impl Sync for ClusterAgentVmProtected
impl Unpin for ClusterAgentVmProtected
impl UnsafeUnpin for ClusterAgentVmProtected
impl UnwindSafe for ClusterAgentVmProtected
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