Share via


VMwareToAzStackHciprotectedNicProperties Class

Definition

VMwareToAzStackHCI NIC properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.VMwareToAzStackHciprotectedNicPropertiesTypeConverter))]
public class VMwareToAzStackHciprotectedNicProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IVMwareToAzStackHciprotectedNicProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.VMwareToAzStackHciprotectedNicPropertiesTypeConverter))>]
type VMwareToAzStackHciprotectedNicProperties = class
    interface IVMwareToAzStackHciprotectedNicProperties
    interface IJsonSerializable
Public Class VMwareToAzStackHciprotectedNicProperties
Implements IVMwareToAzStackHciprotectedNicProperties
Inheritance
VMwareToAzStackHciprotectedNicProperties
Attributes
Implements

Constructors

VMwareToAzStackHciprotectedNicProperties()

Creates an new VMwareToAzStackHciprotectedNicProperties instance.

Properties

IsPrimaryNic

Gets or sets a value indicating whether this is the primary NIC.

Label

Gets or sets the NIC label.

MacAddress

Gets or sets the NIC mac address.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VMwareToAzStackHciprotectedNicProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VMwareToAzStackHciprotectedNicProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IVMwareToAzStackHciprotectedNicProperties.

FromJsonString(String)

Creates a new instance of VMwareToAzStackHciprotectedNicProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of VMwareToAzStackHciprotectedNicProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to