You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NSPortTemplate object has VLANRange parameter which is not marked as required
Though it fails to create an ACCESS port template without specifying a VLANRange. At the same type creating a NETWORK port template succeeds without specifying VLANRange
The text was updated successfully, but these errors were encountered:
From your explanation, the documentation is correct: the VLANRange is not a required attribute: When creating a NETWORK port, the field can be left out. The only reason we put a 'required' marker on a field in the documentation, is if it is always required, in every case.
The only improvement i see is by adding some extra documentation on the field itself, stating it is mandatory when creating an ACCESS port.
NSPortTemplate object has
VLANRange
parameter which is not marked asrequired
Though it fails to create an ACCESS port template without specifying a
VLANRange
. At the same type creating a NETWORK port template succeeds without specifyingVLANRange
The text was updated successfully, but these errors were encountered: