File tree Expand file tree Collapse file tree 5 files changed +16
-11
lines changed
tests/integration/targets
aci_l4l7_service_graph_template_connection/tasks
aci_l4l7_service_graph_template_connection_to_connector/tasks Expand file tree Collapse file tree 5 files changed +16
-11
lines changed Original file line number Diff line number Diff line change @@ -282,12 +282,17 @@ plugin_routing:
282
282
removal_version : 3.0.0
283
283
warning_text : Use aci_l4l7_service_graph_template_functional_connection instead.
284
284
aci_l4l7_service_graph_template_abs_conn :
285
- redirect : cisco.aci.aci_l4l7_service_graph_template_abs_connection
285
+ redirect : cisco.aci.aci_l4l7_service_graph_template_connection
286
286
deprecation :
287
287
removal_version : 3.0.0
288
- warning_text : Use cisco.aci.aci_l4l7_service_graph_template_abs_connection instead.
288
+ warning_text : Use cisco.aci.aci_l4l7_service_graph_template_connection instead.
289
289
aci_l4l7_device_selection_if_context :
290
290
redirect : cisco.aci.aci_l4l7_device_selection_interface_context
291
291
deprecation :
292
292
removal_version : 3.0.0
293
293
warning_text : Use cisco.aci.aci_l4l7_device_selection_interface_context instead.
294
+ aci_l4l7_service_graph_template_abs_connection_conns :
295
+ redirect : cisco.aci.aci_l4l7_service_graph_template_connection_to_connector
296
+ deprecation :
297
+ removal_version : 3.0.0
298
+ warning_text : Use cisco.aci.aci_l4l7_service_graph_template_connection_to_connector instead.
Original file line number Diff line number Diff line change 13
13
14
14
DOCUMENTATION = r"""
15
15
---
16
- module: aci_l4l7_service_graph_template_abs_connection
16
+ module: aci_l4l7_service_graph_template_connection
17
17
short_description: Manage L4-L7 Service Graph Template Abs Connections (vns:AbsConnection)
18
18
description:
19
19
- Manage Layer 4 to Layer 7 (L4-L7) Service Graph Template Connections.
90
90
91
91
EXAMPLES = r"""
92
92
- name: Add a new connection
93
- cisco.aci.aci_l4l7_service_graph_template_abs_connection :
93
+ cisco.aci.aci_l4l7_service_graph_template_connection :
94
94
host: apic
95
95
username: admin
96
96
password: SomeSecretPassword
101
101
delegate_to: localhost
102
102
103
103
- name: Query a connection
104
- cisco.aci.aci_l4l7_service_graph_template_abs_connection :
104
+ cisco.aci.aci_l4l7_service_graph_template_connection :
105
105
host: apic
106
106
username: admin
107
107
password: SomeSecretPassword
113
113
register: query_result
114
114
115
115
- name: Query all connections
116
- cisco.aci.aci_l4l7_service_graph_template_abs_connection :
116
+ cisco.aci.aci_l4l7_service_graph_template_connection :
117
117
host: apic
118
118
username: admin
119
119
password: SomeSecretPassword
122
122
register: query_result
123
123
124
124
- name: Delete a connection
125
- cisco.aci.aci_l4l7_service_graph_template_abs_connection :
125
+ cisco.aci.aci_l4l7_service_graph_template_connection :
126
126
host: apic
127
127
username: admin
128
128
password: SomeSecretPassword
Original file line number Diff line number Diff line change 11
11
12
12
DOCUMENTATION = r"""
13
13
---
14
- module: aci_l4l7_service_graph_template_abs_connection_conns
14
+ module: aci_l4l7_service_graph_template_connection_to_connector
15
15
short_description: Manage L4-L7 Service Graph Template Connections (vns:RsAbsConnectionConns)
16
16
description:
17
17
- Manage Manage L4-L7 Service Graph Template Connections.
70
70
71
71
EXAMPLES = r"""
72
72
- name: Add a new connection
73
- cisco.aci.aci_l4l7_service_graph_template_abs_connection_conns :
73
+ cisco.aci.aci_l4l7_service_graph_template_connection_to_connector :
74
74
host: apic
75
75
username: admin
76
76
password: SomeSecretPassword
82
82
delegate_to: localhost
83
83
84
84
- name: Query a connection
85
- cisco.aci.aci_l4l7_service_graph_template_abs_connection_conns :
85
+ cisco.aci.aci_l4l7_service_graph_template_connection_to_connector :
86
86
host: apic
87
87
username: admin
88
88
password: SomeSecretPassword
95
95
register: query_result
96
96
97
97
- name: Delete a connection
98
- cisco.aci.aci_l4l7_service_graph_template_abs_connection_conns :
98
+ cisco.aci.aci_l4l7_service_graph_template_connection_to_connector :
99
99
host: apic
100
100
username: admin
101
101
password: SomeSecretPassword
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments