Skip to content

Commit 3b480b5

Browse files
feat: ✨ add ecos _local_subnet submodule functions
1 parent e2ca867 commit 3b480b5

2 files changed

Lines changed: 1033 additions & 0 deletions

File tree

pyedgeconnect/__init__.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1359,6 +1359,19 @@ def __init__(
13591359
from .ecos._gms import assign_orchestrator, get_orchestrator
13601360
from .ecos._interfaces import get_appliance_interfaces
13611361
from .ecos._license import is_reboot_required
1362+
from .ecos._local_subnets import (
1363+
add_appliance_locally_configured_routes,
1364+
appliance_find_preferred_route,
1365+
delete_appliance_locally_configured_routes,
1366+
get_appliance_locally_configured_subnets,
1367+
get_appliance_locally_configured_subnets_single_vrf,
1368+
get_appliance_routing_peers_info,
1369+
get_appliance_subnets,
1370+
get_appliance_subnets_all_vrfs,
1371+
get_appliance_subnets_single_vrf,
1372+
update_appliance_all_locally_configured_subnets,
1373+
update_appliance_all_locally_configured_subnets_single_vrf,
1374+
)
13621375
from .ecos._login import login, logout
13631376
from .ecos._memory import get_appliance_memory
13641377
from .ecos._network_interfaces import (

0 commit comments

Comments
 (0)