Share via


VMwareCbtNicDetails Class

Definition

VMwareCbt NIC details.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.VMwareCbtNicDetailsTypeConverter))]
public class VMwareCbtNicDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IVMwareCbtNicDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.VMwareCbtNicDetailsTypeConverter))>]
type VMwareCbtNicDetails = class
    interface IVMwareCbtNicDetails
    interface IJsonSerializable
Public Class VMwareCbtNicDetails
Implements IVMwareCbtNicDetails
Inheritance
VMwareCbtNicDetails
Attributes
Implements

Constructors

VMwareCbtNicDetails()

Creates an new VMwareCbtNicDetails instance.

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VMwareCbtNicDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VMwareCbtNicDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IVMwareCbtNicDetails.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of VMwareCbtNicDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to