IVMNicInputDetails 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.VMNicInputDetailsTypeConverter))]
public interface IVMNicInputDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.VMNicInputDetailsTypeConverter))>]
type IVMNicInputDetails = interface
interface IJsonSerializable
Public Interface IVMNicInputDetails
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
EnableAcceleratedNetworkingOnRecovery |
Whether the NIC has accelerated networking enabled. |
EnableAcceleratedNetworkingOnTfo |
Whether the test NIC has accelerated networking enabled. |
IPConfig |
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. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |