pub struct IncompatibleHostVersion {
pub vm_not_deployed_: VmNotDeployed,
}Expand description
Deprecated as of vSphere 9.0. Please refer to vLCM APIs.
An agent virtual machine is expected to be deployed on a host, but the agent could not be deployed because it was incompatible with the host.
This is an active remediable issue. To remediate, vSphere ESX Agent Manager redeployes the agent. However, the problem is likely to persist until either the host or the solution has been upgraded, so that the agent will become compatible with the host.
This structure may be used only with operations rendered under /eam.
Fields§
§vm_not_deployed_: VmNotDeployedTrait Implementations§
Source§impl AgencyIssueTrait for IncompatibleHostVersion
impl AgencyIssueTrait for IncompatibleHostVersion
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 IncompatibleHostVersion
impl AgentIssueTrait for IncompatibleHostVersion
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 IncompatibleHostVersion
impl Debug for IncompatibleHostVersion
Source§impl Deref for IncompatibleHostVersion
impl Deref for IncompatibleHostVersion
Source§impl DerefMut for IncompatibleHostVersion
impl DerefMut for IncompatibleHostVersion
Source§impl IssueTrait for IncompatibleHostVersion
impl IssueTrait for IncompatibleHostVersion
Source§impl VimObjectTrait for IncompatibleHostVersion
impl VimObjectTrait for IncompatibleHostVersion
fn as_vim_object_ref<'a>(&'a self) -> &'a dyn VimObjectTrait
fn data_type(&self) -> StructType
Source§impl VmNotDeployedTrait for IncompatibleHostVersion
impl VmNotDeployedTrait for IncompatibleHostVersion
Source§fn get_vm_not_deployed(&self) -> &VmNotDeployed
fn get_vm_not_deployed(&self) -> &VmNotDeployed
Get a reference to the VmNotDeployed parent struct
Source§fn get_vm_not_deployed_mut(&mut self) -> &mut VmNotDeployed
fn get_vm_not_deployed_mut(&mut self) -> &mut VmNotDeployed
Get a mutable reference to the VmNotDeployed parent struct
impl DataObjectTrait for IncompatibleHostVersion
Auto Trait Implementations§
impl Freeze for IncompatibleHostVersion
impl RefUnwindSafe for IncompatibleHostVersion
impl Send for IncompatibleHostVersion
impl Sync for IncompatibleHostVersion
impl Unpin for IncompatibleHostVersion
impl UnsafeUnpin for IncompatibleHostVersion
impl UnwindSafe for IncompatibleHostVersion
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