Enum HyperVServerLiveMigrationPerformanceOption
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The performance option to use for live migrations.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum HyperVServerLiveMigrationPerformanceOption
Fields
Compression = 1
The performance option is compression.
NotApplicable = 2
The performance option is not applicable.
Smb = 3
The performance option is SMB.
Tcp = 4
The performance option is TCP/IP.
Unknown = 0
The performance option is unknown.