HostNetworkAutoGenerated Class
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.
The HostNetwork of a cluster.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.HostNetworkAutoGeneratedTypeConverter))]
public class HostNetworkAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IHostNetworkAutoGenerated
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.HostNetworkAutoGeneratedTypeConverter))>]
type HostNetworkAutoGenerated = class
interface IHostNetworkAutoGenerated
interface IJsonSerializable
Public Class HostNetworkAutoGenerated
Implements IHostNetworkAutoGenerated
- Inheritance
-
HostNetworkAutoGenerated
- Attributes
- Implements
Constructors
HostNetworkAutoGenerated() |
Creates an new HostNetworkAutoGenerated instance. |
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. |
Intent |
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. |
StorageNetwork |
List of StorageNetworks config to deploy AzureStackHCI Cluster. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of HostNetworkAutoGenerated. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of HostNetworkAutoGenerated. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IHostNetworkAutoGenerated. |
FromJsonString(String) |
Creates a new instance of HostNetworkAutoGenerated, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of HostNetworkAutoGenerated into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |