VMwareCbtNicDetails Class

Definition

VMwareCbt NIC details.

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

Properties

IsPrimaryNic

A value indicating whether this is the primary NIC.

IsSelectedForMigration

A value indicating whether this NIC is selected for migration.

NicId

The NIC Id.

SourceIPAddress

The source IP address.

SourceIPAddressType

The source IP address type.

SourceNetworkId

Source network Id.

TargetIPAddress

The target IP address.

TargetIPAddressType

The target IP address type.

TargetNicName

Target NIC name.

TargetSubnetName

Target subnet name.

TestIPAddress

The test IP address.

TestIPAddressType

The test IP address type.

TestNetworkId

Source network Id.

TestSubnetName

Test subnet name.

Explicit Interface Implementations

IJsonModel<VMwareCbtNicDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VMwareCbtNicDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VMwareCbtNicDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VMwareCbtNicDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VMwareCbtNicDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to