Enum ActiveDirectoryDfsReplicationBandwidth
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The Active Directory DFS replication bandwidth.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum ActiveDirectoryDfsReplicationBandwidth
Fields
Bandwidth128Kbps = 3The bandwidth is 128 Kbps.
Bandwidth128Mbps = 13The bandwidth is 128 Mbps.
Bandwidth16Kbps = 1The bandwidth is 16 Kbps.
Bandwidth16Mbps = 10The bandwidth is 16 Mbps.
Bandwidth1Mbps = 6The bandwidth is 1 Mbps.
Bandwidth256Kbps = 4The bandwidth is 256 Kbps.
Bandwidth256Mbps = 14The bandwidth is 256 Mbps.
Bandwidth2Mbps = 7The bandwidth is 2 Mbps.
Bandwidth32Mbps = 11The bandwidth is 32 Mbps.
Bandwidth4Mbps = 8The bandwidth is 4 Mbps.
Bandwidth512Kbps = 5The bandwidth is 512 Kbps.
Bandwidth64Kbps = 2The bandwidth is 64 Kbps.
Bandwidth64Mbps = 12The bandwidth is 64 Mbps.
Bandwidth8Mbps = 9The bandwidth is 8 Mbps.
BandwidthFull = 15The bandwidth is full.
None = 0The bandwidth is none.
Unknown = -1The bandwidth is unknown.