Поделиться через


VMwareToAzStackHciNicInput Class

Definition

VMwareToAzStackHCI NIC properties.

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

Constructors

VMwareToAzStackHciNicInput(String, String, String, String, VmNicSelection)

Initializes a new instance of VMwareToAzStackHciNicInput.

VMwareToAzStackHciNicInput(String, String, VmNicSelection)

Initializes a new instance of VMwareToAzStackHciNicInput.

Properties

IsMacMigrationEnabled

Gets or sets a value indicating whether mac address migration is enabled.

IsStaticIPMigrationEnabled

Gets or sets a value indicating whether static ip migration is enabled.

Label

Gets or sets the NIC label.

NetworkName

Gets or sets the network name.

NicId

Gets or sets the NIC Id.

SelectionTypeForFailover

Gets or sets the selection type of the NIC.

TargetNetworkId

Gets or sets the target network Id within AzStackHCI Cluster.

TestNetworkId

Gets or sets the target test network Id within AzStackHCI Cluster.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<VMwareToAzStackHciNicInput>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VMwareToAzStackHciNicInput>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VMwareToAzStackHciNicInput>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VMwareToAzStackHciNicInput>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VMwareToAzStackHciNicInput>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to