pulumi-sdwan 0.3.0a1732602273__py3-none-any.whl → 0.3.0a1732664608__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.

Files changed (50) hide show
  1. pulumi_sdwan/__init__.py +160 -0
  2. pulumi_sdwan/_inputs.py +78 -55
  3. pulumi_sdwan/get_service_lan_vpn_feature_associate_multicast_feature.py +156 -0
  4. pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_bgp_feature.py +156 -0
  5. pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_eigrp_feature.py +156 -0
  6. pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospf_feature.py +156 -0
  7. pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +156 -0
  8. pulumi_sdwan/get_service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +156 -0
  9. pulumi_sdwan/get_service_lan_vpn_interface_svi_feature.py +45 -1
  10. pulumi_sdwan/get_transport_cellular_controller_feature.py +302 -0
  11. pulumi_sdwan/get_transport_cellular_profile_feature.py +372 -0
  12. pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_bgp_feature.py +156 -0
  13. pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospf_feature.py +156 -0
  14. pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +156 -0
  15. pulumi_sdwan/get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +156 -0
  16. pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature.py +45 -1
  17. pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature.py +45 -1
  18. pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +178 -0
  19. pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +178 -0
  20. pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +178 -0
  21. pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +178 -0
  22. pulumi_sdwan/get_transport_wan_vpn_interface_t1_e1_serial_feature.py +45 -1
  23. pulumi_sdwan/other_ucse_feature.py +51 -46
  24. pulumi_sdwan/outputs.py +83 -58
  25. pulumi_sdwan/pulumi-plugin.json +1 -1
  26. pulumi_sdwan/service_lan_vpn_feature_associate_multicast_feature.py +285 -0
  27. pulumi_sdwan/service_lan_vpn_feature_associate_routing_bgp_feature.py +285 -0
  28. pulumi_sdwan/service_lan_vpn_feature_associate_routing_eigrp_feature.py +285 -0
  29. pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospf_feature.py +285 -0
  30. pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +285 -0
  31. pulumi_sdwan/service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +285 -0
  32. pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +136 -0
  33. pulumi_sdwan/system_remote_access_feature.py +17 -18
  34. pulumi_sdwan/transport_cellular_controller_feature.py +796 -0
  35. pulumi_sdwan/transport_cellular_profile_feature.py +1036 -0
  36. pulumi_sdwan/transport_wan_vpn_feature_associate_routing_bgp_feature.py +285 -0
  37. pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospf_feature.py +285 -0
  38. pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature.py +285 -0
  39. pulumi_sdwan/transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature.py +285 -0
  40. pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +136 -0
  41. pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +136 -0
  42. pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature.py +335 -0
  43. pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature.py +335 -0
  44. pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature.py +335 -0
  45. pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature.py +335 -0
  46. pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +140 -0
  47. {pulumi_sdwan-0.3.0a1732602273.dist-info → pulumi_sdwan-0.3.0a1732664608.dist-info}/METADATA +1 -1
  48. {pulumi_sdwan-0.3.0a1732602273.dist-info → pulumi_sdwan-0.3.0a1732664608.dist-info}/RECORD +50 -18
  49. {pulumi_sdwan-0.3.0a1732602273.dist-info → pulumi_sdwan-0.3.0a1732664608.dist-info}/WHEEL +0 -0
  50. {pulumi_sdwan-0.3.0a1732602273.dist-info → pulumi_sdwan-0.3.0a1732664608.dist-info}/top_level.txt +0 -0
pulumi_sdwan/__init__.py CHANGED
@@ -195,6 +195,12 @@ from .get_service_feature_profile import *
195
195
  from .get_service_ipv4_acl_feature import *
196
196
  from .get_service_ipv6_acl_feature import *
197
197
  from .get_service_lan_vpn_feature import *
198
+ from .get_service_lan_vpn_feature_associate_multicast_feature import *
199
+ from .get_service_lan_vpn_feature_associate_routing_bgp_feature import *
200
+ from .get_service_lan_vpn_feature_associate_routing_eigrp_feature import *
201
+ from .get_service_lan_vpn_feature_associate_routing_ospf_feature import *
202
+ from .get_service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature import *
203
+ from .get_service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature import *
198
204
  from .get_service_lan_vpn_interface_ethernet_feature import *
199
205
  from .get_service_lan_vpn_interface_gre_feature import *
200
206
  from .get_service_lan_vpn_interface_ipsec_feature import *
@@ -238,6 +244,8 @@ from .get_tloc_list_policy_object import *
238
244
  from .get_tls_ssl_decryption_policy_definition import *
239
245
  from .get_tls_ssl_profile_policy_definition import *
240
246
  from .get_traffic_data_policy_definition import *
247
+ from .get_transport_cellular_controller_feature import *
248
+ from .get_transport_cellular_profile_feature import *
241
249
  from .get_transport_feature_profile import *
242
250
  from .get_transport_gps_feature import *
243
251
  from .get_transport_ipv4_acl_feature import *
@@ -255,8 +263,16 @@ from .get_transport_t1_e1_controller_feature import *
255
263
  from .get_transport_tracker_feature import *
256
264
  from .get_transport_tracker_group_feature import *
257
265
  from .get_transport_wan_vpn_feature import *
