DeploymentSettingInfrastructureNetwork 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 InfrastructureNetwork of a AzureStackHCI Cluster.
public class DeploymentSettingInfrastructureNetwork : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Models.DeploymentSettingInfrastructureNetwork>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Models.DeploymentSettingInfrastructureNetwork>
type DeploymentSettingInfrastructureNetwork = class
interface IJsonModel<DeploymentSettingInfrastructureNetwork>
interface IPersistableModel<DeploymentSettingInfrastructureNetwork>
Public Class DeploymentSettingInfrastructureNetwork
Implements IJsonModel(Of DeploymentSettingInfrastructureNetwork), IPersistableModel(Of DeploymentSettingInfrastructureNetwork)
- Inheritance
-
DeploymentSettingInfrastructureNetwork
- Implements
Constructors
DeploymentSettingInfrastructureNetwork() |
Initializes a new instance of DeploymentSettingInfrastructureNetwork. |
Properties
DnsServers |
IPv4 address of the DNS servers in your environment. |
Gateway |
Default gateway that should be used for the provided IP address space. |
IPPools |
Range of IP addresses from which addresses are allocated for nodes within a subnet. |
SubnetMask |
Subnet mask that matches the provided IP address space. |
UseDhcp |
Allows customers to use DHCP for Hosts and Cluster IPs. If not declared, the deployment will default to static IPs. When true, GW and DNS servers are not required. |
Explicit Interface Implementations
IJsonModel<DeploymentSettingInfrastructureNetwork>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DeploymentSettingInfrastructureNetwork>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DeploymentSettingInfrastructureNetwork>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DeploymentSettingInfrastructureNetwork>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DeploymentSettingInfrastructureNetwork>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET