Skip to content

Data Object - ServerSpec

Java Class

com.omnissa.vdi.vlsi.binding.vdi.utils.Certificate.ServerSpec

Property of

ServerDefinition, VirtualCenterInfo, VirtualCenterSpec, VirtualCenterViewComposerData

See also

SecureString

Since

Horizon View 6.0

Data Object Description

Details needed to connect to a server.

Data Object Properties

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. 2 3
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. 1
serverType xsd:string The type of server.
* This property will be one of:
ValueDescription
VIRTUAL_CENTERDenotes the virtual center server.
VIEW_COMPOSERDenotes the view Composer server.

  1. This property need not be set. 

  2. This property has a minimum value of 1. 

  3. This property has a maximum value of 65535.