HciEdgeDeviceHostNetwork Class

Definition

The HostNetwork of a cluster.

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

Properties

EnableStorageAutoIP

Optional parameter required only for 3 Nodes Switchless deployments. This allows users to specify IPs and Mask for Storage NICs when Network ATC is not assigning the IPs for storage automatically.

Intents

The network intents assigned to the network reference pattern used for the deployment. Each intent will define its own name, traffic type, adapter names, and overrides as recommended by your OEM.

StorageConnectivitySwitchless

Defines how the storage adapters between nodes are connected either switch or switch less.

StorageNetworks

List of StorageNetworks config to deploy AzureStackHCI Cluster.

Explicit Interface Implementations

IJsonModel<HciEdgeDeviceHostNetwork>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HciEdgeDeviceHostNetwork>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HciEdgeDeviceHostNetwork>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HciEdgeDeviceHostNetwork>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HciEdgeDeviceHostNetwork>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to