Share via


VmNicDetails Class

Definition

Hyper V VM network details.

public class VmNicDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VmNicDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.VmNicDetails>
type VmNicDetails = class
    interface IJsonModel<VmNicDetails>
    interface IPersistableModel<VmNicDetails>
Public Class VmNicDetails
Implements IJsonModel(Of VmNicDetails), IPersistableModel(Of VmNicDetails)
Inheritance
VmNicDetails
Implements

Properties

IPConfigs

The IP configurations of the NIC.

IsAcceleratedNetworkingOnRecoveryEnabled

A value indicating whether the NIC has accelerated networking enabled.

IsAcceleratedNetworkingOnTfoEnabled

Whether the TFO NIC has accelerated networking enabled.

IsReuseExistingNicAllowed

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

IsTfoReuseExistingNicAllowed

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

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.

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.

TfoVmNetworkId

The network to be used by NIC during test failover.

VmNetworkName

VM network name.

Explicit Interface Implementations

IJsonModel<VmNicDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<VmNicDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VmNicDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VmNicDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<VmNicDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to