266
+ from .get_transport_wan_vpn_feature_associate_routing_bgp_feature import *
267
+ from .get_transport_wan_vpn_feature_associate_routing_ospf_feature import *
268
+ from .get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature import *
269
+ from .get_transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature import *
258
270
  from .get_transport_wan_vpn_interface_cellular_feature import *
259
271
  from .get_transport_wan_vpn_interface_ethernet_feature import *
272
+ from .get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature import *
273
+ from .get_transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature import *
274
+ from .get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature import *
275
+ from .get_transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature import *
260
276
  from .get_transport_wan_vpn_interface_gre_feature import *
261
277
  from .get_transport_wan_vpn_interface_ipsec_feature import *
262
278
  from .get_transport_wan_vpn_interface_t1_e1_serial_feature import *
@@ -338,6 +354,12 @@ from .service_feature_profile import *
338
354
  from .service_ipv4_acl_feature import *
339
355
  from .service_ipv6_acl_feature import *
340
356
  from .service_lan_vpn_feature import *
357
+ from .service_lan_vpn_feature_associate_multicast_feature import *
358
+ from .service_lan_vpn_feature_associate_routing_bgp_feature import *
359
+ from .service_lan_vpn_feature_associate_routing_eigrp_feature import *
360
+ from .service_lan_vpn_feature_associate_routing_ospf_feature import *
361
+ from .service_lan_vpn_feature_associate_routing_ospfv3_ipv4_feature import *
362
+ from .service_lan_vpn_feature_associate_routing_ospfv3_ipv6_feature import *
341
363
  from .service_lan_vpn_interface_ethernet_feature import *
342
364
  from .service_lan_vpn_interface_gre_feature import *
343
365
  from .service_lan_vpn_interface_ipsec_feature import *
@@ -381,6 +403,8 @@ from .tloc_list_policy_object import *
381
403
  from .tls_ssl_decryption_policy_definition import *
382
404
  from .tls_ssl_profile_policy_definition import *
383
405
  from .traffic_data_policy_definition import *
406
+ from .transport_cellular_controller_feature import *
407
+ from .transport_cellular_profile_feature import *
384
408
  from .transport_feature_profile import *
385
409
  from .transport_gps_feature import *
386
410
  from .transport_ipv4_acl_feature import *
@@ -398,8 +422,16 @@ from .transport_t1_e1_controller_feature import *
398
422
  from .transport_tracker_feature import *
399
423
  from .transport_tracker_group_feature import *
400
424
  from .transport_wan_vpn_feature import *
425
+ from .transport_wan_vpn_feature_associate_routing_bgp_feature import *
426
+ from .transport_wan_vpn_feature_associate_routing_ospf_feature import *
427
+ from .transport_wan_vpn_feature_associate_routing_ospfv3_ipv4_feature import *
428
+ from .transport_wan_vpn_feature_associate_routing_ospfv3_ipv6_feature import *
401
429
  from .transport_wan_vpn_interface_cellular_feature import *
402
430
  from .transport_wan_vpn_interface_ethernet_feature import *
431
+ from .transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_feature import *
432
+ from .transport_wan_vpn_interface_ethernet_feature_associate_ipv6_tracker_group_feature import *
433
+ from .transport_wan_vpn_interface_ethernet_feature_associate_tracker_feature import *
434
+ from .transport_wan_vpn_interface_ethernet_feature_associate_tracker_group_feature import *
403
435
  from .transport_wan_vpn_interface_gre_feature import *
404
436
  from .transport_wan_vpn_interface_ipsec_feature import *
405
437
  from .transport_wan_vpn_interface_t1_e1_serial_feature import *
@@ -1445,6 +1477,54 @@ _utilities.register(
1445
1477
  "sdwan:index/serviceLanVpnFeature:ServiceLanVpnFeature": "ServiceLanVpnFeature"
1446
1478
  }
1447
1479
  },
