Skip to content

Data Object - ConnectionServerBackupData

Java Class

com.omnissa.vdi.vlsi.binding.vdi.infrastructure.ConnectionServer.BackupData

Property of

ConnectionServerInfo

Since

Horizon View 6.0

Data Object Description

Class for Ldap Backup Configuration.

Data Object Properties

Name Type Description
ldapBackupFrequencyTime xsd:string Ldap Backup Frequency.
* This property will be one of:
ValueDescription
"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.
ldapBackupMaxNumber xsd:int Maximum number of backups. 4
ldapBackupFolder xsd:string Location of the backup folder.
lastLdapBackupTime xsd:dateTime Last Ldap Backup Time. Since Horizon 7.8 1 2
lastLdapBackupStatus xsd:string Last Ldap Backup Status. Since Horizon 7.8 1 2
* This property will be one of:
ValueDescription
"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
isBackupInProgress xsd:boolean Indicates if the backup is in progress. Since Horizon 7.8 3 2
ldapBackupTimeOffset xsd:int Ldap backup time offset in minutes. Since Horizon 7.8 5 6 7

  1. This property need not be set. 

  2. This property cannot be updated. 

  3. This property has a default value of false. 

  4. This property has a minimum value of 1. 

  5. This property has a default value of 0. 

  6. This property has a minimum value of 0. 

  7. This property has a maximum value of 59.