Enum BackupExecBackupDefinitionNetworkProtocol
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the network protocol to use for a backup definition.
public enum BackupExecBackupDefinitionNetworkProtocol
Fields
AnyAvailable = 1Any available network protocol will be used.
IPv4 = 2The IPv4 network protocol will be used.
IPv6 = 3The IPv6 network protocol will be used.
Unknown = 0The network protocol is unknown.