Table of Contents

Enum HyperVServerVirtualMachineReplicationHealth

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

The replication health of a Hyper-V server virtual machine.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum HyperVServerVirtualMachineReplicationHealth

Fields

Critical = 4

The replication health is critical.

Normal = 2

The replication health is normal.

NotApplicable = 1

The replication health is not applicable.

Unknown = 0

The replication health is unknown.

Warning = 3

The replication health is warning.