InMageRcmNicDetails Class

Definition

InMageRcm NIC details.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.InMageRcmNicDetailsTypeConverter))]
public class InMageRcmNicDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IInMageRcmNicDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.InMageRcmNicDetailsTypeConverter))>]
type InMageRcmNicDetails = class
    interface IInMageRcmNicDetails
    interface IJsonSerializable
Public Class InMageRcmNicDetails
Implements IInMageRcmNicDetails
Inheritance
InMageRcmNicDetails
Attributes
Implements

Constructors

Name Description
InMageRcmNicDetails()

Creates an new InMageRcmNicDetails instance.

Properties

Name Description
IsPrimaryNic

A value indicating whether this is the primary NIC.

IsSelectedForFailover

A value indicating whether this NIC is selected for failover.

NicId

The NIC Id.

SourceIPAddress

The source IP address.

SourceIPAddressType

The source IP address type.

SourceNetworkId

Source network Id.

SourceSubnetName

Source subnet name.

TargetIPAddress

The target IP address.

TargetIPAddressType

The target IP address type.

TargetNicName

The target NIC name.

TargetSubnetName

Target subnet name.

TestIPAddress

The test IP address.

TestIPAddressType

The test IP address type.

TestSubnetName

Test subnet name.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InMageRcmNicDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InMageRcmNicDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IInMageRcmNicDetails.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of InMageRcmNicDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to