
com.vmware.vim25.DvsEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vi-api Show documentation
Show all versions of vi-api Show documentation
This is a Java binding of the VMware Virtual Infrastructure SDK WSDL.
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 DvsEvent complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="DvsEvent">
* <complexContent>
* <extension base="{urn:vim25}Event">
* <sequence>
* </sequence>
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "DvsEvent")
@XmlSeeAlso({
DvsPortDeletedEvent.class,
DvsPortConnectedEvent.class,
OutOfSyncDvsHost.class,
DvsUpgradeAvailableEvent.class,
DvsUpgradedEvent.class,
DvsPortUnblockedEvent.class,
DvsHostBackInSyncEvent.class,
DvsPortLinkDownEvent.class,
DvsPortBlockedEvent.class,
DvsUpgradeInProgressEvent.class,
DvsCreatedEvent.class,
DvsRenamedEvent.class,
DvsPortLeavePortgroupEvent.class,
DvsHostLeftEvent.class,
DvsPortCreatedEvent.class,
DvsReconfiguredEvent.class,
DvsHostWentOutOfSyncEvent.class,
DvsPortDisconnectedEvent.class,
DvsDestroyedEvent.class,
DvsPortJoinPortgroupEvent.class,
DvsHostJoinedEvent.class,
DvsPortLinkUpEvent.class,
DvsPortReconfiguredEvent.class,
DvsUpgradeRejectedEvent.class,
DvsMergedEvent.class
})
public class DvsEvent
extends Event
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy