Data Object - ServerSpec
Java Class
com.omnissa.vdi.vlsi.binding.vdi.utils.Certificate.ServerSpec
Property of
ServerDefinition, VirtualCenterInfo, VirtualCenterSpec, VirtualCenterViewComposerData
See also
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:
|