Table of Contents

Class HyperVServerVirtualMachineNetworkAdapterFailoverSettings

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

Represents the failover settings for a Hyper-V virtual machine network adapter. This does not apply to legacy network adapters.

public class HyperVServerVirtualMachineNetworkAdapterFailoverSettings : BypassSection
Inheritance
HyperVServerVirtualMachineNetworkAdapterFailoverSettings
Inherited Members

Constructors

HyperVServerVirtualMachineNetworkAdapterFailoverSettings()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineNetworkAdapterFailoverSettings class.

public HyperVServerVirtualMachineNetworkAdapterFailoverSettings()

Properties

IPv4

Gets or sets the IPv4 settings.

public HyperVServerVirtualMachineNetworkAdapterFailoverAddressSettings IPv4 { get; set; }

Property Value

HyperVServerVirtualMachineNetworkAdapterFailoverAddressSettings

IPv6

Gets or sets the IPv6 settings.

public HyperVServerVirtualMachineNetworkAdapterFailoverAddressSettings IPv6 { get; set; }

Property Value

HyperVServerVirtualMachineNetworkAdapterFailoverAddressSettings

Methods

Clone()

Returns a CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineNetworkAdapterFailoverSettings cloned from this object.

public HyperVServerVirtualMachineNetworkAdapterFailoverSettings Clone()

Returns

HyperVServerVirtualMachineNetworkAdapterFailoverSettings

A CENTREL.XIA.Configuration.Types.HyperVServerVirtualMachineNetworkAdapterFailoverSettings.

ToString()

Returns the failover settings as a human readable string.

public override string ToString()

Returns

string

The failover settings as a human readable string.