|
Name
|
Type
|
Description
|
| serverName | xsd:string |
Url of the server without the protocol prefix - ex. x.com.
|
| port | xsd:int |
Port of the server to connect to.
-
This property has a minimum value of 1.
-
This property has a maximum value of 65535.
|
| useSSL | xsd:boolean |
Should SSL be used when connecting to the server?
|
| userName | xsd:string |
User name to use for the connection.
|
| password | SecureString |
Password to use for the connection. Can be unset if
the server got added prior to this.
- This property need not be set.
|
| serverType | xsd:string |
The type of server.
-
This property will be one of:
|
Value
|
Description
|
| "VIRTUAL_CENTER" | Denotes the virtual center server. |
| "VIEW_COMPOSER" | Denotes the view Composer server. |
|