Delen via


VMNicInputDetails Class

Definition

Hyper V VM network input details.

public class VMNicInputDetails
type VMNicInputDetails = class
Public Class VMNicInputDetails
Inheritance
VMNicInputDetails

Constructors

VMNicInputDetails()

Initializes a new instance of the VMNicInputDetails class.

VMNicInputDetails(String, IList<IPConfigInputDetails>, String, String, Nullable<Boolean>, String, Nullable<Boolean>, String, String, Nullable<Boolean>, String, String, Nullable<Boolean>, String)

Initializes a new instance of the VMNicInputDetails class.

Properties

EnableAcceleratedNetworkingOnRecovery

Gets or sets whether the NIC has accelerated networking enabled.

EnableAcceleratedNetworkingOnTfo

Gets or sets whether the test NIC has accelerated networking enabled.

IPConfigs

Gets or sets the IP configurations to be used by NIC during test failover and failover.

NicId

Gets or sets the nic Id.

RecoveryNetworkSecurityGroupId

Gets or sets the id of the NSG associated with the NIC.

RecoveryNicName

Gets or sets the name of the NIC to be used when creating target NICs.

RecoveryNicResourceGroupName

Gets or sets the resource group of the NIC to be used when creating target NICs.

ReuseExistingNic

Gets or sets a value indicating whether an existing NIC is allowed to be reused during failover subject to availability.

SelectionType

Gets or sets selection type for failover.

TargetNicName

Gets or sets target NIC name.

TfoNetworkSecurityGroupId

Gets or sets the NSG to be used by NIC during test failover.

TfoNicName

Gets or sets the name of the NIC to be used when creating target NICs in TFO.

TfoNicResourceGroupName

Gets or sets the resource group of the NIC to be used when creating target NICs in TFO.

TfoReuseExistingNic

Gets or sets a value indicating whether an existing NIC is allowed to be reused during test failover subject to availability.

Applies to