Udostępnij za pośrednictwem


CniConfig Class

Definition

Cni configuration.

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

Properties

CniConfigType

Cni type.

PodSubnet

Pod Subnet.

ServiceSubnet

Service subnet.

Version

Cni version.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CniConfig>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CniConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CniConfig>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CniConfig>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CniConfig>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to