IVMNicDetails Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.VMNicDetailsTypeConverter))]
public interface IVMNicDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.VMNicDetailsTypeConverter))>]
type IVMNicDetails = interface
interface IJsonSerializable
Public Interface IVMNicDetails
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
EnableAcceleratedNetworkingOnRecovery |
A value indicating whether the NIC has accelerated networking enabled. |
EnableAcceleratedNetworkingOnTfo |
Whether the TFO NIC has accelerated networking enabled. |
IPConfig |
The IP configurations of the NIC. |
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. |
RecoveryVMNetworkId |
Recovery VM network Id. |
ReplicaNicId |
The replica nic Id. |
ReuseExistingNic |
A value indicating whether an existing NIC is allowed to be reused during failover subject to availability. |
SelectionType |
Selection type for failover. |
SourceNicArmId |
The source nic ARM Id. |
TargetNicName |
Target NIC name. |
TfoNetworkSecurityGroupId |
The NSG to be used by NIC during test failover. |
TfoRecoveryNicName |
The name of the NIC to be used when creating target NICs in TFO. |
TfoRecoveryNicResourceGroupName |
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. |
TfoVMNetworkId |
The network to be used by NIC during test failover. |
VMNetworkName |
VM network name. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |