vSphere Client SDK API Documentation : version 5.5.0.1300321

com.vmware.vise.usersession
Class ServerInfo

java.lang.Object
  extended by com.vmware.vise.usersession.ServerInfo

@data
public class ServerInfo
extends Object

Class to encapsulate details required to describe a server. #TODO make this immutable


Field Summary
 String name
          Service user-friendly name.
 String serviceGuid
          Service guid used to uniquely identify a server.
 String serviceUrl
          Service url.
 String sessionCookie
          Http session cookie used to communicate with the server.
 String thumbprint
          Ssl thumbprint for the server.
 String version
          Server's version.
 
Constructor Summary
ServerInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public volatile String name
Service user-friendly name.


serviceUrl

public volatile String serviceUrl
Service url.


serviceGuid

public volatile String serviceGuid
Service guid used to uniquely identify a server.


thumbprint

public volatile String thumbprint
Ssl thumbprint for the server.


version

public volatile String version
Server's version. This is of type x.x.x.x, for e.g. 4.5.0.0


sessionCookie

public volatile String sessionCookie
Http session cookie used to communicate with the server.

Constructor Detail

ServerInfo

public ServerInfo()

vSphere Client SDK API Documentation : version 5.5.0.1300321

Copyright @ 2012 VMware, Inc. All rights reserved.