Skip to content

Commit

Permalink
changing function name to service_unsupported_transceiver
Browse files Browse the repository at this point in the history
  • Loading branch information
Vibhu-gslab committed Jan 7, 2025
1 parent af6fc0e commit 20de2ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ spanning-tree mode mstp
spanning-tree root super
spanning-tree mst 0 priority 4096
!
service unsupported-transceiver key1 dsafDSFfvadskjh3424
!
clock timezone correctly_templated_timezone
!
vlan 150
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,9 @@ router_ospf:
bgp:
enabled: true
service_routing_protocols_model: multi-agent
service_unsupported_transceiver:
license_name: key1
license_key: dsafDSFfvadskjh3424
sflow:
vrfs:
- name: OOB
Expand Down Expand Up @@ -786,6 +789,3 @@ vxlan_interface:
vni: 31
- name: TENANT_D_WAN_ZONE
vni: 42
unsupported_transceiver:
license_name: key1
license_key: dsafDSFfvadskjh3424
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ def spanning_tree(self) -> dict | None:
return spanning_tree

@cached_property
def unsupported_transceiver(self) -> dict | None:
def service_unsupported_transceiver(self) -> dict | None:
"""service_unsupported_transceiver based on unsupported_transceiver data-model."""
return self.inputs.unsupported_transceiver._as_dict() or None

Expand Down

0 comments on commit 20de2ac

Please sign in to comment.