pulumi-sdwan 0.6.0a1760684516__py3-none-any.whl → 0.6.0a1762412463__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_sdwan/__init__.py +70 -0
- pulumi_sdwan/_inputs.py +146 -22
- pulumi_sdwan/application_aware_routing_policy_definition.py +192 -0
- pulumi_sdwan/application_priority_qos_policy.py +34 -0
- pulumi_sdwan/application_priority_traffic_policy_policy.py +50 -0
- pulumi_sdwan/as_path_list_policy_object.py +22 -0
- pulumi_sdwan/cedge_aaa_feature_template.py +162 -0
- pulumi_sdwan/cedge_igmp_feature_template.py +34 -0
- pulumi_sdwan/cedge_pim_feature_template.py +80 -0
- pulumi_sdwan/cellular_controller_feature_template.py +40 -0
- pulumi_sdwan/cflowd_policy_definition.py +52 -0
- pulumi_sdwan/cisco_bfd_feature_template.py +40 -0
- pulumi_sdwan/cisco_dhcp_server_feature_template.py +60 -0
- pulumi_sdwan/cisco_ntp_feature_template.py +52 -0
- pulumi_sdwan/cisco_omp_feature_template.py +60 -0
- pulumi_sdwan/cisco_ospf_feature_template.py +122 -0
- pulumi_sdwan/cisco_ospfv3_feature_template.py +222 -0
- pulumi_sdwan/cisco_secure_internet_gateway_feature_template.py +166 -0
- pulumi_sdwan/cisco_security_feature_template.py +84 -0
- pulumi_sdwan/cisco_snmp_feature_template.py +92 -0
- pulumi_sdwan/cisco_system_feature_template.py +114 -0
- pulumi_sdwan/cisco_thousandeyes_feature_template.py +46 -0
- pulumi_sdwan/cisco_trustsec_feature_template.py +72 -0
- pulumi_sdwan/cisco_vpn_interface_feature_template.py +370 -0
- pulumi_sdwan/cisco_vpn_interface_gre_feature_template.py +56 -0
- pulumi_sdwan/cisco_wireless_lan_feature_template.py +62 -0
- pulumi_sdwan/custom_control_topology_policy_definition.py +56 -0
- pulumi_sdwan/eigrp_feature_template.py +68 -0
- pulumi_sdwan/get_application_aware_routing_policy_definition.py +43 -1
- pulumi_sdwan/get_policy_object_security_protocol_list.py +174 -0
- pulumi_sdwan/get_policy_object_unified_advanced_inspection_profile.py +217 -0
- pulumi_sdwan/get_policy_object_unified_advanced_malware_protection.py +239 -0
- pulumi_sdwan/get_policy_object_unified_intrusion_prevention.py +229 -0
- pulumi_sdwan/get_policy_object_unified_tls_ssl_decryption.py +325 -0
- pulumi_sdwan/get_policy_object_unified_tls_ssl_profile.py +261 -0
- pulumi_sdwan/get_policy_object_unified_url_filtering.py +272 -0
- pulumi_sdwan/hub_and_spoke_topology_policy_definition.py +46 -0
- pulumi_sdwan/intrusion_prevention_policy_definition.py +38 -0
- pulumi_sdwan/ips_signature_list_policy_object.py +24 -0
- pulumi_sdwan/ipv4_acl_policy_definition.py +52 -0
- pulumi_sdwan/ipv4_device_acl_policy_definition.py +46 -0
- pulumi_sdwan/ipv6_acl_policy_definition.py +52 -0
- pulumi_sdwan/ipv6_device_acl_policy_definition.py +46 -0
- pulumi_sdwan/mesh_topology_policy_definition.py +28 -0
- pulumi_sdwan/other_thousandeyes_feature.py +44 -0
- pulumi_sdwan/other_ucse_feature.py +48 -0
- pulumi_sdwan/outputs.py +172 -17
- pulumi_sdwan/policy_object_as_path_list.py +28 -0
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +28 -0
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +28 -0
- pulumi_sdwan/policy_object_extended_community_list.py +26 -0
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +32 -0
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +32 -0
- pulumi_sdwan/policy_object_mirror.py +28 -0
- pulumi_sdwan/policy_object_policer.py +30 -0
- pulumi_sdwan/policy_object_security_data_ipv4_prefix_list.py +26 -0
- pulumi_sdwan/policy_object_security_ips_signature.py +28 -0
- pulumi_sdwan/policy_object_security_local_domain_list.py +26 -0
- pulumi_sdwan/policy_object_security_protocol_list.py +363 -0
- pulumi_sdwan/policy_object_security_scalable_group_tag_list.py +28 -0
- pulumi_sdwan/policy_object_sla_class_list.py +34 -0
- pulumi_sdwan/policy_object_standard_community_list.py +26 -0
- pulumi_sdwan/policy_object_tloc_list.py +32 -0
- pulumi_sdwan/policy_object_unified_advanced_inspection_profile.py +514 -0
- pulumi_sdwan/policy_object_unified_advanced_malware_protection.py +668 -0
- pulumi_sdwan/policy_object_unified_intrusion_prevention.py +576 -0
- pulumi_sdwan/policy_object_unified_tls_ssl_decryption.py +985 -0
- pulumi_sdwan/policy_object_unified_tls_ssl_profile.py +689 -0
- pulumi_sdwan/policy_object_unified_url_filtering.py +761 -0
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/qos_map_policy_definition.py +36 -0
- pulumi_sdwan/region_list_policy_object.py +22 -0
- pulumi_sdwan/rewrite_rule_policy_definition.py +30 -0
- pulumi_sdwan/route_policy_definition.py +50 -0
- pulumi_sdwan/rule_set_policy_definition.py +44 -0
- pulumi_sdwan/security_app_hosting_feature_template.py +42 -0
- pulumi_sdwan/security_policy.py +40 -0
- pulumi_sdwan/service_dhcp_server_feature.py +54 -0
- pulumi_sdwan/service_ipv4_acl_feature.py +60 -0
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +170 -0
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +148 -0
- pulumi_sdwan/service_multicast_feature.py +124 -0
- pulumi_sdwan/service_object_tracker_group_feature.py +30 -0
- pulumi_sdwan/service_routing_bgp_feature.py +194 -0
- pulumi_sdwan/service_routing_eigrp_feature.py +62 -0
- pulumi_sdwan/service_routing_ospf_feature.py +110 -0
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +102 -0
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +98 -0
- pulumi_sdwan/service_switchport_feature.py +78 -0
- pulumi_sdwan/service_tracker_group_feature.py +28 -0
- pulumi_sdwan/service_wireless_lan_feature.py +52 -0
- pulumi_sdwan/site_list_policy_object.py +22 -0
- pulumi_sdwan/system_basic_feature.py +94 -0
- pulumi_sdwan/system_bfd_feature.py +40 -0
- pulumi_sdwan/system_ipv4_device_access_feature.py +34 -0
- pulumi_sdwan/system_ipv6_device_access_feature.py +34 -0
- pulumi_sdwan/system_logging_feature.py +72 -0
- pulumi_sdwan/system_ntp_feature.py +52 -0
- pulumi_sdwan/system_security_feature.py +70 -0
- pulumi_sdwan/system_snmp_feature.py +94 -0
- pulumi_sdwan/tloc_list_policy_object.py +28 -0
- pulumi_sdwan/traffic_data_policy_definition.py +50 -0
- pulumi_sdwan/transport_ipv4_acl_feature.py +60 -0
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +30 -0
- pulumi_sdwan/transport_management_vpn_feature.py +72 -0
- pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +84 -0
- pulumi_sdwan/transport_routing_bgp_feature.py +202 -0
- pulumi_sdwan/transport_routing_ospf_feature.py +110 -0
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +102 -0
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +98 -0
- pulumi_sdwan/transport_t1_e1_controller_feature.py +52 -0
- pulumi_sdwan/transport_tracker_group_feature.py +28 -0
- pulumi_sdwan/transport_wan_vpn_feature.py +92 -0
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +152 -0
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +228 -0
- pulumi_sdwan/url_filtering_policy_definition.py +42 -0
- pulumi_sdwan/vpn_interface_cellular_feature_template.py +216 -0
- pulumi_sdwan/vpn_interface_dsl_ipoe_feature_template.py +238 -0
- pulumi_sdwan/vpn_interface_dsl_pppoa_feature_template.py +252 -0
- pulumi_sdwan/vpn_interface_dsl_pppoe_feature_template.py +236 -0
- pulumi_sdwan/vpn_interface_ethernet_pppoe_feature_template.py +216 -0
- pulumi_sdwan/vpn_interface_svi_feature_template.py +164 -0
- pulumi_sdwan/vpn_interface_t1_e1_serial_feature_template.py +160 -0
- pulumi_sdwan/vpn_list_policy_object.py +22 -0
- pulumi_sdwan/vpn_membership_policy_definition.py +26 -0
- pulumi_sdwan/zone_based_firewall_policy_definition.py +56 -0
- {pulumi_sdwan-0.6.0a1760684516.dist-info → pulumi_sdwan-0.6.0a1762412463.dist-info}/METADATA +1 -1
- {pulumi_sdwan-0.6.0a1760684516.dist-info → pulumi_sdwan-0.6.0a1762412463.dist-info}/RECORD +130 -116
- {pulumi_sdwan-0.6.0a1760684516.dist-info → pulumi_sdwan-0.6.0a1762412463.dist-info}/WHEEL +0 -0
- {pulumi_sdwan-0.6.0a1760684516.dist-info → pulumi_sdwan-0.6.0a1762412463.dist-info}/top_level.txt +0 -0
|
@@ -2667,6 +2667,63 @@ class CiscoSystemFeatureTemplate(pulumi.CustomResource):
|
|
|
2667
2667
|
|
|
2668
2668
|
## Example Usage
|
|
2669
2669
|
|
|
2670
|
+
```python
|
|
2671
|
+
import pulumi
|
|
2672
|
+
import pulumi_sdwan as sdwan
|
|
2673
|
+
|
|
2674
|
+
example = sdwan.CiscoSystemFeatureTemplate("example",
|
|
2675
|
+
name="Example",
|
|
2676
|
+
description="My Example",
|
|
2677
|
+
device_types=["vedge-C8000V"],
|
|
2678
|
+
timezone="UTC",
|
|
2679
|
+
hostname="Router1",
|
|
2680
|
+
system_description="My Description",
|
|
2681
|
+
location="Building 1",
|
|
2682
|
+
latitude=40,
|
|
2683
|
+
longitude=50,
|
|
2684
|
+
geo_fencing=True,
|
|
2685
|
+
geo_fencing_range=1000,
|
|
2686
|
+
geo_fencing_sms=True,
|
|
2687
|
+
geo_fencing_sms_phone_numbers=[{
|
|
2688
|
+
"number": "+1234567",
|
|
2689
|
+
}],
|
|
2690
|
+
device_groups=["group1"],
|
|
2691
|
+
controller_group_lists=[1],
|
|
2692
|
+
system_ip="5.5.5.5",
|
|
2693
|
+
overlay_id=1,
|
|
2694
|
+
site_id=1,
|
|
2695
|
+
port_offset=1,
|
|
2696
|
+
port_hopping=True,
|
|
2697
|
+
control_session_pps=300,
|
|
2698
|
+
track_transport=True,
|
|
2699
|
+
track_interface_tag=1,
|
|
2700
|
+
console_baud_rate="115200",
|
|
2701
|
+
max_omp_sessions=5,
|
|
2702
|
+
multi_tenant=True,
|
|
2703
|
+
track_default_gateway=True,
|
|
2704
|
+
admin_tech_on_failure=True,
|
|
2705
|
+
idle_timeout=100,
|
|
2706
|
+
trackers=[{
|
|
2707
|
+
"name": "tracker1",
|
|
2708
|
+
"endpoint_ip": "5.6.7.8",
|
|
2709
|
+
"threshold": 300,
|
|
2710
|
+
"interval": 60,
|
|
2711
|
+
"multiplier": 3,
|
|
2712
|
+
"type": "interface",
|
|
2713
|
+
}],
|
|
2714
|
+
object_trackers=[{
|
|
2715
|
+
"object_number": 1,
|
|
2716
|
+
"interface": "e1",
|
|
2717
|
+
}],
|
|
2718
|
+
on_demand_tunnel=True,
|
|
2719
|
+
on_demand_tunnel_idle_timeout=10,
|
|
2720
|
+
affinity_group_number=5,
|
|
2721
|
+
affinity_group_preferences=[1],
|
|
2722
|
+
transport_gateway=True,
|
|
2723
|
+
enable_mrf_migration="enabled",
|
|
2724
|
+
migration_bgp_community=100)
|
|
2725
|
+
```
|
|
2726
|
+
|
|
2670
2727
|
## Import
|
|
2671
2728
|
|
|
2672
2729
|
The `pulumi import` command can be used, for example:
|
|
@@ -2801,6 +2858,63 @@ class CiscoSystemFeatureTemplate(pulumi.CustomResource):
|
|
|
2801
2858
|
|
|
2802
2859
|
## Example Usage
|
|
2803
2860
|
|
|
2861
|
+
```python
|
|
2862
|
+
import pulumi
|
|
2863
|
+
import pulumi_sdwan as sdwan
|
|
2864
|
+
|
|
2865
|
+
example = sdwan.CiscoSystemFeatureTemplate("example",
|
|
2866
|
+
name="Example",
|
|
2867
|
+
description="My Example",
|
|
2868
|
+
device_types=["vedge-C8000V"],
|
|
2869
|
+
timezone="UTC",
|
|
2870
|
+
hostname="Router1",
|
|
2871
|
+
system_description="My Description",
|
|
2872
|
+
location="Building 1",
|
|
2873
|
+
latitude=40,
|
|
2874
|
+
longitude=50,
|
|
2875
|
+
geo_fencing=True,
|
|
2876
|
+
geo_fencing_range=1000,
|
|
2877
|
+
geo_fencing_sms=True,
|
|
2878
|
+
geo_fencing_sms_phone_numbers=[{
|
|
2879
|
+
"number": "+1234567",
|
|
2880
|
+
}],
|
|
2881
|
+
device_groups=["group1"],
|
|
2882
|
+
controller_group_lists=[1],
|
|
2883
|
+
system_ip="5.5.5.5",
|
|
2884
|
+
overlay_id=1,
|
|
2885
|
+
site_id=1,
|
|
2886
|
+
port_offset=1,
|
|
2887
|
+
port_hopping=True,
|
|
2888
|
+
control_session_pps=300,
|
|
2889
|
+
track_transport=True,
|
|
2890
|
+
track_interface_tag=1,
|
|
2891
|
+
console_baud_rate="115200",
|
|
2892
|
+
max_omp_sessions=5,
|
|
2893
|
+
multi_tenant=True,
|
|
2894
|
+
track_default_gateway=True,
|
|
2895
|
+
admin_tech_on_failure=True,
|
|
2896
|
+
idle_timeout=100,
|
|
2897
|
+
trackers=[{
|
|
2898
|
+
"name": "tracker1",
|
|
2899
|
+
"endpoint_ip": "5.6.7.8",
|
|
2900
|
+
"threshold": 300,
|
|
2901
|
+
"interval": 60,
|
|
2902
|
+
"multiplier": 3,
|
|
2903
|
+
"type": "interface",
|
|
2904
|
+
}],
|
|
2905
|
+
object_trackers=[{
|
|
2906
|
+
"object_number": 1,
|
|
2907
|
+
"interface": "e1",
|
|
2908
|
+
}],
|
|
2909
|
+
on_demand_tunnel=True,
|
|
2910
|
+
on_demand_tunnel_idle_timeout=10,
|
|
2911
|
+
affinity_group_number=5,
|
|
2912
|
+
affinity_group_preferences=[1],
|
|
2913
|
+
transport_gateway=True,
|
|
2914
|
+
enable_mrf_migration="enabled",
|
|
2915
|
+
migration_bgp_community=100)
|
|
2916
|
+
```
|
|
2917
|
+
|
|
2804
2918
|
## Import
|
|
2805
2919
|
|
|
2806
2920
|
The `pulumi import` command can be used, for example:
|
|
@@ -213,6 +213,29 @@ class CiscoThousandeyesFeatureTemplate(pulumi.CustomResource):
|
|
|
213
213
|
|
|
214
214
|
## Example Usage
|
|
215
215
|
|
|
216
|
+
```python
|
|
217
|
+
import pulumi
|
|
218
|
+
import pulumi_sdwan as sdwan
|
|
219
|
+
|
|
220
|
+
example = sdwan.CiscoThousandeyesFeatureTemplate("example",
|
|
221
|
+
name="Example",
|
|
222
|
+
description="My Example",
|
|
223
|
+
device_types=["vedge-C8000V"],
|
|
224
|
+
virtual_applications=[{
|
|
225
|
+
"instance_id": "1",
|
|
226
|
+
"application_type": "te",
|
|
227
|
+
"te_account_group_token": "1234567",
|
|
228
|
+
"te_vpn": 1,
|
|
229
|
+
"te_agent_ip": "1.1.1.2/24",
|
|
230
|
+
"te_default_gateway": "1.1.1.255",
|
|
231
|
+
"te_name_server": "10.2.2.2",
|
|
232
|
+
"te_hostname": "agent1",
|
|
233
|
+
"te_web_proxy_type": "static",
|
|
234
|
+
"te_proxy_host": "3.3.3.3",
|
|
235
|
+
"te_proxy_port": 80,
|
|
236
|
+
}])
|
|
237
|
+
```
|
|
238
|
+
|
|
216
239
|
## Import
|
|
217
240
|
|
|
218
241
|
The `pulumi import` command can be used, for example:
|
|
@@ -241,6 +264,29 @@ class CiscoThousandeyesFeatureTemplate(pulumi.CustomResource):
|
|
|
241
264
|
|
|
242
265
|
## Example Usage
|
|
243
266
|
|
|
267
|
+
```python
|
|
268
|
+
import pulumi
|
|
269
|
+
import pulumi_sdwan as sdwan
|
|
270
|
+
|
|
271
|
+
example = sdwan.CiscoThousandeyesFeatureTemplate("example",
|
|
272
|
+
name="Example",
|
|
273
|
+
description="My Example",
|
|
274
|
+
device_types=["vedge-C8000V"],
|
|
275
|
+
virtual_applications=[{
|
|
276
|
+
"instance_id": "1",
|
|
277
|
+
"application_type": "te",
|
|
278
|
+
"te_account_group_token": "1234567",
|
|
279
|
+
"te_vpn": 1,
|
|
280
|
+
"te_agent_ip": "1.1.1.2/24",
|
|
281
|
+
"te_default_gateway": "1.1.1.255",
|
|
282
|
+
"te_name_server": "10.2.2.2",
|
|
283
|
+
"te_hostname": "agent1",
|
|
284
|
+
"te_web_proxy_type": "static",
|
|
285
|
+
"te_proxy_host": "3.3.3.3",
|
|
286
|
+
"te_proxy_port": 80,
|
|
287
|
+
}])
|
|
288
|
+
```
|
|
289
|
+
|
|
244
290
|
## Import
|
|
245
291
|
|
|
246
292
|
The `pulumi import` command can be used, for example:
|
|
@@ -1267,6 +1267,42 @@ class CiscoTrustsecFeatureTemplate(pulumi.CustomResource):
|
|
|
1267
1267
|
|
|
1268
1268
|
## Example Usage
|
|
1269
1269
|
|
|
1270
|
+
```python
|
|
1271
|
+
import pulumi
|
|
1272
|
+
import pulumi_sdwan as sdwan
|
|
1273
|
+
|
|
1274
|
+
example = sdwan.CiscoTrustsecFeatureTemplate("example",
|
|
1275
|
+
name="Example",
|
|
1276
|
+
description="My Example",
|
|
1277
|
+
device_types=["vedge-C8000V"],
|
|
1278
|
+
device_sgt=100,
|
|
1279
|
+
credentials_id="user1",
|
|
1280
|
+
credentials_password="MyPassword",
|
|
1281
|
+
enable_enforcement=True,
|
|
1282
|
+
enable_sxp=True,
|
|
1283
|
+
sxp_source_ip="1.2.3.4",
|
|
1284
|
+
sxp_default_password="MyPassword",
|
|
1285
|
+
sxp_key_chain="keychain1",
|
|
1286
|
+
sxp_log_binding_changes=False,
|
|
1287
|
+
sxp_reconciliation_period=120,
|
|
1288
|
+
sxp_retry_period=120,
|
|
1289
|
+
speaker_hold_time=120,
|
|
1290
|
+
minimum_listener_hold_time=90,
|
|
1291
|
+
maximum_listener_hold_time=180,
|
|
1292
|
+
sxp_node_id_type="interface-name",
|
|
1293
|
+
sxp_node_id="VirtualPortGroup",
|
|
1294
|
+
sxp_connections=[{
|
|
1295
|
+
"peer_ip": "1.2.3.4",
|
|
1296
|
+
"source_ip": "2.3.4.5",
|
|
1297
|
+
"preshared_key": "default",
|
|
1298
|
+
"mode": "local",
|
|
1299
|
+
"mode_type": "listener",
|
|
1300
|
+
"minimum_hold_time": 100,
|
|
1301
|
+
"maximum_hold_time": 200,
|
|
1302
|
+
"vpn_id": 0,
|
|
1303
|
+
}])
|
|
1304
|
+
```
|
|
1305
|
+
|
|
1270
1306
|
## Import
|
|
1271
1307
|
|
|
1272
1308
|
The `pulumi import` command can be used, for example:
|
|
@@ -1341,6 +1377,42 @@ class CiscoTrustsecFeatureTemplate(pulumi.CustomResource):
|
|
|
1341
1377
|
|
|
1342
1378
|
## Example Usage
|
|
1343
1379
|
|
|
1380
|
+
```python
|
|
1381
|
+
import pulumi
|
|
1382
|
+
import pulumi_sdwan as sdwan
|
|
1383
|
+
|
|
1384
|
+
example = sdwan.CiscoTrustsecFeatureTemplate("example",
|
|
1385
|
+
name="Example",
|
|
1386
|
+
description="My Example",
|
|
1387
|
+
device_types=["vedge-C8000V"],
|
|
1388
|
+
device_sgt=100,
|
|
1389
|
+
credentials_id="user1",
|
|
1390
|
+
credentials_password="MyPassword",
|
|
1391
|
+
enable_enforcement=True,
|
|
1392
|
+
enable_sxp=True,
|
|
1393
|
+
sxp_source_ip="1.2.3.4",
|
|
1394
|
+
sxp_default_password="MyPassword",
|
|
1395
|
+
sxp_key_chain="keychain1",
|
|
1396
|
+
sxp_log_binding_changes=False,
|
|
1397
|
+
sxp_reconciliation_period=120,
|
|
1398
|
+
sxp_retry_period=120,
|
|
1399
|
+
speaker_hold_time=120,
|
|
1400
|
+
minimum_listener_hold_time=90,
|
|
1401
|
+
maximum_listener_hold_time=180,
|
|
1402
|
+
sxp_node_id_type="interface-name",
|
|
1403
|
+
sxp_node_id="VirtualPortGroup",
|
|
1404
|
+
sxp_connections=[{
|
|
1405
|
+
"peer_ip": "1.2.3.4",
|
|
1406
|
+
"source_ip": "2.3.4.5",
|
|
1407
|
+
"preshared_key": "default",
|
|
1408
|
+
"mode": "local",
|
|
1409
|
+
"mode_type": "listener",
|
|
1410
|
+
"minimum_hold_time": 100,
|
|
1411
|
+
"maximum_hold_time": 200,
|
|
1412
|
+
"vpn_id": 0,
|
|
1413
|
+
}])
|
|
1414
|
+
```
|
|
1415
|
+
|
|
1344
1416
|
## Import
|
|
1345
1417
|
|
|
1346
1418
|
The `pulumi import` command can be used, for example:
|
|
@@ -7222,6 +7222,191 @@ class CiscoVpnInterfaceFeatureTemplate(pulumi.CustomResource):
|
|
|
7222
7222
|
|
|
7223
7223
|
## Example Usage
|
|
7224
7224
|
|
|
7225
|
+
```python
|
|
7226
|
+
import pulumi
|
|
7227
|
+
import pulumi_sdwan as sdwan
|
|
7228
|
+
|
|
7229
|
+
example = sdwan.CiscoVpnInterfaceFeatureTemplate("example",
|
|
7230
|
+
name="Example",
|
|
7231
|
+
description="My Example",
|
|
7232
|
+
device_types=["vedge-C8000V"],
|
|
7233
|
+
interface_name="ge0/0",
|
|
7234
|
+
interface_description="My Interface Description",
|
|
7235
|
+
poe=False,
|
|
7236
|
+
address="1.1.1.1/24",
|
|
7237
|
+
ipv4_secondary_addresses=[{
|
|
7238
|
+
"address": "2.2.2.2/24",
|
|
7239
|
+
}],
|
|
7240
|
+
dhcp=False,
|
|
7241
|
+
dhcp_distance=10,
|
|
7242
|
+
ipv6_address="2001:1::1/48",
|
|
7243
|
+
dhcpv6=False,
|
|
7244
|
+
ipv6_secondary_addresses=[{
|
|
7245
|
+
"address": "2.2.2.2/24",
|
|
7246
|
+
}],
|
|
7247
|
+
ipv6_access_lists=[{
|
|
7248
|
+
"direction": "in",
|
|
7249
|
+
"acl_name": "ACL1",
|
|
7250
|
+
}],
|
|
7251
|
+
ipv4_dhcp_helpers=["6.6.6.6"],
|
|
7252
|
+
ipv6_dhcp_helpers=[{
|
|
7253
|
+
"address": "2001:7::7/48",
|
|
7254
|
+
"vpn_id": 5,
|
|
7255
|
+
}],
|
|
7256
|
+
trackers=["tracker1"],
|
|
7257
|
+
auto_bandwidth_detect=False,
|
|
7258
|
+
iperf_server="8.8.8.8",
|
|
7259
|
+
nat=True,
|
|
7260
|
+
nat_type="interface",
|
|
7261
|
+
udp_timeout=1,
|
|
7262
|
+
tcp_timeout=60,
|
|
7263
|
+
nat_pool_range_start="10.1.1.1",
|
|
7264
|
+
nat_pool_range_end="10.1.1.255",
|
|
7265
|
+
nat_overload=False,
|
|
7266
|
+
nat_inside_source_loopback_interface="lo1",
|
|
7267
|
+
nat_pool_prefix_length=24,
|
|
7268
|
+
ipv6_nat=False,
|
|
7269
|
+
nat64_interface=False,
|
|
7270
|
+
nat66_interface=False,
|
|
7271
|
+
static_nat66_entries=[{
|
|
7272
|
+
"source_prefix": "2001:7::/48",
|
|
7273
|
+
"translated_source_prefix": "2001:8::/48",
|
|
7274
|
+
"source_vpn_id": 1,
|
|
7275
|
+
}],
|
|
7276
|
+
static_nat_entries=[{
|
|
7277
|
+
"source_ip": "10.1.1.1",
|
|
7278
|
+
"translate_ip": "100.1.1.1",
|
|
7279
|
+
"static_nat_direction": "inside",
|
|
7280
|
+
"source_vpn_id": 1,
|
|
7281
|
+
}],
|
|
7282
|
+
static_port_forward_entries=[{
|
|
7283
|
+
"source_ip": "10.1.1.1",
|
|
7284
|
+
"translate_ip": "100.1.1.1",
|
|
7285
|
+
"static_nat_direction": "inside",
|
|
7286
|
+
"source_port": 8000,
|
|
7287
|
+
"translate_port": 9000,
|
|
7288
|
+
"protocol": "tcp",
|
|
7289
|
+
"source_vpn_id": 1,
|
|
7290
|
+
}],
|
|
7291
|
+
enable_core_region=False,
|
|
7292
|
+
core_region="core",
|
|
7293
|
+
secondary_region="off",
|
|
7294
|
+
tunnel_interface_encapsulations=[{
|
|
7295
|
+
"encapsulation": "gre",
|
|
7296
|
+
"preference": 10,
|
|
7297
|
+
"weight": 100,
|
|
7298
|
+
}],
|
|
7299
|
+
tunnel_interface_border=False,
|
|
7300
|
+
tunnel_qos_mode="spoke",
|
|
7301
|
+
tunnel_bandwidth=50,
|
|
7302
|
+
tunnel_interface_groups=[5],
|
|
7303
|
+
tunnel_interface_color="gold",
|
|
7304
|
+
tunnel_interface_max_control_connections=10,
|
|
7305
|
+
tunnel_interface_control_connections=False,
|
|
7306
|
+
tunnel_interface_vbond_as_stun_server=False,
|
|
7307
|
+
tunnel_interface_exclude_controller_group_lists=[10],
|
|
7308
|
+
tunnel_interface_vmanage_connection_preference=5,
|
|
7309
|
+
tunnel_interface_port_hop=False,
|
|
7310
|
+
tunnel_interface_color_restrict=False,
|
|
7311
|
+
tunnel_interface_gre_tunnel_destination_ip="5.5.5.5",
|
|
7312
|
+
tunnel_interface_carrier="carrier1",
|
|
7313
|
+
tunnel_interface_nat_refresh_interval=5,
|
|
7314
|
+
tunnel_interface_hello_interval=1000,
|
|
7315
|
+
tunnel_interface_hello_tolerance=12,
|
|
7316
|
+
tunnel_interface_bind_loopback_tunnel="1",
|
|
7317
|
+
tunnel_interface_last_resort_circuit=False,
|
|
7318
|
+
tunnel_interface_low_bandwidth_link=False,
|
|
7319
|
+
tunnel_interface_tunnel_tcp_mss=1460,
|
|
7320
|
+
tunnel_interface_clear_dont_fragment=False,
|
|
7321
|
+
tunnel_interface_propagate_sgt=False,
|
|
7322
|
+
tunnel_interface_network_broadcast=False,
|
|
7323
|
+
tunnel_interface_allow_all=False,
|
|
7324
|
+
tunnel_interface_allow_bgp=False,
|
|
7325
|
+
tunnel_interface_allow_dhcp=False,
|
|
7326
|
+
tunnel_interface_allow_dns=False,
|
|
7327
|
+
tunnel_interface_allow_icmp=False,
|
|
7328
|
+
tunnel_interface_allow_ssh=False,
|
|
7329
|
+
tunnel_interface_allow_netconf=False,
|
|
7330
|
+
tunnel_interface_allow_ntp=False,
|
|
7331
|
+
tunnel_interface_allow_ospf=False,
|
|
7332
|
+
tunnel_interface_allow_stun=False,
|
|
7333
|
+
tunnel_interface_allow_snmp=False,
|
|
7334
|
+
tunnel_interface_allow_https=False,
|
|
7335
|
+
media_type="auto-select",
|
|
7336
|
+
interface_mtu=9216,
|
|
7337
|
+
ip_mtu=1500,
|
|
7338
|
+
tcp_mss_adjust=1460,
|
|
7339
|
+
tloc_extension="123",
|
|
7340
|
+
load_interval=30,
|
|
7341
|
+
gre_tunnel_source_ip="3.3.3.3",
|
|
7342
|
+
gre_tunnel_xconnect="a123",
|
|
7343
|
+
mac_address="00-B0-D0-63-C2-26",
|
|
7344
|
+
speed="1000",
|
|
7345
|
+
duplex="full",
|
|
7346
|
+
shutdown=False,
|
|
7347
|
+
arp_timeout=1200,
|
|
7348
|
+
autonegotiate=True,
|
|
7349
|
+
ip_directed_broadcast=False,
|
|
7350
|
+
icmp_redirect_disable=False,
|
|
7351
|
+
qos_adaptive_period=15,
|
|
7352
|
+
qos_adaptive_bandwidth_downstream=10000,
|
|
7353
|
+
qos_adaptive_min_downstream=100,
|
|
7354
|
+
qos_adaptive_max_downstream=100000,
|
|
7355
|
+
qos_adaptive_bandwidth_upstream=10000,
|
|
7356
|
+
qos_adaptive_min_upstream=100,
|
|
7357
|
+
qos_adaptive_max_upstream=100000,
|
|
7358
|
+
shaping_rate=1000,
|
|
7359
|
+
qos_map="QOSMAP1",
|
|
7360
|
+
qos_map_vpn="QOSMAP2",
|
|
7361
|
+
bandwidth_upstream=10000,
|
|
7362
|
+
bandwidth_downstream=10000,
|
|
7363
|
+
block_non_source_ip=False,
|
|
7364
|
+
rewrite_rule_name="RULE1",
|
|
7365
|
+
access_lists=[{
|
|
7366
|
+
"direction": "in",
|
|
7367
|
+
"acl_name": "ACL1",
|
|
7368
|
+
}],
|
|
7369
|
+
static_arps=[{
|
|
7370
|
+
"ip_address": "8.8.8.8",
|
|
7371
|
+
"mac": "00-B0-D0-63-C2-26",
|
|
7372
|
+
}],
|
|
7373
|
+
ipv4_vrrps=[{
|
|
7374
|
+
"group_id": 100,
|
|
7375
|
+
"priority": 100,
|
|
7376
|
+
"timer": 100,
|
|
7377
|
+
"track_omp": False,
|
|
7378
|
+
"track_prefix_list": "PL1",
|
|
7379
|
+
"ip_address": "2.2.2.2",
|
|
7380
|
+
"ipv4_secondary_addresses": [{
|
|
7381
|
+
"ip_address": "2.2.2.3",
|
|
7382
|
+
}],
|
|
7383
|
+
"tloc_preference_change": False,
|
|
7384
|
+
"tloc_preference_change_value": 10,
|
|
7385
|
+
"tracking_objects": [{
|
|
7386
|
+
"tracker_id": 10,
|
|
7387
|
+
"track_action": "decrement",
|
|
7388
|
+
"decrement_value": 100,
|
|
7389
|
+
}],
|
|
7390
|
+
}],
|
|
7391
|
+
ipv6_vrrps=[{
|
|
7392
|
+
"group_id": 100,
|
|
7393
|
+
"priority": 100,
|
|
7394
|
+
"timer": 100,
|
|
7395
|
+
"track_omp": False,
|
|
7396
|
+
"track_prefix_list": "PL1",
|
|
7397
|
+
"ipv6_addresses": [{
|
|
7398
|
+
"ipv6_link_local": "fe80::260:8ff:fe52:f9d8",
|
|
7399
|
+
"prefix": "2001:9::/48",
|
|
7400
|
+
}],
|
|
7401
|
+
}],
|
|
7402
|
+
propagate_sgt=False,
|
|
7403
|
+
static_sgt=1003,
|
|
7404
|
+
static_sgt_trusted=False,
|
|
7405
|
+
enable_sgt=True,
|
|
7406
|
+
sgt_enforcement=True,
|
|
7407
|
+
sgt_enforcement_sgt=1004)
|
|
7408
|
+
```
|
|
7409
|
+
|
|
7225
7410
|
## Import
|
|
7226
7411
|
|
|
7227
7412
|
The `pulumi import` command can be used, for example:
|
|
@@ -7545,6 +7730,191 @@ class CiscoVpnInterfaceFeatureTemplate(pulumi.CustomResource):
|
|
|
7545
7730
|
|
|
7546
7731
|
## Example Usage
|
|
7547
7732
|
|
|
7733
|
+
```python
|
|
7734
|
+
import pulumi
|
|
7735
|
+
import pulumi_sdwan as sdwan
|
|
7736
|
+
|
|
7737
|
+
example = sdwan.CiscoVpnInterfaceFeatureTemplate("example",
|
|
7738
|
+
name="Example",
|
|
7739
|
+
description="My Example",
|
|
7740
|
+
device_types=["vedge-C8000V"],
|
|
7741
|
+
interface_name="ge0/0",
|
|
7742
|
+
interface_description="My Interface Description",
|
|
7743
|
+
poe=False,
|
|
7744
|
+
address="1.1.1.1/24",
|
|
7745
|
+
ipv4_secondary_addresses=[{
|
|
7746
|
+
"address": "2.2.2.2/24",
|
|
7747
|
+
}],
|
|
7748
|
+
dhcp=False,
|
|
7749
|
+
dhcp_distance=10,
|
|
7750
|
+
ipv6_address="2001:1::1/48",
|
|
7751
|
+
dhcpv6=False,
|
|
7752
|
+
ipv6_secondary_addresses=[{
|
|
7753
|
+
"address": "2.2.2.2/24",
|
|
7754
|
+
}],
|
|
7755
|
+
ipv6_access_lists=[{
|
|
7756
|
+
"direction": "in",
|
|
7757
|
+
"acl_name": "ACL1",
|
|
7758
|
+
}],
|
|
7759
|
+
ipv4_dhcp_helpers=["6.6.6.6"],
|
|
7760
|
+
ipv6_dhcp_helpers=[{
|
|
7761
|
+
"address": "2001:7::7/48",
|
|
7762
|
+
"vpn_id": 5,
|
|
7763
|
+
}],
|
|
7764
|
+
trackers=["tracker1"],
|
|
7765
|
+
auto_bandwidth_detect=False,
|
|
7766
|
+
iperf_server="8.8.8.8",
|
|
7767
|
+
nat=True,
|
|
7768
|
+
nat_type="interface",
|
|
7769
|
+
udp_timeout=1,
|
|
7770
|
+
tcp_timeout=60,
|
|
7771
|
+
nat_pool_range_start="10.1.1.1",
|
|
7772
|
+
nat_pool_range_end="10.1.1.255",
|
|
7773
|
+
nat_overload=False,
|
|
7774
|
+
nat_inside_source_loopback_interface="lo1",
|
|
7775
|
+
nat_pool_prefix_length=24,
|
|
7776
|
+
ipv6_nat=False,
|
|
7777
|
+
nat64_interface=False,
|
|
7778
|
+
nat66_interface=False,
|
|
7779
|
+
static_nat66_entries=[{
|
|
7780
|
+
"source_prefix": "2001:7::/48",
|
|
7781
|
+
"translated_source_prefix": "2001:8::/48",
|
|
7782
|
+
"source_vpn_id": 1,
|
|
7783
|
+
}],
|
|
7784
|
+
static_nat_entries=[{
|
|
7785
|
+
"source_ip": "10.1.1.1",
|
|
7786
|
+
"translate_ip": "100.1.1.1",
|
|
7787
|
+
"static_nat_direction": "inside",
|
|
7788
|
+
"source_vpn_id": 1,
|
|
7789
|
+
}],
|
|
7790
|
+
static_port_forward_entries=[{
|
|
7791
|
+
"source_ip": "10.1.1.1",
|
|
7792
|
+
"translate_ip": "100.1.1.1",
|
|
7793
|
+
"static_nat_direction": "inside",
|
|
7794
|
+
"source_port": 8000,
|
|
7795
|
+
"translate_port": 9000,
|
|
7796
|
+
"protocol": "tcp",
|
|
7797
|
+
"source_vpn_id": 1,
|
|
7798
|
+
}],
|
|
7799
|
+
enable_core_region=False,
|
|
7800
|
+
core_region="core",
|
|
7801
|
+
secondary_region="off",
|
|
7802
|
+
tunnel_interface_encapsulations=[{
|
|
7803
|
+
"encapsulation": "gre",
|
|
7804
|
+
"preference": 10,
|
|
7805
|
+
"weight": 100,
|
|
7806
|
+
}],
|
|
7807
|
+
tunnel_interface_border=False,
|
|
7808
|
+
tunnel_qos_mode="spoke",
|
|
7809
|
+
tunnel_bandwidth=50,
|
|
7810
|
+
tunnel_interface_groups=[5],
|
|
7811
|
+
tunnel_interface_color="gold",
|
|
7812
|
+
tunnel_interface_max_control_connections=10,
|
|
7813
|
+
tunnel_interface_control_connections=False,
|
|
7814
|
+
tunnel_interface_vbond_as_stun_server=False,
|
|
7815
|
+
tunnel_interface_exclude_controller_group_lists=[10],
|
|
7816
|
+
tunnel_interface_vmanage_connection_preference=5,
|
|
7817
|
+
tunnel_interface_port_hop=False,
|
|
7818
|
+
tunnel_interface_color_restrict=False,
|
|
7819
|
+
tunnel_interface_gre_tunnel_destination_ip="5.5.5.5",
|
|
7820
|
+
tunnel_interface_carrier="carrier1",
|
|
7821
|
+
tunnel_interface_nat_refresh_interval=5,
|
|
7822
|
+
tunnel_interface_hello_interval=1000,
|
|
7823
|
+
tunnel_interface_hello_tolerance=12,
|
|
7824
|
+
tunnel_interface_bind_loopback_tunnel="1",
|
|
7825
|
+
tunnel_interface_last_resort_circuit=False,
|
|
7826
|
+
tunnel_interface_low_bandwidth_link=False,
|
|
7827
|
+
tunnel_interface_tunnel_tcp_mss=1460,
|
|
7828
|
+
tunnel_interface_clear_dont_fragment=False,
|
|
7829
|
+
tunnel_interface_propagate_sgt=False,
|
|
7830
|
+
tunnel_interface_network_broadcast=False,
|
|
7831
|
+
tunnel_interface_allow_all=False,
|
|
7832
|
+
tunnel_interface_allow_bgp=False,
|
|
7833
|
+
tunnel_interface_allow_dhcp=False,
|
|
7834
|
+
tunnel_interface_allow_dns=False,
|
|
7835
|
+
tunnel_interface_allow_icmp=False,
|
|
7836
|
+
tunnel_interface_allow_ssh=False,
|
|
7837
|
+
tunnel_interface_allow_netconf=False,
|
|
7838
|
+
tunnel_interface_allow_ntp=False,
|
|
7839
|
+
tunnel_interface_allow_ospf=False,
|
|
7840
|
+
tunnel_interface_allow_stun=False,
|
|
7841
|
+
tunnel_interface_allow_snmp=False,
|
|
7842
|
+
tunnel_interface_allow_https=False,
|
|
7843
|
+
media_type="auto-select",
|
|
7844
|
+
interface_mtu=9216,
|
|
7845
|
+
ip_mtu=1500,
|
|
7846
|
+
tcp_mss_adjust=1460,
|
|
7847
|
+
tloc_extension="123",
|
|
7848
|
+
load_interval=30,
|
|
7849
|
+
gre_tunnel_source_ip="3.3.3.3",
|
|
7850
|
+
gre_tunnel_xconnect="a123",
|
|
7851
|
+
mac_address="00-B0-D0-63-C2-26",
|
|
7852
|
+
speed="1000",
|
|
7853
|
+
duplex="full",
|
|
7854
|
+
shutdown=False,
|
|
7855
|
+
arp_timeout=1200,
|
|
7856
|
+
autonegotiate=True,
|
|
7857
|
+
ip_directed_broadcast=False,
|
|
7858
|
+
icmp_redirect_disable=False,
|
|
7859
|
+
qos_adaptive_period=15,
|
|
7860
|
+
qos_adaptive_bandwidth_downstream=10000,
|
|
7861
|
+
qos_adaptive_min_downstream=100,
|
|
7862
|
+
qos_adaptive_max_downstream=100000,
|
|
7863
|
+
qos_adaptive_bandwidth_upstream=10000,
|
|
7864
|
+
qos_adaptive_min_upstream=100,
|
|
7865
|
+
qos_adaptive_max_upstream=100000,
|
|
7866
|
+
shaping_rate=1000,
|
|
7867
|
+
qos_map="QOSMAP1",
|
|
7868
|
+
qos_map_vpn="QOSMAP2",
|
|
7869
|
+
bandwidth_upstream=10000,
|
|
7870
|
+
bandwidth_downstream=10000,
|
|
7871
|
+
block_non_source_ip=False,
|
|
7872
|
+
rewrite_rule_name="RULE1",
|
|
7873
|
+
access_lists=[{
|
|
7874
|
+
"direction": "in",
|
|
7875
|
+
"acl_name": "ACL1",
|
|
7876
|
+
}],
|
|
7877
|
+
static_arps=[{
|
|
7878
|
+
"ip_address": "8.8.8.8",
|
|
7879
|
+
"mac": "00-B0-D0-63-C2-26",
|
|
7880
|
+
}],
|
|
7881
|
+
ipv4_vrrps=[{
|
|
7882
|
+
"group_id": 100,
|
|
7883
|
+
"priority": 100,
|
|
7884
|
+
"timer": 100,
|
|
7885
|
+
"track_omp": False,
|
|
7886
|
+
"track_prefix_list": "PL1",
|
|
7887
|
+
"ip_address": "2.2.2.2",
|
|
7888
|
+
"ipv4_secondary_addresses": [{
|
|
7889
|
+
"ip_address": "2.2.2.3",
|
|
7890
|
+
}],
|
|
7891
|
+
"tloc_preference_change": False,
|
|
7892
|
+
"tloc_preference_change_value": 10,
|
|
7893
|
+
"tracking_objects": [{
|
|
7894
|
+
"tracker_id": 10,
|
|
7895
|
+
"track_action": "decrement",
|
|
7896
|
+
"decrement_value": 100,
|
|
7897
|
+
}],
|
|
7898
|
+
}],
|
|
7899
|
+
ipv6_vrrps=[{
|
|
7900
|
+
"group_id": 100,
|
|
7901
|
+
"priority": 100,
|
|
7902
|
+
"timer": 100,
|
|
7903
|
+
"track_omp": False,
|
|
7904
|
+
"track_prefix_list": "PL1",
|
|
7905
|
+
"ipv6_addresses": [{
|
|
7906
|
+
"ipv6_link_local": "fe80::260:8ff:fe52:f9d8",
|
|
7907
|
+
"prefix": "2001:9::/48",
|
|
7908
|
+
}],
|
|
7909
|
+
}],
|
|
7910
|
+
propagate_sgt=False,
|
|
7911
|
+
static_sgt=1003,
|
|
7912
|
+
static_sgt_trusted=False,
|
|
7913
|
+
enable_sgt=True,
|
|
7914
|
+
sgt_enforcement=True,
|
|
7915
|
+
sgt_enforcement_sgt=1004)
|
|
7916
|
+
```
|
|
7917
|
+
|
|
7548
7918
|
## Import
|
|
7549
7919
|
|
|
7550
7920
|
The `pulumi import` command can be used, for example:
|