1480
+ {
1481
+ "pkg": "sdwan",
1482
+ "mod": "index/serviceLanVpnFeatureAssociateMulticastFeature",
1483
+ "fqn": "pulumi_sdwan",
1484
+ "classes": {
1485
+ "sdwan:index/serviceLanVpnFeatureAssociateMulticastFeature:ServiceLanVpnFeatureAssociateMulticastFeature": "ServiceLanVpnFeatureAssociateMulticastFeature"
1486
+ }
1487
+ },
1488
+ {
1489
+ "pkg": "sdwan",
1490
+ "mod": "index/serviceLanVpnFeatureAssociateRoutingBgpFeature",
1491
+ "fqn": "pulumi_sdwan",
1492
+ "classes": {
1493
+ "sdwan:index/serviceLanVpnFeatureAssociateRoutingBgpFeature:ServiceLanVpnFeatureAssociateRoutingBgpFeature": "ServiceLanVpnFeatureAssociateRoutingBgpFeature"
1494
+ }
1495
+ },
1496
+ {
1497
+ "pkg": "sdwan",
1498
+ "mod": "index/serviceLanVpnFeatureAssociateRoutingEigrpFeature",
1499
+ "fqn": "pulumi_sdwan",
1500
+ "classes": {
1501
+ "sdwan:index/serviceLanVpnFeatureAssociateRoutingEigrpFeature:ServiceLanVpnFeatureAssociateRoutingEigrpFeature": "ServiceLanVpnFeatureAssociateRoutingEigrpFeature"
1502
+ }
1503
+ },
1504
+ {
1505
+ "pkg": "sdwan",
1506
+ "mod": "index/serviceLanVpnFeatureAssociateRoutingOspfFeature",
1507
+ "fqn": "pulumi_sdwan",
1508
+ "classes": {
1509
+ "sdwan:index/serviceLanVpnFeatureAssociateRoutingOspfFeature:ServiceLanVpnFeatureAssociateRoutingOspfFeature": "ServiceLanVpnFeatureAssociateRoutingOspfFeature"
1510
+ }
1511
+ },
1512
+ {
1513
+ "pkg": "sdwan",
1514
+ "mod": "index/serviceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature",
1515
+ "fqn": "pulumi_sdwan",
1516
+ "classes": {
1517
+ "sdwan:index/serviceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature:ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature": "ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv4Feature"
1518
+ }
1519
+ },
1520
+ {
1521
+ "pkg": "sdwan",
1522
+ "mod": "index/serviceLanVpnFeatureAssociateRoutingOspfv3Ipv6Feature",
1523
+ "fqn": "pulumi_sdwan",
1524
+ "classes": {
1525
+ "sdwan:index/serviceLanVpnFeatureAssociateRoutingOspfv3Ipv6Feature:ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv6Feature": "ServiceLanVpnFeatureAssociateRoutingOspfv3Ipv6Feature"
1526
+ }
1527
+ },
1448
1528
  {
1449
1529
  "pkg": "sdwan",
1450
1530
  "mod": "index/serviceLanVpnInterfaceEthernetFeature",
@@ -1789,6 +1869,22 @@ _utilities.register(
1789
1869
  "sdwan:index/trafficDataPolicyDefinition:TrafficDataPolicyDefinition": "TrafficDataPolicyDefinition"
1790
1870
  }
1791
1871
  },
1872
+ {
1873
+ "pkg": "sdwan",
1874
+ "mod": "index/transportCellularControllerFeature",
1875
+ "fqn": "pulumi_sdwan",
1876
+ "classes": {
1877
+ "sdwan:index/transportCellularControllerFeature:TransportCellularControllerFeature": "TransportCellularControllerFeature"
1878
+ }
1879
+ },
1880
+ {
1881
+ "pkg": "sdwan",
1882
+ "mod": "index/transportCellularProfileFeature",
1883
+ "fqn": "pulumi_sdwan",
1884
+ "classes": {
1885
+ "sdwan:index/transportCellularProfileFeature:TransportCellularProfileFeature": "TransportCellularProfileFeature"
1886
+ }
1887
+ },
1792
1888
  {
1793
1889
  "pkg": "sdwan",
1794
1890
  "mod": "index/transportFeatureProfile",
@@ -1925,6 +2021,38 @@ _utilities.register(
1925
2021
  "sdwan:index/transportWanVpnFeature:TransportWanVpnFeature": "TransportWanVpnFeature"
1926
2022
  }
1927
2023
  },
2024
+ {
2025
+ "pkg": "sdwan",
2026
+ "mod": "index/transportWanVpnFeatureAssociateRoutingBgpFeature",
2027
+ "fqn": "pulumi_sdwan",
2028
+ "classes": {
2029
+ "sdwan:index/transportWanVpnFeatureAssociateRoutingBgpFeature:TransportWanVpnFeatureAssociateRoutingBgpFeature": "TransportWanVpnFeatureAssociateRoutingBgpFeature"
2030
+ }
2031
+ },
2032
+ {
2033
+ "pkg": "sdwan",
2034
+ "mod": "index/transportWanVpnFeatureAssociateRoutingOspfFeature",
2035
+ "fqn": "pulumi_sdwan",
2036
+ "classes": {
2037
+ "sdwan:index/transportWanVpnFeatureAssociateRoutingOspfFeature:TransportWanVpnFeatureAssociateRoutingOspfFeature": "TransportWanVpnFeatureAssociateRoutingOspfFeature"
2038
+ }
2039
+ },
2040
+ {
2041
+ "pkg": "sdwan",
2042
+ "mod": "index/transportWanVpnFeatureAssociateRoutingOspfv3Ipv4Feature",
2043
+ "fqn": "pulumi_sdwan",
2044
+ "classes": {
2045
+ "sdwan:index/transportWanVpnFeatureAssociateRoutingOspfv3Ipv4Feature:TransportWanVpnFeatureAssociateRoutingOspfv3Ipv4Feature": "TransportWanVpnFeatureAssociateRoutingOspfv3Ipv4Feature"
2046
+ }
2047
+ },
2048
+ {
2049
+ "pkg": "sdwan",
2050
+ "mod": "index/transportWanVpnFeatureAssociateRoutingOspfv3Ipv6Feature",
2051
+ "fqn": "pulumi_sdwan",
2052
+ "classes": {
2053
+ "sdwan:index/transportWanVpnFeatureAssociateRoutingOspfv3Ipv6Feature:TransportWanVpnFeatureAssociateRoutingOspfv3Ipv6Feature": "TransportWanVpnFeatureAssociateRoutingOspfv3Ipv6Feature"
2054
+ }
2055
+ },
1928
2056
  {
1929
2057
  "pkg": "sdwan",
1930
2058
  "mod": "index/transportWanVpnInterfaceCellularFeature",
@@ -1941,6 +2069,38 @@ _utilities.register(
1941
2069
  "sdwan:index/transportWanVpnInterfaceEthernetFeature:TransportWanVpnInterfaceEthernetFeature": "TransportWanVpnInterfaceEthernetFeature"
1942
2070
  }
1943
2071
  },
