Class HyperVServerVirtualMachineNetworkAdapterBandwidthSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the bandwidth settings for a Hyper-V virtual machine network adapter. This does not apply to legacy adapters.
public class HyperVServerVirtualMachineNetworkAdapterBandwidthSettings : BypassSection
- Inheritance
-
HyperVServerVirtualMachineNetworkAdapterBandwidthSettings
- Inherited Members
Constructors
HyperVServerVirtualMachineNetworkAdapterBandwidthSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineNetworkAdapterBandwidthSettings class.
public HyperVServerVirtualMachineNetworkAdapterBandwidthSettings()
Properties
IsEnabled
Gets or sets whether bandwidth management is enabled.
public BooleanOption IsEnabled { get; set; }
Property Value
MaximumBandwidth
Gets or sets the maximum bandwidth in bits per second.
public long MaximumBandwidth { get; set; }
Property Value
MaximumBandwidthString
Gets the maximum bandwidth as a human readable string.
public string MaximumBandwidthString { get; set; }
Property Value
MinimumBandwidth
Gets or sets the minimum bandwidth in bits per second.
public long MinimumBandwidth { get; set; }
Property Value
MinimumBandwidthString
Gets the minimum bandwidth as a human readable string.
public string MinimumBandwidthString { get; set; }
Property Value
MinimumBandwidthWeight
Gets or sets the minimum bandwidth weight.
public long MinimumBandwidthWeight { get; set; }
Property Value
Methods
Clone()
Returns a CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineNetworkAdapterBandwidthSettings cloned from this object.
public HyperVServerVirtualMachineNetworkAdapterBandwidthSettings Clone()
Returns
- HyperVServerVirtualMachineNetworkAdapterBandwidthSettings
A CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineNetworkAdapterBandwidthSettings.
ToString()
Returns the bandwidth settings as a human readable string.
public override string ToString()
Returns
- string
The bandwidth settings as a human readable string.