InfrastructureNetwork interface
The InfrastructureNetwork of a AzureStackHCI Cluster.
Properties
| dns |
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. |
| dns |
IPv4 address of the DNS servers in your environment. |
| dns |
Details of the DNS Zones to be configured. |
| gateway | Default gateway that should be used for the provided IP address space. |
| ip |
Range of IP addresses from which addresses are allocated for nodes within a subnet. |
| subnet |
Subnet mask that matches the provided IP address space. |
| use |
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
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
IpPools[]
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