![JAR search and dependency download from the Maven repository](/logo.png)
com.vmware.vim25.VirtualHardwareCompatibilityIssue Maven / Gradle / Ivy
package com.vmware.vim25;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
/**
* Java class for VirtualHardwareCompatibilityIssue complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="VirtualHardwareCompatibilityIssue">
* <complexContent>
* <extension base="{urn:vim25}VmConfigFault">
* <sequence>
* </sequence>
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "VirtualHardwareCompatibilityIssue")
@XmlSeeAlso({
DrsVmotionIncompatibleFault.class,
CpuIncompatible.class,
FeatureRequirementsNotMet.class,
DiskNotSupported.class,
MemorySizeNotRecommended.class,
MemorySizeNotSupported.class,
MemorySizeNotSupportedByDatastore.class,
NotEnoughCpus.class,
NumVirtualCoresPerSocketNotSupported.class,
NumVirtualCpusNotSupported.class,
StorageVmotionIncompatible.class,
DeviceNotSupported.class,
VirtualHardwareVersionNotSupported.class,
WakeOnLanNotSupported.class
})
public class VirtualHardwareCompatibilityIssue
extends VmConfigFault
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy