![JAR search and dependency download from the Maven repository](/logo.png)
com.vmware.vim25.HostConnectFault 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 HostConnectFault complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="HostConnectFault">
* <complexContent>
* <extension base="{urn:vim25}VimFault">
* <sequence>
* </sequence>
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "HostConnectFault")
@XmlSeeAlso({
AgentInstallFailed.class,
AlreadyBeingManaged.class,
AlreadyConnected.class,
CannotAddHostWithFTVmAsStandalone.class,
CannotAddHostWithFTVmToDifferentCluster.class,
CannotAddHostWithFTVmToNonHACluster.class,
GatewayConnectFault.class,
MultipleCertificatesVerifyFault.class,
NoHost.class,
NoPermissionOnHost.class,
NotSupportedHost.class,
ReadHostResourcePoolTreeFailed.class,
SSLDisabledFault.class,
SSLVerifyFault.class,
TooManyHosts.class
})
public class HostConnectFault
extends VimFault
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy