InfrastructureNetworkResponse

data class InfrastructureNetworkResponse(val dnsServers: List<String>? = null, val gateway: String? = null, val ipPools: List<IpPoolsResponse>? = null, val subnetMask: String? = null, val useDhcp: Boolean? = null)

The InfrastructureNetwork of a AzureStackHCI Cluster.

Constructors

Link copied to clipboard
constructor(dnsServers: List<String>? = null, gateway: String? = null, ipPools: List<IpPoolsResponse>? = null, subnetMask: String? = null, useDhcp: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dnsServers: List<String>? = null

IPv4 address of the DNS servers in your environment.

Link copied to clipboard
val gateway: String? = null

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

Link copied to clipboard

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

Link copied to clipboard
val subnetMask: String? = null

Subnet mask that matches the provided IP address space.

Link copied to clipboard
val useDhcp: Boolean? = null

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