datatype.go 259 B

12345678
  1. package hybridBackup
  2. type BackupConfig struct {
  3. DiskUID string //The UID of the target fshandler
  4. ParentUID string //Parent virtual disk UUID
  5. ParentMountPoint string //Mount point of the parent disk
  6. Mode string //Backup mode
  7. }