Skip to content

Commit e7be156

Browse files
timcraggshrsr
authored andcommitted
[minor_change] Addition of aci_ip_sla_monitoring_policy and its test file
1 parent 2eced4f commit e7be156

File tree

4 files changed

+656
-0
lines changed

4 files changed

+656
-0
lines changed

Diff for: plugins/module_utils/constants.py

+10
Original file line numberDiff line numberDiff line change
@@ -441,3 +441,13 @@
441441
MATCH_ACCESS_POLICIES_SELECTOR_TYPE = dict(range="range", all="ALL")
442442

443443
MANAGEMENT_EPG_TYPE = dict(ooband="oob", inband="inb")
444+
445+
NODE_TYPE_MAPPING = {"tier_2": "tier-2-leaf", "remote": "remote-leaf-wan", "virtual": "virtual", "unspecified": "unspecified"}
446+
447+
SPAN_DIRECTION_MAP = {"incoming": "in", "outgoing": "out", "both": "both"}
448+
449+
HTTP_VERSIONS_MAPPING = {"1.0": "HTTP10", "1.1": "HTTP11"}
450+
451+
L4L7_FUNC_TYPES_MAPPING = {"go_to": "GoTo", "go_through": "GoThrough", "l1": "L1", "l2": "L2"}
452+
453+
L4L7_HASH_ALGORITHMS_MAPPING = {"source_ip": "sip", "destination_ip": "dip", "ip_and_protocol": "sip-dip-prototype"}

0 commit comments

Comments
 (0)