Skip to content

Commit e2c2704

Browse files
authored
add cloudProbe action setter (#101)
1 parent 47e5b26 commit e2c2704

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ENDPOINTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
**THIS FILE WAS AUTO-GENERATED DO NOT EDIT**
22

3-
Generated for: catalystwan-0.41.0.dev6
3+
Generated for: catalystwan-0.41.0.dev7
44

55
All URIs are relative to */dataservice*
66
HTTP request | Supported Versions | Method | Payload Type | Return Type | Tenancy Mode

catalystwan/models/configuration/feature_profile/sdwan/application_priority/traffic_policy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ def associate_cflowd_action(self, cflowd: bool) -> None:
964964
self._insert_action(CflowdAction(cflowd=as_global(cflowd)))
965965

966966
def associate_cloud_probe_action(self) -> None:
967-
pass # TODO
967+
self._insert_action(CloudProbeAction(cloud_probe=as_global(True)))
968968

969969
def associate_cloud_saas_action(self) -> None:
970970
self._insert_action(CloudSaasAction(cloud_saas=as_global(True)))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "catalystwan"
3-
version = "0.41.0.dev6"
3+
version = "0.41.0.dev7"
44
description = "Cisco Catalyst WAN SDK for Python"
55
authors = ["kagorski <kagorski@cisco.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)