|
vSphere Client SDK API Documentation : version 5.5.0.1300321 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vmware.vise.usersession.ServerInfo
@data public class ServerInfo
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 |
---|
public volatile String name
public volatile String serviceUrl
public volatile String serviceGuid
public volatile String thumbprint
public volatile String version
public volatile String sessionCookie
Constructor Detail |
---|
public ServerInfo()
|
vSphere Client SDK API Documentation : version 5.5.0.1300321 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |