com.vmware.vim25.RuntimeFault 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 RuntimeFault complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="RuntimeFault">
* <complexContent>
* <extension base="{urn:vim25}MethodFault">
* <sequence>
* </sequence>
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "RuntimeFault")
@XmlSeeAlso({
HostCommunication.class,
ManagedObjectNotFound.class,
InvalidRequest.class,
NotImplemented.class,
RequestCanceled.class,
SystemError.class,
UnexpectedFault.class,
CannotDisableDrsOnClusterManagedByVDC.class,
CannotDisableDrsOnClustersWithVApps.class,
ConflictingDatastoreFound.class,
DatabaseError.class,
DisallowedChangeByService.class,
DisallowedOperationOnFailoverHost.class,
FailToLockFaultToleranceVMs.class,
NotSupported.class,
InvalidArgument.class,
InvalidProfileReferenceHost.class,
LicenseAssignmentFailed.class,
MethodAlreadyDisabledFault.class,
MethodDisabled.class,
OperationDisallowedOnHost.class,
RestrictedByAdministrator.class,
SecurityError.class,
ThirdPartyLicenseAssignmentFailed.class,
VAppOperationInProgress.class,
NotEnoughLicenses.class
})
public class RuntimeFault
extends MethodFault
{
}