Share via


HciEdgeDeviceAdapterPropertyOverrides Class

Definition

The AdapterPropertyOverrides of a cluster.

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

Properties

JumboPacket

This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.

NetworkDirect

This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation.

NetworkDirectTechnology

This parameter should only be modified based on your OEM guidance. Do not modify this parameter without OEM validation. Expected values are 'iWARP', 'RoCEv2', 'RoCE'.

Explicit Interface Implementations

IJsonModel<HciEdgeDeviceAdapterPropertyOverrides>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HciEdgeDeviceAdapterPropertyOverrides>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HciEdgeDeviceAdapterPropertyOverrides>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HciEdgeDeviceAdapterPropertyOverrides>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HciEdgeDeviceAdapterPropertyOverrides>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to