VMNicInputDetails interface
Hyper V VM 网络输入详细信息。
属性
| enable |
NIC 是否已启用加速网络。 |
| enable |
测试 NIC 是否已启用加速网络。 |
| ip |
测试故障转移和故障转移期间 NIC 要使用的 IP 配置。 |
| nic |
nic ID。 |
| recovery |
与 NIC 关联的 NSG 的 ID。 |
| recovery |
创建目标 NIC 时要使用的 NIC 的名称。 |
| recovery |
创建目标 NIC 时要使用的 NIC 的资源组。 |
| reuse |
一个值,该值指示在故障转移期间是否允许重用现有 NIC,具体取决于可用性。 |
| selection |
故障转移的选择类型。 |
| target |
目标 NIC 名称。 |
| tfo |
测试故障转移期间 NIC 要使用的 NSG。 |
| tfo |
在 TFO 中创建目标 NIC 时要使用的 NIC 的名称。 |
| tfo |
在 TFO 中创建目标 NIC 时要使用的 NIC 的资源组。 |
| tfo |
一个值,该值指示在测试故障转移期间是否允许重用现有 NIC,具体取决于可用性。 |
属性详细信息
enableAcceleratedNetworkingOnRecovery
NIC 是否已启用加速网络。
enableAcceleratedNetworkingOnRecovery?: boolean
属性值
boolean
enableAcceleratedNetworkingOnTfo
测试 NIC 是否已启用加速网络。
enableAcceleratedNetworkingOnTfo?: boolean
属性值
boolean
ipConfigs
nicId
nic ID。
nicId?: string
属性值
string
recoveryNetworkSecurityGroupId
与 NIC 关联的 NSG 的 ID。
recoveryNetworkSecurityGroupId?: string
属性值
string
recoveryNicName
创建目标 NIC 时要使用的 NIC 的名称。
recoveryNicName?: string
属性值
string
recoveryNicResourceGroupName
创建目标 NIC 时要使用的 NIC 的资源组。
recoveryNicResourceGroupName?: string
属性值
string
reuseExistingNic
一个值,该值指示在故障转移期间是否允许重用现有 NIC,具体取决于可用性。
reuseExistingNic?: boolean
属性值
boolean
selectionType
故障转移的选择类型。
selectionType?: string
属性值
string
targetNicName
目标 NIC 名称。
targetNicName?: string
属性值
string
tfoNetworkSecurityGroupId
测试故障转移期间 NIC 要使用的 NSG。
tfoNetworkSecurityGroupId?: string
属性值
string
tfoNicName
在 TFO 中创建目标 NIC 时要使用的 NIC 的名称。
tfoNicName?: string
属性值
string
tfoNicResourceGroupName
在 TFO 中创建目标 NIC 时要使用的 NIC 的资源组。
tfoNicResourceGroupName?: string
属性值
string
tfoReuseExistingNic
一个值,该值指示在测试故障转移期间是否允许重用现有 NIC,具体取决于可用性。
tfoReuseExistingNic?: boolean
属性值
boolean