Data Object - SyslogFileData

Class
VMware.Hv.FileData
Property of
SyslogInfo
See also
SecureString
Since
Horizon View 6.0

Data Object Description

Configuration relevant to file based syslog logging.

Data Object Properties

Properties

Name Type Description
enabledxsd:boolean

Whether or not local/remote file based logging is enabled.
uncPathxsd:string

The remote UNC path for syslog to move files. If null, logs are local only.
This field is required if any of the uncUserName, uncPassword, uncDomain is set.
  • This property need not be set.
uncUserNamexsd:string

The remote UNC user name. This field is required if any of the uncPath, uncPassword, uncDomain is set.
  • This property need not be set.
uncPasswordSecureString

The remote UNC password. This field is required if uncUserName is set.
  • This property need not be set.
uncDomainxsd:string

The remote UNC domain.
  • This property need not be set.