2072
+ {
2073
+ "pkg": "sdwan",
2074
+ "mod": "index/transportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature",
2075
+ "fqn": "pulumi_sdwan",
2076
+ "classes": {
2077
+ "sdwan:index/transportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature:TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature": "TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerFeature"
2078
+ }
2079
+ },
2080
+ {
2081
+ "pkg": "sdwan",
2082
+ "mod": "index/transportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature",
2083
+ "fqn": "pulumi_sdwan",
2084
+ "classes": {
2085
+ "sdwan:index/transportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature:TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature": "TransportWanVpnInterfaceEthernetFeatureAssociateIpv6TrackerGroupFeature"
2086
+ }
2087
+ },
2088
+ {
2089
+ "pkg": "sdwan",
2090
+ "mod": "index/transportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature",
2091
+ "fqn": "pulumi_sdwan",
2092
+ "classes": {
2093
+ "sdwan:index/transportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature:TransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature": "TransportWanVpnInterfaceEthernetFeatureAssociateTrackerFeature"
2094
+ }
2095
+ },
2096
+ {
2097
+ "pkg": "sdwan",
2098
+ "mod": "index/transportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature",
2099
+ "fqn": "pulumi_sdwan",
2100
+ "classes": {
2101
+ "sdwan:index/transportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature:TransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature": "TransportWanVpnInterfaceEthernetFeatureAssociateTrackerGroupFeature"
2102
+ }
2103
+ },
1944
2104
  {
1945
2105
  "pkg": "sdwan",
1946
2106
  "mod": "index/transportWanVpnInterfaceGreFeature",
pulumi_sdwan/_inputs.py CHANGED
@@ -40274,7 +40274,7 @@ class ServiceIpv4AclFeatureSequenceMatchEntryArgs:
40274
40274
 
40275
40275
  if not MYPY:
40276
40276
  class ServiceIpv4AclFeatureSequenceMatchEntryDestinationPortArgsDict(TypedDict):
40277
- port: NotRequired[pulumi.Input[int]]
40277
+ port: NotRequired[pulumi.Input[str]]
40278
40278
  """
40279
40279
  destination port range or individual port number
40280
40280
  """
@@ -40284,29 +40284,29 @@ elif False:
40284
40284
  @pulumi.input_type
40285
40285
  class ServiceIpv4AclFeatureSequenceMatchEntryDestinationPortArgs:
40286
40286
  def __init__(__self__, *,
40287
- port: Optional[pulumi.Input[int]] = None):
40287
+ port: Optional[pulumi.Input[str]] = None):
40288
40288
  """
40289
- :param pulumi.Input[int] port: destination port range or individual port number
40289
+ :param pulumi.Input[str] port: destination port range or individual port number
40290
40290
  """
40291
40291
  if port is not None:
40292
40292
  pulumi.set(__self__, "port", port)
40293
40293
 
40294
40294
  @property
40295
40295
  @pulumi.getter
40296
- def port(self) -> Optional[pulumi.Input[int]]:
40296
+ def port(self) -> Optional[pulumi.Input[str]]:
40297
40297
  """
40298
40298
  destination port range or individual port number
40299
40299
  """
40300
40300
  return pulumi.get(self, "port")
40301
40301
 
40302
40302
  @port.setter
40303
- def port(self, value: Optional[pulumi.Input[int]]):
40303
+ def port(self, value: Optional[pulumi.Input[str]]):
40304
40304
  pulumi.set(self, "port", value)
40305
40305
 
40306
40306
 
40307
40307
  if not MYPY:
40308
40308
  class ServiceIpv4AclFeatureSequenceMatchEntrySourcePortArgsDict(TypedDict):
40309
- port: NotRequired[pulumi.Input[int]]
40309
+ port: NotRequired[pulumi.Input[str]]
40310
40310
  """
40311
40311
  source port range or individual port number
40312
40312
  """
@@ -40316,23 +40316,23 @@ elif False:
40316
40316
  @pulumi.input_type
40317
40317
  class ServiceIpv4AclFeatureSequenceMatchEntrySourcePortArgs:
40318
40318
  def __init__(__self__, *,
40319
- port: Optional[pulumi.Input[int]] = None):
40319
+ port: Optional[pulumi.Input[str]] = None):
40320
40320
  """
40321
- :param pulumi.Input[int] port: source port range or individual port number
40321
+ :param pulumi.Input[str] port: source port range or individual port number
40322
40322
  """
40323
40323
  if port is not None:
40324
40324
  pulumi.set(__self__, "port", port)
40325
40325
 
40326
40326
  @property
40327
40327
  @pulumi.getter
40328
- def port(self) -> Optional[pulumi.Input[int]]:
40328
+ def port(self) -> Optional[pulumi.Input[str]]:
40329
40329
  """
40330
40330
  source port range or individual port number
40331
40331
  """
40332
40332
  return pulumi.get(self, "port")
40333
40333
 
40334
40334
  @port.setter
40335
- def port(self, value: Optional[pulumi.Input[int]]):
40335
+ def port(self, value: Optional[pulumi.Input[str]]):
40336
40336
  pulumi.set(self, "port", value)
40337
40337
 
40338
40338
 
@@ -40850,7 +40850,7 @@ class ServiceIpv6AclFeatureSequenceMatchEntryArgs:
40850
40850
 
40851
40851
  if not MYPY:
40852
40852
  class ServiceIpv6AclFeatureSequenceMatchEntryDestinationPortArgsDict(TypedDict):
40853
- port: NotRequired[pulumi.Input[int]]
40853
+ port: NotRequired[pulumi.Input[str]]
40854
40854
  """
40855
40855
  destination port range or individual port number
40856
40856
  """
@@ -40860,29 +40860,29 @@ elif False:
40860
40860
  @pulumi.input_type
40861
40861
  class ServiceIpv6AclFeatureSequenceMatchEntryDestinationPortArgs:
40862
40862
  def __init__(__self__, *,
40863
- port: Optional[pulumi.Input[int]] = None):
40863
+ port: Optional[pulumi.Input[str]] = None):
40864
40864
  """
40865
- :param pulumi.Input[int] port: destination port range or individual port number
40865
+ :param pulumi.Input[str] port: destination port range or individual port number
40866
40866
  """
40867
40867
  if port is not None:
40868
40868
  pulumi.set(__self__, "port", port)
40869
40869
 
40870
40870
  @property
40871
40871
  @pulumi.getter
40872
- def port(self) -> Optional[pulumi.Input[int]]:
40872
+ def port(self) -> Optional[pulumi.Input[str]]:
40873
40873
  """
40874
40874
  destination port range or individual port number
40875
40875
  """
40876
40876
  return pulumi.get(self, "port")
40877
40877
 
40878
40878
  @port.setter
40879
- def port(self, value: Optional[pulumi.Input[int]]):
40879
+ def port(self, value: Optional[pulumi.Input[str]]):
40880
40880
  pulumi.set(self, "port", value)
40881
40881
 
40882
40882
 
40883
40883
  if not MYPY:
40884
40884
  class ServiceIpv6AclFeatureSequenceMatchEntrySourcePortArgsDict(TypedDict):
40885
- port: NotRequired[pulumi.Input[int]]
40885
+ port: NotRequired[pulumi.Input[str]]
40886
40886
  """
40887
40887
  source port range or individual port number
40888
40888
  """
@@ -40892,23 +40892,23 @@ elif False:
40892
40892
  @pulumi.input_type
40893
40893
  class ServiceIpv6AclFeatureSequenceMatchEntrySourcePortArgs:
40894
40894
  def __init__(__self__, *,
40895
- port: Optional[pulumi.Input[int]] = None):
40895
+ port: Optional[pulumi.Input[str]] = None):
40896
40896
  """
40897
- :param pulumi.Input[int] port: source port range or individual port number
40897
+ :param pulumi.Input[str] port: source port range or individual port number
40898
40898
  """
40899
40899
  if port is not None:
40900
40900
  pulumi.set(__self__, "port", port)
40901
40901
 
40902
40902
  @property
40903
40903
  @pulumi.getter
40904
- def port(self) -> Optional[pulumi.Input[int]]:
40904
+ def port(self) -> Optional[pulumi.Input[str]]:
40905
40905
  """
40906
40906
  source port range or individual port number
40907
40907
  """
40908
40908
  return pulumi.get(self, "port")
40909
40909
 
40910
40910
  @port.setter
40911
- def port(self, value: Optional[pulumi.Input[int]]):
40911
+ def port(self, value: Optional[pulumi.Input[str]]):
40912
40912
  pulumi.set(self, "port", value)
40913
40913
 
40914
40914
 
@@ -64728,7 +64728,7 @@ class TransportIpv4AclFeatureSequenceMatchEntryArgs:
64728
64728
 
64729
64729
  if not MYPY:
64730
64730
  class TransportIpv4AclFeatureSequenceMatchEntryDestinationPortArgsDict(TypedDict):
64731
- port: NotRequired[pulumi.Input[int]]
64731
+ port: NotRequired[pulumi.Input[str]]
64732
64732
  """
64733
64733
  destination port range or individual port number
64734
64734
  """
@@ -64738,29 +64738,29 @@ elif False:
64738
64738
  @pulumi.input_type
64739
64739
  class TransportIpv4AclFeatureSequenceMatchEntryDestinationPortArgs:
64740
64740
  def __init__(__self__, *,
64741
- port: Optional[pulumi.Input[int]] = None):
64741
+ port: Optional[pulumi.Input[str]] = None):
64742
64742
  """
64743
- :param pulumi.Input[int] port: destination port range or individual port number
64743
+ :param pulumi.Input[str] port: destination port range or individual port number
64744
64744
  """
64745
64745
  if port is not None:
64746
64746
  pulumi.set(__self__, "port", port)
64747
64747
 
64748
64748
  @property
64749
64749
  @pulumi.getter
64750
- def port(self) -> Optional[pulumi.Input[int]]:
64750
+ def port(self) -> Optional[pulumi.Input[str]]:
64751
64751
  """
64752
64752
  destination port range or individual port number
64753
64753
  """
64754
64754
  return pulumi.get(self, "port")
64755
64755
 
64756
64756
  @port.setter
64757
- def port(self, value: Optional[pulumi.Input[int]]):
64757
+ def port(self, value: Optional[pulumi.Input[str]]):
64758
64758
  pulumi.set(self, "port", value)
64759
64759
 
64760
64760
 
64761
64761
  if not MYPY:
64762
64762
  class TransportIpv4AclFeatureSequenceMatchEntrySourcePortArgsDict(TypedDict):
64763
- port: NotRequired[pulumi.Input[int]]
64763
+ port: NotRequired[pulumi.Input[str]]
64764
64764
  """
64765
64765
  source port range or individual port number
64766
64766
  """
@@ -64770,23 +64770,23 @@ elif False:
64770
64770
  @pulumi.input_type
64771
64771
  class TransportIpv4AclFeatureSequenceMatchEntrySourcePortArgs:
64772
64772
  def __init__(__self__, *,
64773
- port: Optional[pulumi.Input[int]] = None):
64773
+ port: Optional[pulumi.Input[str]] = None):
64774
64774
  """
64775
- :param pulumi.Input[int] port: source port range or individual port number
64775
+ :param pulumi.Input[str] port: source port range or individual port number
64776
64776
  """
64777
64777
  if port is not None:
64778
64778
  pulumi.set(__self__, "port", port)
64779
64779
 
64780
64780
  @property
64781
64781
  @pulumi.getter
64782
- def port(self) -> Optional[pulumi.Input[int]]:
64782
+ def port(self) -> Optional[pulumi.Input[str]]:
64783
64783
  """
64784
64784
  source port range or individual port number
64785
64785
  """
64786
64786
  return pulumi.get(self, "port")
64787
64787
 
64788
64788
  @port.setter
64789
- def port(self, value: Optional[pulumi.Input[int]]):
64789
+ def port(self, value: Optional[pulumi.Input[str]]):
64790
64790
  pulumi.set(self, "port", value)
64791
64791
 
64792
64792
 
@@ -65304,7 +65304,7 @@ class TransportIpv6AclFeatureSequenceMatchEntryArgs:
65304
65304
 
65305
65305
  if not MYPY:
65306
65306
  class TransportIpv6AclFeatureSequenceMatchEntryDestinationPortArgsDict(TypedDict):
65307
- port: NotRequired[pulumi.Input[int]]
65307
+ port: NotRequired[pulumi.Input[str]]
65308
65308
  """
65309
65309
  destination port range or individual port number
65310
65310
  """
@@ -65314,29 +65314,29 @@ elif False:
65314
65314
  @pulumi.input_type
65315
65315
  class TransportIpv6AclFeatureSequenceMatchEntryDestinationPortArgs:
65316
65316
  def __init__(__self__, *,
65317
- port: Optional[pulumi.Input[int]] = None):
65317
+ port: Optional[pulumi.Input[str]] = None):
65318
65318
  """
65319
- :param pulumi.Input[int] port: destination port range or individual port number
65319
+ :param pulumi.Input[str] port: destination port range or individual port number
65320
65320
  """
65321
65321
  if port is not None:
65322
65322
  pulumi.set(__self__, "port", port)
65323
65323
 
65324
65324
  @property
65325
65325
  @pulumi.getter
65326
- def port(self) -> Optional[pulumi.Input[int]]:
65326
+ def port(self) -> Optional[pulumi.Input[str]]:
65327
65327
  """
65328
65328
  destination port range or individual port number
65329
65329
  """
65330
65330
  return pulumi.get(self, "port")
65331
65331
 
65332
65332
  @port.setter
65333
- def port(self, value: Optional[pulumi.Input[int]]):
65333
+ def port(self, value: Optional[pulumi.Input[str]]):
65334
65334
  pulumi.set(self, "port", value)
65335
65335
 
65336
65336
 
65337
65337
  if not MYPY:
65338
65338
  class TransportIpv6AclFeatureSequenceMatchEntrySourcePortArgsDict(TypedDict):
65339
- port: NotRequired[pulumi.Input[int]]
65339
+ port: NotRequired[pulumi.Input[str]]
65340
65340
  """
65341
65341
  source port range or individual port number
65342
65342
  """
@@ -65346,23 +65346,23 @@ elif False:
65346
65346
  @pulumi.input_type
65347
65347
  class TransportIpv6AclFeatureSequenceMatchEntrySourcePortArgs:
65348
65348
  def __init__(__self__, *,
65349
- port: Optional[pulumi.Input[int]] = None):
65349
+ port: Optional[pulumi.Input[str]] = None):
65350
65350
  """
65351
- :param pulumi.Input[int] port: source port range or individual port number
65351
+ :param pulumi.Input[str] port: source port range or individual port number
65352
65352
  """
65353
65353
  if port is not None:
65354
65354
  pulumi.set(__self__, "port", port)
65355
65355
 
65356
65356
  @property
65357
65357
  @pulumi.getter
65358
- def port(self) -> Optional[pulumi.Input[int]]:
65358
+ def port(self) -> Optional[pulumi.Input[str]]:
65359
65359
  """
65360
65360
  source port range or individual port number
65361
65361
  """
65362
65362
  return pulumi.get(self, "port")
65363
65363
 
65364
65364
  @port.setter
