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
While configuring BigIP manually, it's possible to name object of a different class with the same name,
You can create PUBLIC trunk, PUBLIC vlan and PUBLIC self ip, for example.
It is impossible to do it with declarative onboarding, because yaml requires unique mappings.
if an additional attribute added to the schema, it would be possible to achieve it with something like that:
PUBLIC_VLAN:
class: VLAN
title: PUBLIC
PUBLIC_SELFIP:
class: SelfIp
title: PUBLIC
The text was updated successfully, but these errors were encountered:
While configuring BigIP manually, it's possible to name object of a different class with the same name,
You can create PUBLIC trunk, PUBLIC vlan and PUBLIC self ip, for example.
It is impossible to do it with declarative onboarding, because yaml requires unique mappings.
if an additional attribute added to the schema, it would be possible to achieve it with something like that:
The text was updated successfully, but these errors were encountered: