InMageRcmNicDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
InMageRcm NIC details.
public class InMageRcmNicDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmNicDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.InMageRcmNicDetails>
type InMageRcmNicDetails = class
interface IJsonModel<InMageRcmNicDetails>
interface IPersistableModel<InMageRcmNicDetails>
Public Class InMageRcmNicDetails
Implements IJsonModel(Of InMageRcmNicDetails), IPersistableModel(Of InMageRcmNicDetails)
- Inheritance
-
InMageRcmNicDetails
- Implements
Properties
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. |
TargetSubnetName |
Target subnet name. |
TestIPAddress |
The test IP address. |
TestIPAddressType |
The test IP address type. |
TestSubnetName |
Test subnet name. |
Explicit Interface Implementations
IJsonModel<InMageRcmNicDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<InMageRcmNicDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<InMageRcmNicDetails>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<InMageRcmNicDetails>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<InMageRcmNicDetails>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET