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.
Constructors
Link copied to clipboard
fun InfrastructureNetworkResponse(dnsServers: List<String>? = null, gateway: String? = null, ipPools: List<IpPoolsResponse>? = null, subnetMask: String? = null, useDhcp: Boolean? = null)