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 = 1
Any available network protocol will be used.
IPv4 = 2
The IPv4 network protocol will be used.
IPv6 = 3
The IPv6 network protocol will be used.
Unknown = 0
The network protocol is unknown.