Share via


InfrastructureNetwork interface

The InfrastructureNetwork of a AzureStackHCI Cluster.

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

Property Details

dnsServers

IPv4 address of the DNS servers in your environment.

dnsServers?: string[]

Property Value

string[]

gateway

Default gateway that should be used for the provided IP address space.

gateway?: string

Property Value

string

ipPools

Range of IP addresses from which addresses are allocated for nodes within a subnet.

ipPools?: IpPools[]

Property Value

subnetMask

Subnet mask that matches the provided IP address space.

subnetMask?: string

Property Value

string

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

useDhcp?: boolean

Property Value

boolean