pulumi-sdwan 0.2.0a1730384781__py3-none-any.whl → 0.2.1__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.
Potentially problematic release.
This version of pulumi-sdwan might be problematic. Click here for more details.
- pulumi_sdwan/__init__.py +460 -0
- pulumi_sdwan/_inputs.py +42951 -34707
- pulumi_sdwan/activate_centralized_policy.py +12 -0
- pulumi_sdwan/application_priority_feature_profile.py +2 -0
- pulumi_sdwan/application_priority_qos_policy.py +6 -2
- pulumi_sdwan/application_priority_traffic_policy_policy.py +471 -0
- pulumi_sdwan/attach_feature_device_template.py +16 -0
- pulumi_sdwan/cli_feature_profile.py +2 -0
- pulumi_sdwan/config/__init__.pyi +5 -5
- pulumi_sdwan/config/vars.py +5 -5
- pulumi_sdwan/configuration_group.py +108 -0
- pulumi_sdwan/dns_security_feature_profile.py +234 -0
- pulumi_sdwan/embedded_security_feature_profile.py +234 -0
- pulumi_sdwan/get_application_priority_traffic_policy_policy.py +210 -0
- pulumi_sdwan/get_configuration_group.py +29 -1
- pulumi_sdwan/get_dns_security_feature_profile.py +126 -0
- pulumi_sdwan/get_embedded_security_feature_profile.py +126 -0
- pulumi_sdwan/get_policy_object_app_probe_class.py +177 -0
- pulumi_sdwan/get_policy_object_application_list.py +177 -0
- pulumi_sdwan/get_policy_object_as_path_list.py +191 -0
- pulumi_sdwan/get_policy_object_feature_profile.py +30 -2
- pulumi_sdwan/get_policy_object_preferred_color_group.py +177 -0
- pulumi_sdwan/get_policy_object_security_data_ipv4_prefix_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_fqdn_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_geolocation_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_identity_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_ips_signature.py +177 -0
- pulumi_sdwan/get_policy_object_security_local_application_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_local_domain_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_port_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_scalable_group_tag_list.py +174 -0
- pulumi_sdwan/get_policy_object_security_url_allow_list.py +177 -0
- pulumi_sdwan/get_policy_object_security_url_block_list.py +177 -0
- pulumi_sdwan/get_policy_object_sla_class_list.py +177 -0
- pulumi_sdwan/get_policy_object_standard_community_list.py +177 -0
- pulumi_sdwan/get_policy_object_vpn_group.py +177 -0
- pulumi_sdwan/get_service_ipv4_acl_feature.py +191 -0
- pulumi_sdwan/get_service_ipv6_acl_feature.py +191 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_multicast_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_bgp_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_eigrp_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospf_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +156 -0
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature.py +45 -1
- pulumi_sdwan/get_service_multicast_feature.py +513 -0
- pulumi_sdwan/get_service_routing_eigrp_feature.py +398 -0
- pulumi_sdwan/get_service_wireless_lan_feature.py +415 -0
- pulumi_sdwan/get_sig_security_feature_profile.py +126 -0
- pulumi_sdwan/get_transport_cellular_controller_feature.py +302 -0
- pulumi_sdwan/get_transport_cellular_profile_feature.py +372 -0
- pulumi_sdwan/get_transport_ipv4_acl_feature.py +191 -0
- pulumi_sdwan/get_transport_ipv6_acl_feature.py +191 -0
- pulumi_sdwan/get_transport_management_vpn_interface_ethernet_feature.py +29 -1
- pulumi_sdwan/get_transport_t1_e1_controller_feature.py +219 -0
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_bgp_feature.py +156 -0
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospf_feature.py +156 -0
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +156 -0
- pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +156 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature.py +45 -1
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature.py +73 -1
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +178 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_t1_e1_serial_feature.py +45 -1
- pulumi_sdwan/other_feature_profile.py +2 -0
- pulumi_sdwan/other_thousandeyes_feature.py +6 -2
- pulumi_sdwan/other_ucse_feature.py +91 -84
- pulumi_sdwan/outputs.py +56073 -45464
- pulumi_sdwan/policy_object_app_probe_class.py +341 -0
- pulumi_sdwan/policy_object_application_list.py +371 -0
- pulumi_sdwan/policy_object_as_path_list.py +389 -0
- pulumi_sdwan/policy_object_class_map.py +6 -2
- pulumi_sdwan/policy_object_color_list.py +6 -2
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +6 -2
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +6 -2
- pulumi_sdwan/policy_object_expanded_community_list.py +6 -2
- pulumi_sdwan/policy_object_extended_community_list.py +6 -2
- pulumi_sdwan/policy_object_feature_profile.py +2 -0
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +6 -2
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +6 -2
- pulumi_sdwan/policy_object_mirror.py +6 -2
- pulumi_sdwan/policy_object_policer.py +6 -2
- pulumi_sdwan/policy_object_preferred_color_group.py +341 -0
- pulumi_sdwan/policy_object_security_data_ipv4_prefix_list.py +328 -0
- pulumi_sdwan/policy_object_security_fqdn_list.py +358 -0
- pulumi_sdwan/policy_object_security_geolocation_list.py +371 -0
- pulumi_sdwan/policy_object_security_identity_list.py +370 -0
- pulumi_sdwan/policy_object_security_ips_signature.py +341 -0
- pulumi_sdwan/policy_object_security_local_application_list.py +370 -0
- pulumi_sdwan/policy_object_security_local_domain_list.py +328 -0
- pulumi_sdwan/policy_object_security_port_list.py +371 -0
- pulumi_sdwan/policy_object_security_scalable_group_tag_list.py +328 -0
- pulumi_sdwan/policy_object_security_url_allow_list.py +371 -0
- pulumi_sdwan/policy_object_security_url_block_list.py +371 -0
- pulumi_sdwan/policy_object_sla_class_list.py +341 -0
- pulumi_sdwan/policy_object_standard_community_list.py +341 -0
- pulumi_sdwan/policy_object_tloc_list.py +6 -2
- pulumi_sdwan/policy_object_vpn_group.py +371 -0
- pulumi_sdwan/provider.py +18 -18
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/service_feature_profile.py +2 -0
- pulumi_sdwan/service_ipv4_acl_feature.py +386 -0
- pulumi_sdwan/service_ipv6_acl_feature.py +386 -0
- pulumi_sdwan/service_lan_vpn_feature.py +6 -2
- pulumi_sdwan/service_lan_vpn_feature_associate_multicast_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_bgp_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_eigrp_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospf_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +285 -0
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +6 -2
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +78 -78
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +158 -163
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +192 -55
- pulumi_sdwan/service_multicast_feature.py +1468 -0
- pulumi_sdwan/service_object_tracker_feature.py +6 -2
- pulumi_sdwan/service_object_tracker_group_feature.py +6 -2
- pulumi_sdwan/service_route_policy_feature.py +6 -2
- pulumi_sdwan/service_routing_bgp_feature.py +6 -2
- pulumi_sdwan/service_routing_eigrp_feature.py +1080 -0
- pulumi_sdwan/service_routing_ospf_feature.py +6 -2
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +6 -2
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +6 -2
- pulumi_sdwan/service_switchport_feature.py +6 -2
- pulumi_sdwan/service_tracker_feature.py +6 -2
- pulumi_sdwan/service_tracker_group_feature.py +6 -2
- pulumi_sdwan/service_wireless_lan_feature.py +1232 -0
- pulumi_sdwan/sig_security_feature_profile.py +234 -0
- pulumi_sdwan/system_aaa_feature.py +6 -2
- pulumi_sdwan/system_banner_feature.py +6 -2
- pulumi_sdwan/system_basic_feature.py +6 -2
- pulumi_sdwan/system_bfd_feature.py +6 -2
- pulumi_sdwan/system_feature_profile.py +2 -0
- pulumi_sdwan/system_flexible_port_speed_feature.py +6 -2
- pulumi_sdwan/system_global_feature.py +6 -2
- pulumi_sdwan/system_ipv4_device_access_feature.py +6 -2
- pulumi_sdwan/system_ipv6_device_access_feature.py +6 -2
- pulumi_sdwan/system_logging_feature.py +6 -2
- pulumi_sdwan/system_mrf_feature.py +6 -2
- pulumi_sdwan/system_ntp_feature.py +6 -2
- pulumi_sdwan/system_omp_feature.py +6 -2
- pulumi_sdwan/system_performance_monitoring_feature.py +6 -2
- pulumi_sdwan/system_remote_access_feature.py +23 -20
- pulumi_sdwan/system_security_feature.py +6 -2
- pulumi_sdwan/system_snmp_feature.py +6 -2
- pulumi_sdwan/transport_cellular_controller_feature.py +796 -0
- pulumi_sdwan/transport_cellular_profile_feature.py +1036 -0
- pulumi_sdwan/transport_feature_profile.py +2 -0
- pulumi_sdwan/transport_gps_feature.py +6 -2
- pulumi_sdwan/transport_ipv4_acl_feature.py +386 -0
- pulumi_sdwan/transport_ipv6_acl_feature.py +386 -0
- pulumi_sdwan/transport_ipv6_tracker_feature.py +6 -2
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +6 -2
- pulumi_sdwan/transport_management_vpn_feature.py +6 -2
- pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +184 -72
- pulumi_sdwan/transport_route_policy_feature.py +6 -2
- pulumi_sdwan/transport_routing_bgp_feature.py +6 -2
- pulumi_sdwan/transport_routing_ospf_feature.py +6 -2
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +6 -2
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +6 -2
- pulumi_sdwan/transport_t1_e1_controller_feature.py +483 -0
- pulumi_sdwan/transport_tracker_feature.py +6 -2
- pulumi_sdwan/transport_tracker_group_feature.py +6 -2
- pulumi_sdwan/transport_wan_vpn_feature.py +6 -2
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_bgp_feature.py +285 -0
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospf_feature.py +285 -0
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +285 -0
- pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +285 -0
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +142 -2
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +334 -86
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +335 -0
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +6 -2
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +6 -2
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +146 -2
- {pulumi_sdwan-0.2.0a1730384781.dist-info → pulumi_sdwan-0.2.1.dist-info}/METADATA +5 -5
- {pulumi_sdwan-0.2.0a1730384781.dist-info → pulumi_sdwan-0.2.1.dist-info}/RECORD +183 -91
- {pulumi_sdwan-0.2.0a1730384781.dist-info → pulumi_sdwan-0.2.1.dist-info}/WHEEL +1 -1
- {pulumi_sdwan-0.2.0a1730384781.dist-info → pulumi_sdwan-0.2.1.dist-info}/top_level.txt +0 -0
|
@@ -1147,8 +1147,10 @@ class TransportWanVpnInterfaceGreFeature(pulumi.CustomResource):
|
|
|
1147
1147
|
|
|
1148
1148
|
## Import
|
|
1149
1149
|
|
|
1150
|
+
Expected import identifier with the format: "transport_wan_vpn_interface_gre_feature_id,feature_profile_id,transport_wan_vpn_feature_id"
|
|
1151
|
+
|
|
1150
1152
|
```sh
|
|
1151
|
-
$ pulumi import sdwan:index/transportWanVpnInterfaceGreFeature:TransportWanVpnInterfaceGreFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
1153
|
+
$ pulumi import sdwan:index/transportWanVpnInterfaceGreFeature:TransportWanVpnInterfaceGreFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037"
|
|
1152
1154
|
```
|
|
1153
1155
|
|
|
1154
1156
|
:param str resource_name: The name of the resource.
|
|
@@ -1225,8 +1227,10 @@ class TransportWanVpnInterfaceGreFeature(pulumi.CustomResource):
|
|
|
1225
1227
|
|
|
1226
1228
|
## Import
|
|
1227
1229
|
|
|
1230
|
+
Expected import identifier with the format: "transport_wan_vpn_interface_gre_feature_id,feature_profile_id,transport_wan_vpn_feature_id"
|
|
1231
|
+
|
|
1228
1232
|
```sh
|
|
1229
|
-
$ pulumi import sdwan:index/transportWanVpnInterfaceGreFeature:TransportWanVpnInterfaceGreFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
1233
|
+
$ pulumi import sdwan:index/transportWanVpnInterfaceGreFeature:TransportWanVpnInterfaceGreFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037"
|
|
1230
1234
|
```
|
|
1231
1235
|
|
|
1232
1236
|
:param str resource_name: The name of the resource.
|
|
@@ -2220,8 +2220,10 @@ class TransportWanVpnInterfaceIpsecFeature(pulumi.CustomResource):
|
|
|
2220
2220
|
|
|
2221
2221
|
## Import
|
|
2222
2222
|
|
|
2223
|
+
Expected import identifier with the format: "transport_wan_vpn_interface_ipsec_feature_id,feature_profile_id,transport_wan_vpn_feature_id"
|
|
2224
|
+
|
|
2223
2225
|
```sh
|
|
2224
|
-
$ pulumi import sdwan:index/transportWanVpnInterfaceIpsecFeature:TransportWanVpnInterfaceIpsecFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
2226
|
+
$ pulumi import sdwan:index/transportWanVpnInterfaceIpsecFeature:TransportWanVpnInterfaceIpsecFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037"
|
|
2225
2227
|
```
|
|
2226
2228
|
|
|
2227
2229
|
:param str resource_name: The name of the resource.
|
|
@@ -2357,8 +2359,10 @@ class TransportWanVpnInterfaceIpsecFeature(pulumi.CustomResource):
|
|
|
2357
2359
|
|
|
2358
2360
|
## Import
|
|
2359
2361
|
|
|
2362
|
+
Expected import identifier with the format: "transport_wan_vpn_interface_ipsec_feature_id,feature_profile_id,transport_wan_vpn_feature_id"
|
|
2363
|
+
|
|
2360
2364
|
```sh
|
|
2361
|
-
$ pulumi import sdwan:index/transportWanVpnInterfaceIpsecFeature:TransportWanVpnInterfaceIpsecFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
2365
|
+
$ pulumi import sdwan:index/transportWanVpnInterfaceIpsecFeature:TransportWanVpnInterfaceIpsecFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037"
|
|
2362
2366
|
```
|
|
2363
2367
|
|
|
2364
2368
|
:param str resource_name: The name of the resource.
|
|
@@ -22,6 +22,10 @@ __all__ = ['TransportWanVpnInterfaceT1E1SerialFeatureArgs', 'TransportWanVpnInte
|
|
|
22
22
|
class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
23
23
|
def __init__(__self__, *,
|
|
24
24
|
feature_profile_id: pulumi.Input[str],
|
|
25
|
+
acl_ipv4_egress_feature_id: Optional[pulumi.Input[str]] = None,
|
|
26
|
+
acl_ipv4_ingress_feature_id: Optional[pulumi.Input[str]] = None,
|
|
27
|
+
acl_ipv6_egress_feature_id: Optional[pulumi.Input[str]] = None,
|
|
28
|
+
acl_ipv6_ingress_feature_id: Optional[pulumi.Input[str]] = None,
|
|
25
29
|
bandwidth: Optional[pulumi.Input[int]] = None,
|
|
26
30
|
bandwidth_downstream: Optional[pulumi.Input[int]] = None,
|
|
27
31
|
bandwidth_downstream_variable: Optional[pulumi.Input[str]] = None,
|
|
@@ -241,6 +245,14 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
241
245
|
:param pulumi.Input[str] tunnel_qos_mode_variable: Variable name
|
|
242
246
|
"""
|
|
243
247
|
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
248
|
+
if acl_ipv4_egress_feature_id is not None:
|
|
249
|
+
pulumi.set(__self__, "acl_ipv4_egress_feature_id", acl_ipv4_egress_feature_id)
|
|
250
|
+
if acl_ipv4_ingress_feature_id is not None:
|
|
251
|
+
pulumi.set(__self__, "acl_ipv4_ingress_feature_id", acl_ipv4_ingress_feature_id)
|
|
252
|
+
if acl_ipv6_egress_feature_id is not None:
|
|
253
|
+
pulumi.set(__self__, "acl_ipv6_egress_feature_id", acl_ipv6_egress_feature_id)
|
|
254
|
+
if acl_ipv6_ingress_feature_id is not None:
|
|
255
|
+
pulumi.set(__self__, "acl_ipv6_ingress_feature_id", acl_ipv6_ingress_feature_id)
|
|
244
256
|
if bandwidth is not None:
|
|
245
257
|
pulumi.set(__self__, "bandwidth", bandwidth)
|
|
246
258
|
if bandwidth_downstream is not None:
|
|
@@ -460,6 +472,42 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
460
472
|
def feature_profile_id(self, value: pulumi.Input[str]):
|
|
461
473
|
pulumi.set(self, "feature_profile_id", value)
|
|
462
474
|
|
|
475
|
+
@property
|
|
476
|
+
@pulumi.getter(name="aclIpv4EgressFeatureId")
|
|
477
|
+
def acl_ipv4_egress_feature_id(self) -> Optional[pulumi.Input[str]]:
|
|
478
|
+
return pulumi.get(self, "acl_ipv4_egress_feature_id")
|
|
479
|
+
|
|
480
|
+
@acl_ipv4_egress_feature_id.setter
|
|
481
|
+
def acl_ipv4_egress_feature_id(self, value: Optional[pulumi.Input[str]]):
|
|
482
|
+
pulumi.set(self, "acl_ipv4_egress_feature_id", value)
|
|
483
|
+
|
|
484
|
+
@property
|
|
485
|
+
@pulumi.getter(name="aclIpv4IngressFeatureId")
|
|
486
|
+
def acl_ipv4_ingress_feature_id(self) -> Optional[pulumi.Input[str]]:
|
|
487
|
+
return pulumi.get(self, "acl_ipv4_ingress_feature_id")
|
|
488
|
+
|
|
489
|
+
@acl_ipv4_ingress_feature_id.setter
|
|
490
|
+
def acl_ipv4_ingress_feature_id(self, value: Optional[pulumi.Input[str]]):
|
|
491
|
+
pulumi.set(self, "acl_ipv4_ingress_feature_id", value)
|
|
492
|
+
|
|
493
|
+
@property
|
|
494
|
+
@pulumi.getter(name="aclIpv6EgressFeatureId")
|
|
495
|
+
def acl_ipv6_egress_feature_id(self) -> Optional[pulumi.Input[str]]:
|
|
496
|
+
return pulumi.get(self, "acl_ipv6_egress_feature_id")
|
|
497
|
+
|
|
498
|
+
@acl_ipv6_egress_feature_id.setter
|
|
499
|
+
def acl_ipv6_egress_feature_id(self, value: Optional[pulumi.Input[str]]):
|
|
500
|
+
pulumi.set(self, "acl_ipv6_egress_feature_id", value)
|
|
501
|
+
|
|
502
|
+
@property
|
|
503
|
+
@pulumi.getter(name="aclIpv6IngressFeatureId")
|
|
504
|
+
def acl_ipv6_ingress_feature_id(self) -> Optional[pulumi.Input[str]]:
|
|
505
|
+
return pulumi.get(self, "acl_ipv6_ingress_feature_id")
|
|
506
|
+
|
|
507
|
+
@acl_ipv6_ingress_feature_id.setter
|
|
508
|
+
def acl_ipv6_ingress_feature_id(self, value: Optional[pulumi.Input[str]]):
|
|
509
|
+
pulumi.set(self, "acl_ipv6_ingress_feature_id", value)
|
|
510
|
+
|
|
463
511
|
@property
|
|
464
512
|
@pulumi.getter
|
|
465
513
|
def bandwidth(self) -> Optional[pulumi.Input[int]]:
|
|
@@ -1706,6 +1754,10 @@ class TransportWanVpnInterfaceT1E1SerialFeatureArgs:
|
|
|
1706
1754
|
@pulumi.input_type
|
|
1707
1755
|
class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
1708
1756
|
def __init__(__self__, *,
|
|
1757
|
+
acl_ipv4_egress_feature_id: Optional[pulumi.Input[str]] = None,
|
|
1758
|
+
acl_ipv4_ingress_feature_id: Optional[pulumi.Input[str]] = None,
|
|
1759
|
+
acl_ipv6_egress_feature_id: Optional[pulumi.Input[str]] = None,
|
|
1760
|
+
acl_ipv6_ingress_feature_id: Optional[pulumi.Input[str]] = None,
|
|
1709
1761
|
bandwidth: Optional[pulumi.Input[int]] = None,
|
|
1710
1762
|
bandwidth_downstream: Optional[pulumi.Input[int]] = None,
|
|
1711
1763
|
bandwidth_downstream_variable: Optional[pulumi.Input[str]] = None,
|
|
@@ -1927,6 +1979,14 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
1927
1979
|
:param pulumi.Input[str] tunnel_qos_mode_variable: Variable name
|
|
1928
1980
|
:param pulumi.Input[int] version: The version of the Feature
|
|
1929
1981
|
"""
|
|
1982
|
+
if acl_ipv4_egress_feature_id is not None:
|
|
1983
|
+
pulumi.set(__self__, "acl_ipv4_egress_feature_id", acl_ipv4_egress_feature_id)
|
|
1984
|
+
if acl_ipv4_ingress_feature_id is not None:
|
|
1985
|
+
pulumi.set(__self__, "acl_ipv4_ingress_feature_id", acl_ipv4_ingress_feature_id)
|
|
1986
|
+
if acl_ipv6_egress_feature_id is not None:
|
|
1987
|
+
pulumi.set(__self__, "acl_ipv6_egress_feature_id", acl_ipv6_egress_feature_id)
|
|
1988
|
+
if acl_ipv6_ingress_feature_id is not None:
|
|
1989
|
+
pulumi.set(__self__, "acl_ipv6_ingress_feature_id", acl_ipv6_ingress_feature_id)
|
|
1930
1990
|
if bandwidth is not None:
|
|
1931
1991
|
pulumi.set(__self__, "bandwidth", bandwidth)
|
|
1932
1992
|
if bandwidth_downstream is not None:
|
|
@@ -2138,6 +2198,42 @@ class _TransportWanVpnInterfaceT1E1SerialFeatureState:
|
|
|
2138
2198
|
if version is not None:
|
|
2139
2199
|
pulumi.set(__self__, "version", version)
|
|
2140
2200
|
|
|
2201
|
+
@property
|
|
2202
|
+
@pulumi.getter(name="aclIpv4EgressFeatureId")
|
|
2203
|
+
def acl_ipv4_egress_feature_id(self) -> Optional[pulumi.Input[str]]:
|
|
2204
|
+
return pulumi.get(self, "acl_ipv4_egress_feature_id")
|
|
2205
|
+
|
|
2206
|
+
@acl_ipv4_egress_feature_id.setter
|
|
2207
|
+
def acl_ipv4_egress_feature_id(self, value: Optional[pulumi.Input[str]]):
|
|
2208
|
+
pulumi.set(self, "acl_ipv4_egress_feature_id", value)
|
|
2209
|
+
|
|
2210
|
+
@property
|
|
2211
|
+
@pulumi.getter(name="aclIpv4IngressFeatureId")
|
|
2212
|
+
def acl_ipv4_ingress_feature_id(self) -> Optional[pulumi.Input[str]]:
|
|
2213
|
+
return pulumi.get(self, "acl_ipv4_ingress_feature_id")
|
|
2214
|
+
|
|
2215
|
+
@acl_ipv4_ingress_feature_id.setter
|
|
2216
|
+
def acl_ipv4_ingress_feature_id(self, value: Optional[pulumi.Input[str]]):
|
|
2217
|
+
pulumi.set(self, "acl_ipv4_ingress_feature_id", value)
|
|
2218
|
+
|
|
2219
|
+
@property
|
|
2220
|
+
@pulumi.getter(name="aclIpv6EgressFeatureId")
|
|
2221
|
+
def acl_ipv6_egress_feature_id(self) -> Optional[pulumi.Input[str]]:
|
|
2222
|
+
return pulumi.get(self, "acl_ipv6_egress_feature_id")
|
|
2223
|
+
|
|
2224
|
+
@acl_ipv6_egress_feature_id.setter
|
|
2225
|
+
def acl_ipv6_egress_feature_id(self, value: Optional[pulumi.Input[str]]):
|
|
2226
|
+
pulumi.set(self, "acl_ipv6_egress_feature_id", value)
|
|
2227
|
+
|
|
2228
|
+
@property
|
|
2229
|
+
@pulumi.getter(name="aclIpv6IngressFeatureId")
|
|
2230
|
+
def acl_ipv6_ingress_feature_id(self) -> Optional[pulumi.Input[str]]:
|
|
2231
|
+
return pulumi.get(self, "acl_ipv6_ingress_feature_id")
|
|
2232
|
+
|
|
2233
|
+
@acl_ipv6_ingress_feature_id.setter
|
|
2234
|
+
def acl_ipv6_ingress_feature_id(self, value: Optional[pulumi.Input[str]]):
|
|
2235
|
+
pulumi.set(self, "acl_ipv6_ingress_feature_id", value)
|
|
2236
|
+
|
|
2141
2237
|
@property
|
|
2142
2238
|
@pulumi.getter
|
|
2143
2239
|
def bandwidth(self) -> Optional[pulumi.Input[int]]:
|
|
@@ -3410,6 +3506,10 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
3410
3506
|
def __init__(__self__,
|
|
3411
3507
|
resource_name: str,
|
|
3412
3508
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
3509
|
+
acl_ipv4_egress_feature_id: Optional[pulumi.Input[str]] = None,
|
|
3510
|
+
acl_ipv4_ingress_feature_id: Optional[pulumi.Input[str]] = None,
|
|
3511
|
+
acl_ipv6_egress_feature_id: Optional[pulumi.Input[str]] = None,
|
|
3512
|
+
acl_ipv6_ingress_feature_id: Optional[pulumi.Input[str]] = None,
|
|
3413
3513
|
bandwidth: Optional[pulumi.Input[int]] = None,
|
|
3414
3514
|
bandwidth_downstream: Optional[pulumi.Input[int]] = None,
|
|
3415
3515
|
bandwidth_downstream_variable: Optional[pulumi.Input[str]] = None,
|
|
@@ -3580,6 +3680,8 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
3580
3680
|
"preference": 4294967,
|
|
3581
3681
|
"weight": 250,
|
|
3582
3682
|
}],
|
|
3683
|
+
acl_ipv4_egress_feature_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
3684
|
+
acl_ipv6_ingress_feature_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
3583
3685
|
tcp_mss=1460,
|
|
3584
3686
|
mtu=1500,
|
|
3585
3687
|
ip_mtu=1500,
|
|
@@ -3588,8 +3690,10 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
3588
3690
|
|
|
3589
3691
|
## Import
|
|
3590
3692
|
|
|
3693
|
+
Expected import identifier with the format: "transport_wan_vpn_interface_t1_e1_serial_feature_id,feature_profile_id,transport_wan_vpn_feature_id"
|
|
3694
|
+
|
|
3591
3695
|
```sh
|
|
3592
|
-
$ pulumi import sdwan:index/transportWanVpnInterfaceT1E1SerialFeature:TransportWanVpnInterfaceT1E1SerialFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
3696
|
+
$ pulumi import sdwan:index/transportWanVpnInterfaceT1E1SerialFeature:TransportWanVpnInterfaceT1E1SerialFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037"
|
|
3593
3697
|
```
|
|
3594
3698
|
|
|
3595
3699
|
:param str resource_name: The name of the resource.
|
|
@@ -3778,6 +3882,8 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
3778
3882
|
"preference": 4294967,
|
|
3779
3883
|
"weight": 250,
|
|
3780
3884
|
}],
|
|
3885
|
+
acl_ipv4_egress_feature_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
3886
|
+
acl_ipv6_ingress_feature_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
3781
3887
|
tcp_mss=1460,
|
|
3782
3888
|
mtu=1500,
|
|
3783
3889
|
ip_mtu=1500,
|
|
@@ -3786,8 +3892,10 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
3786
3892
|
|
|
3787
3893
|
## Import
|
|
3788
3894
|
|
|
3895
|
+
Expected import identifier with the format: "transport_wan_vpn_interface_t1_e1_serial_feature_id,feature_profile_id,transport_wan_vpn_feature_id"
|
|
3896
|
+
|
|
3789
3897
|
```sh
|
|
3790
|
-
$ pulumi import sdwan:index/transportWanVpnInterfaceT1E1SerialFeature:TransportWanVpnInterfaceT1E1SerialFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
3898
|
+
$ pulumi import sdwan:index/transportWanVpnInterfaceT1E1SerialFeature:TransportWanVpnInterfaceT1E1SerialFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037"
|
|
3791
3899
|
```
|
|
3792
3900
|
|
|
3793
3901
|
:param str resource_name: The name of the resource.
|
|
@@ -3805,6 +3913,10 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
3805
3913
|
def _internal_init(__self__,
|
|
3806
3914
|
resource_name: str,
|
|
3807
3915
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
3916
|
+
acl_ipv4_egress_feature_id: Optional[pulumi.Input[str]] = None,
|
|
3917
|
+
acl_ipv4_ingress_feature_id: Optional[pulumi.Input[str]] = None,
|
|
3918
|
+
acl_ipv6_egress_feature_id: Optional[pulumi.Input[str]] = None,
|
|
3919
|
+
acl_ipv6_ingress_feature_id: Optional[pulumi.Input[str]] = None,
|
|
3808
3920
|
bandwidth: Optional[pulumi.Input[int]] = None,
|
|
3809
3921
|
bandwidth_downstream: Optional[pulumi.Input[int]] = None,
|
|
3810
3922
|
bandwidth_downstream_variable: Optional[pulumi.Input[str]] = None,
|
|
@@ -3918,6 +4030,10 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
3918
4030
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
3919
4031
|
__props__ = TransportWanVpnInterfaceT1E1SerialFeatureArgs.__new__(TransportWanVpnInterfaceT1E1SerialFeatureArgs)
|
|
3920
4032
|
|
|
4033
|
+
__props__.__dict__["acl_ipv4_egress_feature_id"] = acl_ipv4_egress_feature_id
|
|
4034
|
+
__props__.__dict__["acl_ipv4_ingress_feature_id"] = acl_ipv4_ingress_feature_id
|
|
4035
|
+
__props__.__dict__["acl_ipv6_egress_feature_id"] = acl_ipv6_egress_feature_id
|
|
4036
|
+
__props__.__dict__["acl_ipv6_ingress_feature_id"] = acl_ipv6_ingress_feature_id
|
|
3921
4037
|
__props__.__dict__["bandwidth"] = bandwidth
|
|
3922
4038
|
__props__.__dict__["bandwidth_downstream"] = bandwidth_downstream
|
|
3923
4039
|
__props__.__dict__["bandwidth_downstream_variable"] = bandwidth_downstream_variable
|
|
@@ -4035,6 +4151,10 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
4035
4151
|
def get(resource_name: str,
|
|
4036
4152
|
id: pulumi.Input[str],
|
|
4037
4153
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
4154
|
+
acl_ipv4_egress_feature_id: Optional[pulumi.Input[str]] = None,
|
|
4155
|
+
acl_ipv4_ingress_feature_id: Optional[pulumi.Input[str]] = None,
|
|
4156
|
+
acl_ipv6_egress_feature_id: Optional[pulumi.Input[str]] = None,
|
|
4157
|
+
acl_ipv6_ingress_feature_id: Optional[pulumi.Input[str]] = None,
|
|
4038
4158
|
bandwidth: Optional[pulumi.Input[int]] = None,
|
|
4039
4159
|
bandwidth_downstream: Optional[pulumi.Input[int]] = None,
|
|
4040
4160
|
bandwidth_downstream_variable: Optional[pulumi.Input[str]] = None,
|
|
@@ -4265,6 +4385,10 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
4265
4385
|
|
|
4266
4386
|
__props__ = _TransportWanVpnInterfaceT1E1SerialFeatureState.__new__(_TransportWanVpnInterfaceT1E1SerialFeatureState)
|
|
4267
4387
|
|
|
4388
|
+
__props__.__dict__["acl_ipv4_egress_feature_id"] = acl_ipv4_egress_feature_id
|
|
4389
|
+
__props__.__dict__["acl_ipv4_ingress_feature_id"] = acl_ipv4_ingress_feature_id
|
|
4390
|
+
__props__.__dict__["acl_ipv6_egress_feature_id"] = acl_ipv6_egress_feature_id
|
|
4391
|
+
__props__.__dict__["acl_ipv6_ingress_feature_id"] = acl_ipv6_ingress_feature_id
|
|
4268
4392
|
__props__.__dict__["bandwidth"] = bandwidth
|
|
4269
4393
|
__props__.__dict__["bandwidth_downstream"] = bandwidth_downstream
|
|
4270
4394
|
__props__.__dict__["bandwidth_downstream_variable"] = bandwidth_downstream_variable
|
|
@@ -4372,6 +4496,26 @@ class TransportWanVpnInterfaceT1E1SerialFeature(pulumi.CustomResource):
|
|
|
4372
4496
|
__props__.__dict__["version"] = version
|
|
4373
4497
|
return TransportWanVpnInterfaceT1E1SerialFeature(resource_name, opts=opts, __props__=__props__)
|
|
4374
4498
|
|
|
4499
|
+
@property
|
|
4500
|
+
@pulumi.getter(name="aclIpv4EgressFeatureId")
|
|
4501
|
+
def acl_ipv4_egress_feature_id(self) -> pulumi.Output[Optional[str]]:
|
|
4502
|
+
return pulumi.get(self, "acl_ipv4_egress_feature_id")
|
|
4503
|
+
|
|
4504
|
+
@property
|
|
4505
|
+
@pulumi.getter(name="aclIpv4IngressFeatureId")
|
|
4506
|
+
def acl_ipv4_ingress_feature_id(self) -> pulumi.Output[Optional[str]]:
|
|
4507
|
+
return pulumi.get(self, "acl_ipv4_ingress_feature_id")
|
|
4508
|
+
|
|
4509
|
+
@property
|
|
4510
|
+
@pulumi.getter(name="aclIpv6EgressFeatureId")
|
|
4511
|
+
def acl_ipv6_egress_feature_id(self) -> pulumi.Output[Optional[str]]:
|
|
4512
|
+
return pulumi.get(self, "acl_ipv6_egress_feature_id")
|
|
4513
|
+
|
|
4514
|
+
@property
|
|
4515
|
+
@pulumi.getter(name="aclIpv6IngressFeatureId")
|
|
4516
|
+
def acl_ipv6_ingress_feature_id(self) -> pulumi.Output[Optional[str]]:
|
|
4517
|
+
return pulumi.get(self, "acl_ipv6_ingress_feature_id")
|
|
4518
|
+
|
|
4375
4519
|
@property
|
|
4376
4520
|
@pulumi.getter
|
|
4377
4521
|
def bandwidth(self) -> pulumi.Output[Optional[int]]:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pulumi_sdwan
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: A Pulumi package for managing resources on Cisco Catalyst SD-WAN.
|
|
5
5
|
License: Apache-2.0
|
|
6
6
|
Project-URL: Homepage, https://pulumi.com
|
|
@@ -8,10 +8,10 @@ Project-URL: Repository, https://github.com/pulumi/pulumi-sdwan
|
|
|
8
8
|
Keywords: pulumi,sdwan,category/network
|
|
9
9
|
Requires-Python: >=3.8
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
|
-
Requires-Dist: parver
|
|
12
|
-
Requires-Dist: pulumi
|
|
13
|
-
Requires-Dist: semver
|
|
14
|
-
Requires-Dist: typing-extensions
|
|
11
|
+
Requires-Dist: parver>=0.2.1
|
|
12
|
+
Requires-Dist: pulumi<4.0.0,>=3.136.0
|
|
13
|
+
Requires-Dist: semver>=2.8.1
|
|
14
|
+
Requires-Dist: typing-extensions>=4.11; python_version < "3.11"
|
|
15
15
|
|
|
16
16
|
# SDWAN Resource Provider
|
|
17
17
|
|