VMNicInputDetails interface
Hyper V VM network input details.
Properties
enable |
Whether the NIC has accelerated networking enabled. |
enable |
Whether the test NIC has accelerated networking enabled. |
ip |
The IP configurations to be used by NIC during test failover and failover. |
nic |
The nic Id. |
recovery |
The id of the NSG associated with the NIC. |
recovery |
The name of the NIC to be used when creating target NICs. |
recovery |
The resource group of the NIC to be used when creating target NICs. |
reuse |
A value indicating whether an existing NIC is allowed to be reused during failover subject to availability. |
selection |
Selection type for failover. |
target |
Target NIC name. |
tfo |
The NSG to be used by NIC during test failover. |
tfo |
The name of the NIC to be used when creating target NICs in TFO. |
tfo |
The resource group of the NIC to be used when creating target NICs in TFO. |
tfo |
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