DesktopPoolNetworkInterfaceCardSettings

DesktopPoolNetworkInterfaceCardSettings
DesktopPoolNetworkInterfaceCardSettings

Network interface card settings for machines provisioned for this desktop pool.

JSON Example
{
    "network_interface_card_id": "c9896e51-48a2-4d82-ae9e-a0246981b473",
    "network_interface_card_name": "Network adapter 1",
    "network_label_assignment_specs": [
        {
            "enabled": true,
            "max_label": 1,
            "max_label_type": "LIMITED",
            "network_label_name": "vm-network"
        }
    ]
}
string
network_interface_card_id
Optional

The network interface card id for these settings.

string
network_interface_card_name
Optional

The network interface card name.

network_label_assignment_specs
Optional

Automatic network label assignment feature settings for this NIC. By default, newly provisioned machines of an automated desktop pool retain their parent image's network labels on each of their network interface cards. In certain circumstances, notably dealing with VLAN subset sizing and DHCP IP address availability, it may be desirable for the desktop pool to instead use different network labels for these newly provisioned machines. This feature allows an administrator to provide a per NIC list of network labels and their maximum availability to be automatically distributed to newly provisioned machines.
If this is unset, the feature is disabled.
Starting at the alphabetically first network label specification in the list that has not yet been assigned its maximum count for this NIC on this desktop pool, the desktop pool will have its next provisioned machine's NIC assigned that label. If all network labels in this list have reached their maximum count, this desktop pool will have further provisioned machines assigned the last label in the list over capacity, and an error will be logged. Not all labels need be configured.
Any changes to these settings will be applicable only to machines provisioned after the change. Already provisioned machines will never have their network label assignments altered by this feature.