Package version:

network controller config for SDN Integration to deploy AzureStackHCI Cluster.

interface NetworkController {
    macAddressPoolStart?: string;
    macAddressPoolStop?: string;
    networkVirtualizationEnabled?: boolean;
}

Properties

macAddressPoolStart?: string

macAddressPoolStart of network controller used for SDN Integration.

macAddressPoolStop?: string

macAddressPoolStop of network controller used for SDN Integration.

networkVirtualizationEnabled?: boolean

NetworkVirtualizationEnabled of network controller used for SDN Integration.