IHciNetworkProfile Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.HciNetworkProfileTypeConverter))]
public interface IHciNetworkProfile : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.HciNetworkProfileTypeConverter))>]
type IHciNetworkProfile = interface
interface IJsonSerializable
Public Interface IHciNetworkProfile
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
HostNetworkEnableStorageAutoIP |
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. |
HostNetworkIntent |
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. |
HostNetworkStorageConnectivitySwitchless |
Defines how the storage adapters between nodes are connected either switch or switch less. |
HostNetworkStorageNetwork |
List of StorageNetworks config to deploy AzureStackHCI Cluster. |
NicDetail |
List of NIC Details of device. |
SwitchDetail |
List of switch details for edge device. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |