Package com.vmware.general
Class Info
- java.lang.Object
-
- com.vmware.connection.ConnectedVimServiceBase
-
- com.vmware.general.Info
-
@Sample(name="info", description="Prints information about the vSphere WS API end-point you are currently connected to. This sample can be used with an ESX, ESXi, or vCenter vSphere WS API end-point. Note: ESX and ESXi hosts are reported as HostAgent connections.") public class Info extends ConnectedVimServiceBaseDemonstrates how to use the AboutInfo object to find out more about the vSphere WS API end-point you are currently connected to.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.vmware.connection.ConnectedVimServiceBase
ConnectedVimServiceBase.ConnectionException
-
-
Field Summary
-
Fields inherited from class com.vmware.connection.ConnectedVimServiceBase
PROP_ME_NAME, SVC_INST_NAME
-
-
Constructor Summary
Constructors Constructor Description Info()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmain()-
Methods inherited from class com.vmware.connection.ConnectedVimServiceBase
basicConnectionFromConnection, connect, disconnect, getServiceInstanceReference, setConnection, setHostConnection
-
-