Enum MicrosoftFailoverClusterTrafficEncryptionLevel
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The Microsoft failover cluster traffic encryption level.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum MicrosoftFailoverClusterTrafficEncryptionLevel
Fields
ClearText = 1The cluster traffic encryption level is clear text.
Encrypt = 3The cluster traffic encryption level is encrypt.
NotAvailableOnPlatform = 4The cluster traffic encryption level is not available on the platform.
Sign = 2The cluster traffic encryption level is sign.
Unknown = 0The cluster traffic encryption level is unknown.