NetworkControllerResponse

data class NetworkControllerResponse(val macAddressPoolStart: String? = null, val macAddressPoolStop: String? = null, val networkVirtualizationEnabled: Boolean? = null)

network controller config for SDN Integration to deploy AzureStackHCI Cluster.

Constructors

Link copied to clipboard
constructor(macAddressPoolStart: String? = null, macAddressPoolStop: String? = null, networkVirtualizationEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

macAddressPoolStart of network controller used for SDN Integration.

Link copied to clipboard

macAddressPoolStop of network controller used for SDN Integration.

Link copied to clipboard

NetworkVirtualizationEnabled of network controller used for SDN Integration.