Infrastructure Network Response
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.