HciNicDetail Class

Definition

The NIC Detail of a device.

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

Properties

AdapterName

Adapter Name of NIC.

ComponentId

Component Id of NIC.

DefaultGateway

Default Gateway of NIC.

DefaultIsolationId

Default Isolation of Management NIC.

DnsServers

DNS Servers for NIC.

DriverVersion

Driver Version of NIC.

InterfaceDescription

Interface Description of NIC.

IPv4Address

Subnet Mask of NIC.

MacAddress

MAC address information of NIC.

NicStatus

The status of NIC, up, disconnected.

NicType

The type of NIC, physical, virtual, management.

Slot

The slot attached to the NIC.

SubnetMask

Subnet Mask of NIC.

SwitchName

The switch attached to the NIC, if any.

VlanId

The VLAN ID of the physical NIC.

Explicit Interface Implementations

IJsonModel<HciNicDetail>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HciNicDetail>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HciNicDetail>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HciNicDetail>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HciNicDetail>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to