65365
- def port(self, value: Optional[pulumi.Input[int]]):
65365
+ def port(self, value: Optional[pulumi.Input[str]]):
65366
65366
  pulumi.set(self, "port", value)
65367
65367
 
65368
65368
 
@@ -65679,7 +65679,7 @@ if not MYPY:
65679
65679
  gateway: NotRequired[pulumi.Input[str]]
65680
65680
  """
65681
65681
  Gateway
65682
- - Choices: `next_hop`, `null0`, `nat`
65682
+ - Choices: `nextHop`, `null0`, `nat`
65683
65683
  """
65684
65684
  nat: NotRequired[pulumi.Input[str]]
65685
65685
  """
@@ -65692,7 +65692,7 @@ if not MYPY:
65692
65692
  """
65693
65693
  next_hops: NotRequired[pulumi.Input[Sequence[pulumi.Input['TransportManagementVpnFeatureIpv6StaticRouteNextHopArgsDict']]]]
65694
65694
  """
65695
- IPv6 Route Gateway Next Hop, Attribute conditional on `gateway` being equal to `next_hop`
65695
+ IPv6 Route Gateway Next Hop, Attribute conditional on `gateway` being equal to `nextHop`
65696
65696
  """
65697
65697
  null0: NotRequired[pulumi.Input[bool]]
65698
65698
  """
@@ -65721,11 +65721,11 @@ class TransportManagementVpnFeatureIpv6StaticRouteArgs:
65721
65721
  prefix_variable: Optional[pulumi.Input[str]] = None):
65722
65722
  """
65723
65723
  :param pulumi.Input[str] gateway: Gateway
65724
- - Choices: `next_hop`, `null0`, `nat`
65724
+ - Choices: `nextHop`, `null0`, `nat`
65725
65725
  :param pulumi.Input[str] nat: IPv6 Nat, Attribute conditional on `gateway` being equal to `nat`
65726
65726
  - Choices: `NAT64`, `NAT66`
65727
65727
  :param pulumi.Input[str] nat_variable: Variable name
65728
- :param pulumi.Input[Sequence[pulumi.Input['TransportManagementVpnFeatureIpv6StaticRouteNextHopArgs']]] next_hops: IPv6 Route Gateway Next Hop, Attribute conditional on `gateway` being equal to `next_hop`
65728
+ :param pulumi.Input[Sequence[pulumi.Input['TransportManagementVpnFeatureIpv6StaticRouteNextHopArgs']]] next_hops: IPv6 Route Gateway Next Hop, Attribute conditional on `gateway` being equal to `nextHop`
65729
65729
  :param pulumi.Input[bool] null0: IPv6 Route Gateway Next Hop, Attribute conditional on `gateway` being equal to `null0`
65730
65730
  :param pulumi.Input[str] prefix: Prefix
65731
65731
  :param pulumi.Input[str] prefix_variable: Variable name
@@ -65750,7 +65750,7 @@ class TransportManagementVpnFeatureIpv6StaticRouteArgs:
65750
65750
  def gateway(self) -> Optional[pulumi.Input[str]]:
65751
65751
  """
65752
65752
  Gateway
65753
- - Choices: `next_hop`, `null0`, `nat`
65753
+ - Choices: `nextHop`, `null0`, `nat`
65754
65754
  """
65755
65755
  return pulumi.get(self, "gateway")
65756
65756
 
@@ -65787,7 +65787,7 @@ class TransportManagementVpnFeatureIpv6StaticRouteArgs:
65787
65787
  @pulumi.getter(name="nextHops")
