Share via


InfrastructureNetwork interface

The InfrastructureNetwork of a AzureStackHCI Cluster.

Properties

dnsServerConfig

Specifies how DNS servers are configured for the infrastructure network. Allowed values are 'UseDnsServer' to use the provided DNS servers, and 'UseForwarder' to use DNS forwarders.

dnsServers

IPv4 address of the DNS servers in your environment.

dnsZones

Details of the DNS Zones to be configured.

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

dnsServerConfig

Specifies how DNS servers are configured for the infrastructure network. Allowed values are 'UseDnsServer' to use the provided DNS servers, and 'UseForwarder' to use DNS forwarders.

dnsServerConfig?: string

Property Value

string

dnsServers

IPv4 address of the DNS servers in your environment.

dnsServers?: string[]

Property Value

string[]

dnsZones

Details of the DNS Zones to be configured.

dnsZones?: DnsZones[]

Property Value

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