InfrastructureNetwork interface
The InfrastructureNetwork of a AzureStackHCI Cluster.
Properties
| dns |
IPv4 address of the DNS servers in your environment. |
| 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
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
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