Data Object - ConnectionServerBackupData

Class
VMware.Hv.BackupData
Property of
ConnectionServerInfo
Since
Horizon View 6.0

Data Object Description

Class for Ldap Backup Configuration.

Data Object Properties

Properties

Name Type Description
ldapBackupFrequencyTimexsd:string

Ldap Backup Frequency.
  • This property will be one of:
    Value Description
    "HOUR_1"Backup every 1 hour.
    "HOUR_6"Backup every 6 hours.
    "HOUR_12"Backup every 12 hours.
    "DAY_1"Backup every 1 day.
    "DAY_2"Backup every 2 days.
    "WEEK_1"Backup every 1 week.
    "WEEK_2"Backup every 2 weeks.
    "HOUR_0"Never Backup.
ldapBackupMaxNumberxsd:int

Maximum number of backups.
  • This property has a minimum value of 1.
ldapBackupFolderxsd:string

Location of the backup folder.
lastLdapBackupTimexsd:dateTime

Last Ldap Backup Time.

Since Horizon 7.8
  • This property need not be set.
  • This property cannot be updated.
lastLdapBackupStatusxsd:string

Last Ldap Backup Status.

Since Horizon 7.8
  • This property need not be set.
  • This property cannot be updated.
  • This property will be one of:
    Value Description
    "OK"Indicates that the status is OK
    "DiskFull"Indicates that Disk is full for LDAP to be backed up
    "UnableCreateDir"Unable to create directory
    "ViewComposerBackupFailed"View composer backup failed
    "ERROR_UNKNOWN"Indicates that the error is unknown
isBackupInProgressxsd:boolean

Indicates if the backup is in progress.

Since Horizon 7.8
  • This property has a default value of false.
  • This property cannot be updated.
ldapBackupTimeOffsetxsd:int

Ldap backup time offset in minutes.

Since Horizon 7.8
  • This property has a default value of 0.
  • This property has a minimum value of 0.
  • This property has a maximum value of 59.