Class HyperVServerVirtualMachineNetworkAdapterHardwareAccelerationSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the hardware acceleration settings for a Hyper-V virtual machine network adapter. This does not apply to legacy adapters.
public class HyperVServerVirtualMachineNetworkAdapterHardwareAccelerationSettings : BypassSection
- Inheritance
-
HyperVServerVirtualMachineNetworkAdapterHardwareAccelerationSettings
- Inherited Members
Constructors
HyperVServerVirtualMachineNetworkAdapterHardwareAccelerationSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineNetworkAdapterHardwareAccelerationSettings class.
public HyperVServerVirtualMachineNetworkAdapterHardwareAccelerationSettings()
Properties
IPSecTaskOffloadingEnabled
Gets or sets whether IPsec task offloading is enabled.
public BooleanOption IPSecTaskOffloadingEnabled { get; set; }
Property Value
IPsecOffloadMaximumSecurityAssociations
Gets or sets the maximum number security associations to offload.
public long IPsecOffloadMaximumSecurityAssociations { get; set; }
Property Value
SrIovEnabled
Gets or sets whether single root I/O virtualization (SR-IOV) is enabled.
public BooleanOption SrIovEnabled { get; set; }
Property Value
SrIovWeight
Gets or sets the single root I/O virtualization (SR-IOV) relative weight.
public long SrIovWeight { get; set; }
Property Value
VirtualMachineQueueEnabled
Gets or sets whether virtual machine queue is enabled.
public BooleanOption VirtualMachineQueueEnabled { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineNetworkAdapterHardwareAccelerationSettings cloned from this object.
public HyperVServerVirtualMachineNetworkAdapterHardwareAccelerationSettings Clone()
Returns
- HyperVServerVirtualMachineNetworkAdapterHardwareAccelerationSettings
A CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineNetworkAdapterHardwareAccelerationSettings.
ToString()
Returns the bandwidth settings as a human readable string.
public override string ToString()
Returns
- string
The bandwidth settings as a human readable string.