@data public class ServerInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
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 |
sessionKey
A unique identifier for the server session, also known as the session ID
|
String |
thumbprint
Ssl thumbprint for the server.
|
String |
version
Server's version.
|
| Constructor and Description |
|---|
ServerInfo() |
public volatile String name
public volatile String serviceUrl
public volatile String serviceGuid
public volatile String thumbprint
public volatile String version
public volatile String sessionKey
public volatile String sessionCookie
Copyright @ 2013 VMware, Inc. All rights reserved.