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 = 3
The bandwidth is 128 Kbps.
Bandwidth128Mbps = 13
The bandwidth is 128 Mbps.
Bandwidth16Kbps = 1
The bandwidth is 16 Kbps.
Bandwidth16Mbps = 10
The bandwidth is 16 Mbps.
Bandwidth1Mbps = 6
The bandwidth is 1 Mbps.
Bandwidth256Kbps = 4
The bandwidth is 256 Kbps.
Bandwidth256Mbps = 14
The bandwidth is 256 Mbps.
Bandwidth2Mbps = 7
The bandwidth is 2 Mbps.
Bandwidth32Mbps = 11
The bandwidth is 32 Mbps.
Bandwidth4Mbps = 8
The bandwidth is 4 Mbps.
Bandwidth512Kbps = 5
The bandwidth is 512 Kbps.
Bandwidth64Kbps = 2
The bandwidth is 64 Kbps.
Bandwidth64Mbps = 12
The bandwidth is 64 Mbps.
Bandwidth8Mbps = 9
The bandwidth is 8 Mbps.
BandwidthFull = 15
The bandwidth is full.
None = 0
The bandwidth is none.
Unknown = -1
The bandwidth is unknown.