Data Object - ServerSpec

Class
VMware.Hv.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

Properties

Name Type Description
serverNamexsd:string

Url of the server without the protocol prefix - ex. x.com.
portxsd:int

Port of the server to connect to.
  • This property has a minimum value of 1.
  • This property has a maximum value of 65535.
useSSLxsd:boolean

Should SSL be used when connecting to the server?
userNamexsd:string

User name to use for the connection.
passwordSecureString

Password to use for the connection.
serverTypexsd: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.