All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vmware.vim25.RuntimeFault Maven / Gradle / Ivy

The newest version!

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({ ThirdPartyLicenseAssignmentFailed.class, ConflictingDatastoreFound.class, VAppOperationInProgress.class, DatabaseError.class, DisallowedChangeByService.class, LicenseAssignmentFailed.class, NotImplemented.class, DisallowedOperationOnFailoverHost.class, UnexpectedFault.class, ManagedObjectNotFound.class, NotSupported.class, CannotDisableDrsOnClusterManagedByVDC.class, MethodAlreadyDisabledFault.class, SystemError.class, MethodDisabled.class, FailToLockFaultToleranceVMs.class, SecurityError.class, RequestCanceled.class, InvalidArgument.class, NotEnoughLicenses.class, CannotDisableDrsOnClustersWithVApps.class, RestrictedByAdministrator.class, InvalidRequest.class, HostCommunication.class, OperationDisallowedOnHost.class, InvalidProfileReferenceHost.class }) public class RuntimeFault extends MethodFault { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy