Share via


DataBoxEdgeNetworkAdapter Class

Definition

Represents the networkAdapter on a device.

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

Properties

AdapterId

Instance ID of network adapter.

AdapterPosition

Hardware position of network adapter.

DhcpStatus

Value indicating whether this adapter has DHCP enabled.

DnsServers

The list of DNS Servers of the device.

Index

Logical index of the adapter.

IPv4Configuration

The IPv4 configuration of the network adapter.

IPv6Configuration

The IPv6 configuration of the network adapter.

IPv6LinkLocalAddress

The IPv6 local address.

Label

Hardware label for the adapter.

LinkSpeed

Link speed.

MacAddress

MAC address.

NetworkAdapterName

Network adapter name.

NodeId

Node ID of the network adapter.

RdmaStatus

Value indicating whether this adapter is RDMA capable.

Status

Value indicating whether this adapter is valid.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataBoxEdgeNetworkAdapter>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataBoxEdgeNetworkAdapter>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataBoxEdgeNetworkAdapter>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataBoxEdgeNetworkAdapter>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataBoxEdgeNetworkAdapter>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to