Table of Contents

Enum HyperVServerVirtualMachineGuestProcessorArchitecture

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

The processor architecture of the guest.

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

Fields

IA64 = 2

The processor architecture is Itanium 64-bit.

Unknown = 0

The processor architecture is unknown.

x64 = 3

The processor architecture is 64-bit.

x86 = 1

The processor architecture is 32-bit.