BackupDisasterRecovery constructor

BackupDisasterRecovery({
  1. String? appliance,
  2. List<String>? applications,
  3. String? backupCreateTime,
  4. String? backupTemplate,
  5. String? backupType,
  6. String? host,
  7. List<String>? policies,
  8. List<String>? policyOptions,
  9. String? profile,
  10. String? storagePool,
})

Implementation

BackupDisasterRecovery({
  this.appliance,
  this.applications,
  this.backupCreateTime,
  this.backupTemplate,
  this.backupType,
  this.host,
  this.policies,
  this.policyOptions,
  this.profile,
  this.storagePool,
});