65788
65788
  def next_hops(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TransportManagementVpnFeatureIpv6StaticRouteNextHopArgs']]]]:
65789
65789
  """
65790
- IPv6 Route Gateway Next Hop, Attribute conditional on `gateway` being equal to `next_hop`
65790
+ IPv6 Route Gateway Next Hop, Attribute conditional on `gateway` being equal to `nextHop`
65791
65791
  """
65792
65792
  return pulumi.get(self, "next_hops")
65793
65793
 
@@ -72987,9 +72987,14 @@ class TransportWanVpnFeatureIpv4StaticRouteNextHopArgs:
72987
72987
 
72988
72988
  if not MYPY:
72989
72989
  class TransportWanVpnFeatureIpv6StaticRouteArgsDict(TypedDict):
72990
+ gateway: NotRequired[pulumi.Input[str]]
72991
+ """
72992
+ Gateway
72993
+ - Choices: `nextHop`, `null0`, `nat`
72994
+ """
72990
72995
  nat: NotRequired[pulumi.Input[str]]
72991
72996
  """
72992
- IPv6 Nat
72997
+ IPv6 Nat, Attribute conditional on `gateway` being equal to `nat`
72993
72998
  - Choices: `NAT64`, `NAT66`
72994
72999
  """
72995
73000
  nat_variable: NotRequired[pulumi.Input[str]]
@@ -72998,11 +73003,11 @@ if not MYPY:
72998
73003
  """
72999
73004
  next_hops: NotRequired[pulumi.Input[Sequence[pulumi.Input['TransportWanVpnFeatureIpv6StaticRouteNextHopArgsDict']]]]
73000
73005
  """
73001
- IPv6 Route Gateway Next Hop
73006
+ IPv6 Route Gateway Next Hop, Attribute conditional on `gateway` being equal to `nextHop`
73002
73007
  """
73003
73008
  null0: NotRequired[pulumi.Input[bool]]
73004
73009
  """
73005
- IPv6 Route Gateway Next Hop
73010
+ IPv6 Route Gateway Next Hop, Attribute conditional on `gateway` being equal to `null0`
73006
73011
  """
73007
73012
  prefix: NotRequired[pulumi.Input[str]]
73008
73013
  """
@@ -73018,6 +73023,7 @@ elif False:
73018
73023
  @pulumi.input_type
73019
73024
  class TransportWanVpnFeatureIpv6StaticRouteArgs:
73020
73025
  def __init__(__self__, *,
73026
+ gateway: Optional[pulumi.Input[str]] = None,
73021
73027
  nat: Optional[pulumi.Input[str]] = None,
73022
73028
  nat_variable: Optional[pulumi.Input[str]] = None,
73023
73029
  next_hops: Optional[pulumi.Input[Sequence[pulumi.Input['TransportWanVpnFeatureIpv6StaticRouteNextHopArgs']]]] = None,
@@ -73025,14 +73031,18 @@ class TransportWanVpnFeatureIpv6StaticRouteArgs:
73025
73031
  prefix: Optional[pulumi.Input[str]] = None,
73026
73032
  prefix_variable: Optional[pulumi.Input[str]] = None):
73027
73033
  """
73028
- :param pulumi.Input[str] nat: IPv6 Nat
73034
+ :param pulumi.Input[str] gateway: Gateway
73035
+ - Choices: `nextHop`, `null0`, `nat`
73036
+ :param pulumi.Input[str] nat: IPv6 Nat, Attribute conditional on `gateway` being equal to `nat`
73029
73037
  - Choices: `NAT64`, `NAT66`
73030
73038
  :param pulumi.Input[str] nat_variable: Variable name
73031
- :param pulumi.Input[Sequence[pulumi.Input['TransportWanVpnFeatureIpv6StaticRouteNextHopArgs']]] next_hops: IPv6 Route Gateway Next Hop
73032
- :param pulumi.Input[bool] null0: IPv6 Route Gateway Next Hop
73039
+ :param pulumi.Input[Sequence[pulumi.Input['TransportWanVpnFeatureIpv6StaticRouteNextHopArgs']]] next_hops: IPv6 Route Gateway Next Hop, Attribute conditional on `gateway` being equal to `nextHop`
73040
+ :param pulumi.Input[bool] null0: IPv6 Route Gateway Next Hop, Attribute conditional on `gateway` being equal to `null0`
73033
73041
  :param pulumi.Input[str] prefix: Prefix
73034
73042
  :param pulumi.Input[str] prefix_variable: Variable name
73035
73043
  """
73044
+ if gateway is not None:
73045
+ pulumi.set(__self__, "gateway", gateway)
73036
73046
  if nat is not None:
73037
73047
  pulumi.set(__self__, "nat", nat)
73038
73048
  if nat_variable is not None:
@@ -73046,11 +73056,24 @@ class TransportWanVpnFeatureIpv6StaticRouteArgs:
73046
73056
  if prefix_variable is not None:
73047
73057
  pulumi.set(__self__, "prefix_variable", prefix_variable)
73048
73058
 
73059
+ @property
73060
+ @pulumi.getter
73061
+ def gateway(self) -> Optional[pulumi.Input[str]]:
73062
+ """
73063
+ Gateway
73064
+ - Choices: `nextHop`, `null0`, `nat`
73065
+ """
73066
+ return pulumi.get(self, "gateway")
73067
+
73068
+ @gateway.setter
73069
+ def gateway(self, value: Optional[pulumi.Input[str]]):
73070
+ pulumi.set(self, "gateway", value)
73071
+
73049
73072
  @property
73050
73073
  @pulumi.getter
73051
73074
  def nat(self) -> Optional[pulumi.Input[str]]:
73052
73075
  """
73053
- IPv6 Nat
73076
+ IPv6 Nat, Attribute conditional on `gateway` being equal to `nat`
73054
73077
  - Choices: `NAT64`, `NAT66`
73055
73078
  """
73056
73079
  return pulumi.get(self, "nat")
@@ -73075,7 +73098,7 @@ class TransportWanVpnFeatureIpv6StaticRouteArgs:
73075
73098
  @pulumi.getter(name="nextHops")
73076
73099
  def next_hops(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TransportWanVpnFeatureIpv6StaticRouteNextHopArgs']]]]:
73077
73100
  """
73078
- IPv6 Route Gateway Next Hop
73101
+ IPv6 Route Gateway Next Hop, Attribute conditional on `gateway` being equal to `nextHop`
73079
73102
  """
73080
73103
  return pulumi.get(self, "next_hops")
73081
73104
 
@@ -73087,7 +73110,7 @@ class TransportWanVpnFeatureIpv6StaticRouteArgs:
73087
73110
  @pulumi.getter
73088
73111
  def null0(self) -> Optional[pulumi.Input[bool]]:
73089
73112
  """
73090
- IPv6 Route Gateway Next Hop
73113
+ IPv6 Route Gateway Next Hop, Attribute conditional on `gateway` being equal to `null0`
73091
73114
  """
73092
73115
  return pulumi.get(self, "null0")
73093
73116