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 = 2Hotadd – Use virtual disk files from the Backup Exec server on the virtual machine.
NBD = 3NBD – Do not encrypt the virtual disk data for over-the-network transfers.
NBDSSL = 4NBDSSL – Encrypt the virtual disk data for over-the-network transfers.
SAN = 1SAN – Use the SAN to move virtual disk data
Unknown = 0The transport mode is unknown.