Enum BackupExecNetworkProtocol
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the network protocol for Backup Exec to use.
public enum BackupExecNetworkProtocol
Fields
AnyAvailable = 1
Use any available network protocol.
IPv4 = 2
The network protocol is IPv4.
IPv6 = 3
The network protocol is IPv6.
Unknown = 0
The network protocol is unknown.