Enum BackupExecVMwareTransportMode
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the transport mode to use for VMware virtual machines.
public enum BackupExecVMwareTransportMode
Fields
Hotadd = 2
Hotadd – Use virtual disk files from the Backup Exec server on the virtual machine.
NBD = 3
NBD – Do not encrypt the virtual disk data for over-the-network transfers.
NBDSSL = 4
NBDSSL – Encrypt the virtual disk data for over-the-network transfers.
SAN = 1
SAN – Use the SAN to move virtual disk data
Unknown = 0
The transport mode is unknown.