VMNicInputDetails interface

Hyper V VM network input details.

Properties

enableAcceleratedNetworkingOnRecovery

Whether the NIC has accelerated networking enabled.

enableAcceleratedNetworkingOnTfo

Whether the test NIC has accelerated networking enabled.

ipConfigs

The IP configurations to be used by NIC during test failover and failover.

nicId

The nic Id.

recoveryNetworkSecurityGroupId

The id of the NSG associated with the NIC.

recoveryNicName

The name of the NIC to be used when creating target NICs.

recoveryNicResourceGroupName

The resource group of the NIC to be used when creating target NICs.

reuseExistingNic

A value indicating whether an existing NIC is allowed to be reused during failover subject to availability.

selectionType

Selection type for failover.

targetNicName

Target NIC name.

tfoNetworkSecurityGroupId

The NSG to be used by NIC during test failover.

tfoNicName

The name of the NIC to be used when creating target NICs in TFO.

tfoNicResourceGroupName

The resource group of the NIC to be used when creating target NICs in TFO.

tfoReuseExistingNic

A value indicating whether an existing NIC is allowed to be reused during test failover subject to availability.

Property Details

enableAcceleratedNetworkingOnRecovery

Whether the NIC has accelerated networking enabled.

enableAcceleratedNetworkingOnRecovery?: boolean

Property Value

boolean

enableAcceleratedNetworkingOnTfo

Whether the test NIC has accelerated networking enabled.

enableAcceleratedNetworkingOnTfo?: boolean

Property Value

boolean

ipConfigs

The IP configurations to be used by NIC during test failover and failover.

ipConfigs?: IPConfigInputDetails[]

Property Value

nicId

The nic Id.

nicId?: string

Property Value

string

recoveryNetworkSecurityGroupId

The id of the NSG associated with the NIC.

recoveryNetworkSecurityGroupId?: string

Property Value

string

recoveryNicName

The name of the NIC to be used when creating target NICs.

recoveryNicName?: string

Property Value

string

recoveryNicResourceGroupName

The resource group of the NIC to be used when creating target NICs.

recoveryNicResourceGroupName?: string

Property Value

string

reuseExistingNic

A value indicating whether an existing NIC is allowed to be reused during failover subject to availability.

reuseExistingNic?: boolean

Property Value

boolean

selectionType

Selection type for failover.

selectionType?: string

Property Value

string

targetNicName

Target NIC name.

targetNicName?: string

Property Value

string

tfoNetworkSecurityGroupId

The NSG to be used by NIC during test failover.

tfoNetworkSecurityGroupId?: string

Property Value

string

tfoNicName

The name of the NIC to be used when creating target NICs in TFO.

tfoNicName?: string

Property Value

string

tfoNicResourceGroupName

The resource group of the NIC to be used when creating target NICs in TFO.

tfoNicResourceGroupName?: string

Property Value

string

tfoReuseExistingNic

A value indicating whether an existing NIC is allowed to be reused during test failover subject to availability.

tfoReuseExistingNic?: boolean

Property Value

boolean