pulumi-sdwan 0.2.0a1730181615__py3-none-any.whl → 0.2.0a1730451699__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 (148) hide show
  1. pulumi_sdwan/__init__.py +300 -0
  2. pulumi_sdwan/_inputs.py +33470 -25249
  3. pulumi_sdwan/activate_centralized_policy.py +12 -0
  4. pulumi_sdwan/application_priority_feature_profile.py +2 -0
  5. pulumi_sdwan/application_priority_qos_policy.py +6 -2
  6. pulumi_sdwan/application_priority_traffic_policy_policy.py +471 -0
  7. pulumi_sdwan/attach_feature_device_template.py +16 -0
  8. pulumi_sdwan/cli_feature_profile.py +2 -0
  9. pulumi_sdwan/config/__init__.pyi +5 -5
  10. pulumi_sdwan/config/vars.py +5 -5
  11. pulumi_sdwan/configuration_group.py +108 -0
  12. pulumi_sdwan/dns_security_feature_profile.py +234 -0
  13. pulumi_sdwan/embedded_security_feature_profile.py +234 -0
  14. pulumi_sdwan/get_application_priority_traffic_policy_policy.py +210 -0
  15. pulumi_sdwan/get_configuration_group.py +29 -1
  16. pulumi_sdwan/get_dns_security_feature_profile.py +126 -0
  17. pulumi_sdwan/get_embedded_security_feature_profile.py +126 -0
  18. pulumi_sdwan/get_policy_object_app_probe_class.py +177 -0
  19. pulumi_sdwan/get_policy_object_application_list.py +177 -0
  20. pulumi_sdwan/get_policy_object_as_path_list.py +191 -0
  21. pulumi_sdwan/get_policy_object_feature_profile.py +30 -2
  22. pulumi_sdwan/get_policy_object_preferred_color_group.py +177 -0
  23. pulumi_sdwan/get_policy_object_security_data_ipv4_prefix_list.py +174 -0
  24. pulumi_sdwan/get_policy_object_security_fqdn_list.py +174 -0
  25. pulumi_sdwan/get_policy_object_security_geolocation_list.py +177 -0
  26. pulumi_sdwan/get_policy_object_security_identity_list.py +177 -0
  27. pulumi_sdwan/get_policy_object_security_ips_signature.py +177 -0
  28. pulumi_sdwan/get_policy_object_security_local_application_list.py +177 -0
  29. pulumi_sdwan/get_policy_object_security_local_domain_list.py +174 -0
  30. pulumi_sdwan/get_policy_object_security_port_list.py +177 -0
  31. pulumi_sdwan/get_policy_object_security_scalable_group_tag_list.py +174 -0
  32. pulumi_sdwan/get_policy_object_security_url_allow_list.py +177 -0
  33. pulumi_sdwan/get_policy_object_security_url_block_list.py +177 -0
  34. pulumi_sdwan/get_policy_object_sla_class_list.py +177 -0
  35. pulumi_sdwan/get_policy_object_standard_community_list.py +177 -0
  36. pulumi_sdwan/get_policy_object_vpn_group.py +177 -0
  37. pulumi_sdwan/get_service_ipv4_acl_feature.py +191 -0
  38. pulumi_sdwan/get_service_ipv6_acl_feature.py +191 -0
  39. pulumi_sdwan/get_service_multicast_feature.py +513 -0
  40. pulumi_sdwan/get_service_routing_eigrp_feature.py +398 -0
  41. pulumi_sdwan/get_service_wireless_lan_feature.py +415 -0
  42. pulumi_sdwan/get_sig_security_feature_profile.py +126 -0
  43. pulumi_sdwan/get_transport_ipv4_acl_feature.py +191 -0
  44. pulumi_sdwan/get_transport_ipv6_acl_feature.py +191 -0
  45. pulumi_sdwan/get_transport_management_vpn_interface_ethernet_feature.py +29 -1
  46. pulumi_sdwan/get_transport_t1_e1_controller_feature.py +219 -0
  47. pulumi_sdwan/get_transport_wan_vpn_interface_ethernet_feature.py +29 -1
  48. pulumi_sdwan/other_feature_profile.py +2 -0
  49. pulumi_sdwan/other_thousandeyes_feature.py +6 -2
  50. pulumi_sdwan/other_ucse_feature.py +40 -38
  51. pulumi_sdwan/outputs.py +57639 -47055
  52. pulumi_sdwan/policy_object_app_probe_class.py +341 -0
  53. pulumi_sdwan/policy_object_application_list.py +371 -0
  54. pulumi_sdwan/policy_object_as_path_list.py +389 -0
  55. pulumi_sdwan/policy_object_class_map.py +6 -2
  56. pulumi_sdwan/policy_object_color_list.py +6 -2
  57. pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +6 -2
  58. pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +6 -2
  59. pulumi_sdwan/policy_object_expanded_community_list.py +6 -2
  60. pulumi_sdwan/policy_object_extended_community_list.py +6 -2
  61. pulumi_sdwan/policy_object_feature_profile.py +2 -0
  62. pulumi_sdwan/policy_object_ipv4_prefix_list.py +6 -2
  63. pulumi_sdwan/policy_object_ipv6_prefix_list.py +6 -2
  64. pulumi_sdwan/policy_object_mirror.py +6 -2
  65. pulumi_sdwan/policy_object_policer.py +6 -2
  66. pulumi_sdwan/policy_object_preferred_color_group.py +341 -0
  67. pulumi_sdwan/policy_object_security_data_ipv4_prefix_list.py +328 -0
  68. pulumi_sdwan/policy_object_security_fqdn_list.py +358 -0
  69. pulumi_sdwan/policy_object_security_geolocation_list.py +371 -0
  70. pulumi_sdwan/policy_object_security_identity_list.py +370 -0
  71. pulumi_sdwan/policy_object_security_ips_signature.py +341 -0
  72. pulumi_sdwan/policy_object_security_local_application_list.py +370 -0
  73. pulumi_sdwan/policy_object_security_local_domain_list.py +328 -0
  74. pulumi_sdwan/policy_object_security_port_list.py +371 -0
  75. pulumi_sdwan/policy_object_security_scalable_group_tag_list.py +328 -0
  76. pulumi_sdwan/policy_object_security_url_allow_list.py +371 -0
  77. pulumi_sdwan/policy_object_security_url_block_list.py +371 -0
  78. pulumi_sdwan/policy_object_sla_class_list.py +341 -0
  79. pulumi_sdwan/policy_object_standard_community_list.py +341 -0
  80. pulumi_sdwan/policy_object_tloc_list.py +6 -2
  81. pulumi_sdwan/policy_object_vpn_group.py +371 -0
  82. pulumi_sdwan/provider.py +18 -18
  83. pulumi_sdwan/pulumi-plugin.json +1 -1
  84. pulumi_sdwan/service_feature_profile.py +2 -0
  85. pulumi_sdwan/service_ipv4_acl_feature.py +386 -0
  86. pulumi_sdwan/service_ipv6_acl_feature.py +386 -0
  87. pulumi_sdwan/service_lan_vpn_feature.py +6 -2
  88. pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +6 -2
  89. pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +78 -78
  90. pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +158 -163
  91. pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +65 -64
  92. pulumi_sdwan/service_multicast_feature.py +1468 -0
  93. pulumi_sdwan/service_object_tracker_feature.py +6 -2
  94. pulumi_sdwan/service_object_tracker_group_feature.py +6 -2
  95. pulumi_sdwan/service_route_policy_feature.py +6 -2
  96. pulumi_sdwan/service_routing_bgp_feature.py +6 -2
  97. pulumi_sdwan/service_routing_eigrp_feature.py +1080 -0
  98. pulumi_sdwan/service_routing_ospf_feature.py +6 -2
  99. pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +6 -2
  100. pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +6 -2
  101. pulumi_sdwan/service_switchport_feature.py +6 -2
  102. pulumi_sdwan/service_tracker_feature.py +6 -2
  103. pulumi_sdwan/service_tracker_group_feature.py +6 -2
  104. pulumi_sdwan/service_wireless_lan_feature.py +1232 -0
  105. pulumi_sdwan/sig_security_feature_profile.py +234 -0
  106. pulumi_sdwan/system_aaa_feature.py +6 -2
  107. pulumi_sdwan/system_banner_feature.py +6 -2
  108. pulumi_sdwan/system_basic_feature.py +6 -2
  109. pulumi_sdwan/system_bfd_feature.py +6 -2
  110. pulumi_sdwan/system_feature_profile.py +2 -0
  111. pulumi_sdwan/system_flexible_port_speed_feature.py +6 -2
  112. pulumi_sdwan/system_global_feature.py +6 -2
  113. pulumi_sdwan/system_ipv4_device_access_feature.py +6 -2
  114. pulumi_sdwan/system_ipv6_device_access_feature.py +6 -2
  115. pulumi_sdwan/system_logging_feature.py +6 -2
  116. pulumi_sdwan/system_mrf_feature.py +6 -2
  117. pulumi_sdwan/system_ntp_feature.py +6 -2
  118. pulumi_sdwan/system_omp_feature.py +6 -2
  119. pulumi_sdwan/system_performance_monitoring_feature.py +6 -2
  120. pulumi_sdwan/system_remote_access_feature.py +6 -2
  121. pulumi_sdwan/system_security_feature.py +6 -2
  122. pulumi_sdwan/system_snmp_feature.py +6 -2
  123. pulumi_sdwan/transport_feature_profile.py +2 -0
  124. pulumi_sdwan/transport_gps_feature.py +6 -2
  125. pulumi_sdwan/transport_ipv4_acl_feature.py +386 -0
  126. pulumi_sdwan/transport_ipv6_acl_feature.py +386 -0
  127. pulumi_sdwan/transport_ipv6_tracker_feature.py +6 -2
  128. pulumi_sdwan/transport_ipv6_tracker_group_feature.py +6 -2
  129. pulumi_sdwan/transport_management_vpn_feature.py +6 -2
  130. pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +184 -72
  131. pulumi_sdwan/transport_route_policy_feature.py +6 -2
  132. pulumi_sdwan/transport_routing_bgp_feature.py +6 -2
  133. pulumi_sdwan/transport_routing_ospf_feature.py +6 -2
  134. pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +6 -2
  135. pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +6 -2
  136. pulumi_sdwan/transport_t1_e1_controller_feature.py +483 -0
  137. pulumi_sdwan/transport_tracker_feature.py +6 -2
  138. pulumi_sdwan/transport_tracker_group_feature.py +6 -2
  139. pulumi_sdwan/transport_wan_vpn_feature.py +6 -2
  140. pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +6 -2
  141. pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +198 -86
  142. pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +6 -2
  143. pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +6 -2
  144. pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +6 -2
  145. {pulumi_sdwan-0.2.0a1730181615.dist-info → pulumi_sdwan-0.2.0a1730451699.dist-info}/METADATA +1 -1
  146. {pulumi_sdwan-0.2.0a1730181615.dist-info → pulumi_sdwan-0.2.0a1730451699.dist-info}/RECORD +148 -88
  147. {pulumi_sdwan-0.2.0a1730181615.dist-info → pulumi_sdwan-0.2.0a1730451699.dist-info}/WHEEL +1 -1
  148. {pulumi_sdwan-0.2.0a1730181615.dist-info → pulumi_sdwan-0.2.0a1730451699.dist-info}/top_level.txt +0 -0
@@ -22,9 +22,6 @@ __all__ = ['ServiceLanVpnInterfaceSviFeatureArgs', 'ServiceLanVpnInterfaceSviFea
22
22
  class ServiceLanVpnInterfaceSviFeatureArgs:
23
23
  def __init__(__self__, *,
24
24
  feature_profile_id: pulumi.Input[str],
25
- interface_name: pulumi.Input[str],
26
- ipv4_address: pulumi.Input[str],
27
- ipv4_subnet_mask: pulumi.Input[str],
28
25
  arp_timeout: Optional[pulumi.Input[int]] = None,
29
26
  arp_timeout_variable: Optional[pulumi.Input[str]] = None,
30
27
  arps: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceSviFeatureArpArgs']]]] = None,
@@ -37,15 +34,18 @@ class ServiceLanVpnInterfaceSviFeatureArgs:
37
34
  interface_description_variable: Optional[pulumi.Input[str]] = None,
38
35
  interface_mtu: Optional[pulumi.Input[int]] = None,
39
36
  interface_mtu_variable: Optional[pulumi.Input[str]] = None,
37
+ interface_name: Optional[pulumi.Input[str]] = None,
40
38
  interface_name_variable: Optional[pulumi.Input[str]] = None,
41
39
  ip_directed_broadcast: Optional[pulumi.Input[bool]] = None,
42
40
  ip_directed_broadcast_variable: Optional[pulumi.Input[str]] = None,
43
41
  ip_mtu: Optional[pulumi.Input[int]] = None,
44
42
  ip_mtu_variable: Optional[pulumi.Input[str]] = None,
43
+ ipv4_address: Optional[pulumi.Input[str]] = None,
45
44
  ipv4_address_variable: Optional[pulumi.Input[str]] = None,
46
45
  ipv4_dhcp_helpers: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
47
46
  ipv4_dhcp_helpers_variable: Optional[pulumi.Input[str]] = None,
48
47
  ipv4_secondary_addresses: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceSviFeatureIpv4SecondaryAddressArgs']]]] = None,
48
+ ipv4_subnet_mask: Optional[pulumi.Input[str]] = None,
49
49
  ipv4_subnet_mask_variable: Optional[pulumi.Input[str]] = None,
50
50
  ipv4_vrrps: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceSviFeatureIpv4VrrpArgs']]]] = None,
51
51
  ipv6_address: Optional[pulumi.Input[str]] = None,
@@ -62,13 +62,6 @@ class ServiceLanVpnInterfaceSviFeatureArgs:
62
62
  """
63
63
  The set of arguments for constructing a ServiceLanVpnInterfaceSviFeature resource.
64
64
  :param pulumi.Input[str] feature_profile_id: Feature Profile ID
65
- :param pulumi.Input[str] interface_name: Interface name: VLAN 1 - VLAN 4094 when present
66
- :param pulumi.Input[str] ipv4_address: IP Address
67
- :param pulumi.Input[str] ipv4_subnet_mask: Subnet Mask - Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`,
68
- `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`,
69
- `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`,
70
- `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`,
71
- `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
72
65
  :param pulumi.Input[int] arp_timeout: Timeout value for dynamically learned ARP entries, <0..2678400> seconds - Range: `0`-`2678400` - Default value: `1200`
73
66
  :param pulumi.Input[str] arp_timeout_variable: Variable name
74
67
  :param pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceSviFeatureArpArgs']]] arps: Configure static ARP entries
@@ -81,15 +74,22 @@ class ServiceLanVpnInterfaceSviFeatureArgs:
81
74
  :param pulumi.Input[str] interface_description_variable: Variable name
82
75
  :param pulumi.Input[int] interface_mtu: Interface MTU <1500..9216> in bytes - Range: `1500`-`9216` - Default value: `1500`
83
76
  :param pulumi.Input[str] interface_mtu_variable: Variable name
77
+ :param pulumi.Input[str] interface_name: Interface name: VLAN 1 - VLAN 4094 when present
84
78
  :param pulumi.Input[str] interface_name_variable: Variable name
85
79
  :param pulumi.Input[bool] ip_directed_broadcast: IP Directed-Broadcast - Default value: `false`
86
80
  :param pulumi.Input[str] ip_directed_broadcast_variable: Variable name
87
81
  :param pulumi.Input[int] ip_mtu: IP MTU <576..Interface MTU>, in bytes - Range: `576`-`9216` - Default value: `1500`
88
82
  :param pulumi.Input[str] ip_mtu_variable: Variable name
83
+ :param pulumi.Input[str] ipv4_address: IP Address
89
84
  :param pulumi.Input[str] ipv4_address_variable: Variable name
90
85
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ipv4_dhcp_helpers: List of DHCP helper addresses
91
86
  :param pulumi.Input[str] ipv4_dhcp_helpers_variable: Variable name
92
87
  :param pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceSviFeatureIpv4SecondaryAddressArgs']]] ipv4_secondary_addresses: Assign secondary IP addresses
88
+ :param pulumi.Input[str] ipv4_subnet_mask: Subnet Mask - Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`,
89
+ `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`,
90
+ `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`,
91
+ `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`,
92
+ `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
93
93
  :param pulumi.Input[str] ipv4_subnet_mask_variable: Variable name
94
94
  :param pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceSviFeatureIpv4VrrpArgs']]] ipv4_vrrps: Enable ipv4 VRRP
95
95
  :param pulumi.Input[str] ipv6_address: Assign IPv6 address
@@ -105,9 +105,6 @@ class ServiceLanVpnInterfaceSviFeatureArgs:
105
105
  :param pulumi.Input[str] tcp_mss_variable: Variable name
106
106
  """
107
107
  pulumi.set(__self__, "feature_profile_id", feature_profile_id)
108
- pulumi.set(__self__, "interface_name", interface_name)
109
- pulumi.set(__self__, "ipv4_address", ipv4_address)
110
- pulumi.set(__self__, "ipv4_subnet_mask", ipv4_subnet_mask)
111
108
  if arp_timeout is not None:
112
109
  pulumi.set(__self__, "arp_timeout", arp_timeout)
113
110
  if arp_timeout_variable is not None:
@@ -132,6 +129,8 @@ class ServiceLanVpnInterfaceSviFeatureArgs:
132
129
  pulumi.set(__self__, "interface_mtu", interface_mtu)
133
130
  if interface_mtu_variable is not None:
134
131
  pulumi.set(__self__, "interface_mtu_variable", interface_mtu_variable)
132
+ if interface_name is not None:
133
+ pulumi.set(__self__, "interface_name", interface_name)
135
134
  if interface_name_variable is not None:
136
135
  pulumi.set(__self__, "interface_name_variable", interface_name_variable)
137
136
  if ip_directed_broadcast is not None:
@@ -142,6 +141,8 @@ class ServiceLanVpnInterfaceSviFeatureArgs:
142
141
  pulumi.set(__self__, "ip_mtu", ip_mtu)
143
142
  if ip_mtu_variable is not None:
144
143
  pulumi.set(__self__, "ip_mtu_variable", ip_mtu_variable)
144
+ if ipv4_address is not None:
145
+ pulumi.set(__self__, "ipv4_address", ipv4_address)
145
146
  if ipv4_address_variable is not None:
146
147
  pulumi.set(__self__, "ipv4_address_variable", ipv4_address_variable)
147
148
  if ipv4_dhcp_helpers is not None:
@@ -150,6 +151,8 @@ class ServiceLanVpnInterfaceSviFeatureArgs:
150
151
  pulumi.set(__self__, "ipv4_dhcp_helpers_variable", ipv4_dhcp_helpers_variable)
151
152
  if ipv4_secondary_addresses is not None:
152
153
  pulumi.set(__self__, "ipv4_secondary_addresses", ipv4_secondary_addresses)
154
+ if ipv4_subnet_mask is not None:
155
+ pulumi.set(__self__, "ipv4_subnet_mask", ipv4_subnet_mask)
153
156
  if ipv4_subnet_mask_variable is not None:
154
157
  pulumi.set(__self__, "ipv4_subnet_mask_variable", ipv4_subnet_mask_variable)
155
158
  if ipv4_vrrps is not None:
@@ -189,46 +192,6 @@ class ServiceLanVpnInterfaceSviFeatureArgs:
189
192
  def feature_profile_id(self, value: pulumi.Input[str]):
190
193
  pulumi.set(self, "feature_profile_id", value)
191
194
 
192
- @property
193
- @pulumi.getter(name="interfaceName")
194
- def interface_name(self) -> pulumi.Input[str]:
195
- """
196
- Interface name: VLAN 1 - VLAN 4094 when present
197
- """
198
- return pulumi.get(self, "interface_name")
199
-
200
- @interface_name.setter
201
- def interface_name(self, value: pulumi.Input[str]):
202
- pulumi.set(self, "interface_name", value)
203
-
204
- @property
205
- @pulumi.getter(name="ipv4Address")
206
- def ipv4_address(self) -> pulumi.Input[str]:
207
- """
208
- IP Address
209
- """
210
- return pulumi.get(self, "ipv4_address")
211
-
212
- @ipv4_address.setter
213
- def ipv4_address(self, value: pulumi.Input[str]):
214
- pulumi.set(self, "ipv4_address", value)
215
-
216
- @property
217
- @pulumi.getter(name="ipv4SubnetMask")
218
- def ipv4_subnet_mask(self) -> pulumi.Input[str]:
219
- """
220
- Subnet Mask - Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`,
221
- `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`,
222
- `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`,
223
- `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`,
224
- `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
225
- """
226
- return pulumi.get(self, "ipv4_subnet_mask")
227
-
228
- @ipv4_subnet_mask.setter
229
- def ipv4_subnet_mask(self, value: pulumi.Input[str]):
230
- pulumi.set(self, "ipv4_subnet_mask", value)
231
-
232
195
  @property
233
196
  @pulumi.getter(name="arpTimeout")
234
197
  def arp_timeout(self) -> Optional[pulumi.Input[int]]:
@@ -373,6 +336,18 @@ class ServiceLanVpnInterfaceSviFeatureArgs:
373
336
  def interface_mtu_variable(self, value: Optional[pulumi.Input[str]]):
374
337
  pulumi.set(self, "interface_mtu_variable", value)
375
338
 
339
+ @property
340
+ @pulumi.getter(name="interfaceName")
341
+ def interface_name(self) -> Optional[pulumi.Input[str]]:
342
+ """
343
+ Interface name: VLAN 1 - VLAN 4094 when present
344
+ """
345
+ return pulumi.get(self, "interface_name")
346
+
347
+ @interface_name.setter
348
+ def interface_name(self, value: Optional[pulumi.Input[str]]):
349
+ pulumi.set(self, "interface_name", value)
350
+
376
351
  @property
377
352
  @pulumi.getter(name="interfaceNameVariable")
378
353
  def interface_name_variable(self) -> Optional[pulumi.Input[str]]:
@@ -433,6 +408,18 @@ class ServiceLanVpnInterfaceSviFeatureArgs:
433
408
  def ip_mtu_variable(self, value: Optional[pulumi.Input[str]]):
434
409
  pulumi.set(self, "ip_mtu_variable", value)
435
410
 
411
+ @property
412
+ @pulumi.getter(name="ipv4Address")
413
+ def ipv4_address(self) -> Optional[pulumi.Input[str]]:
414
+ """
415
+ IP Address
416
+ """
417
+ return pulumi.get(self, "ipv4_address")
418
+
419
+ @ipv4_address.setter
420
+ def ipv4_address(self, value: Optional[pulumi.Input[str]]):
421
+ pulumi.set(self, "ipv4_address", value)
422
+
436
423
  @property
437
424
  @pulumi.getter(name="ipv4AddressVariable")
438
425
  def ipv4_address_variable(self) -> Optional[pulumi.Input[str]]:
@@ -481,6 +468,22 @@ class ServiceLanVpnInterfaceSviFeatureArgs:
481
468
  def ipv4_secondary_addresses(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ServiceLanVpnInterfaceSviFeatureIpv4SecondaryAddressArgs']]]]):
482
469
  pulumi.set(self, "ipv4_secondary_addresses", value)
483
470
 
471
+ @property
472
+ @pulumi.getter(name="ipv4SubnetMask")
473
+ def ipv4_subnet_mask(self) -> Optional[pulumi.Input[str]]:
474
+ """
475
+ Subnet Mask - Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`,
476
+ `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`,
477
+ `255.255.248.0`, `255.255.240.0`, `255.255.224.0`, `255.255.192.0`, `255.255.128.0`, `255.255.0.0`, `255.254.0.0`,
478
+ `255.252.0.0`, `255.240.0.0`, `255.224.0.0`, `255.192.0.0`, `255.128.0.0`, `255.0.0.0`, `254.0.0.0`, `252.0.0.0`,
479
+ `248.0.0.0`, `240.0.0.0`, `224.0.0.0`, `192.0.0.0`, `128.0.0.0`, `0.0.0.0`
480
+ """
481
+ return pulumi.get(self, "ipv4_subnet_mask")
482
+
483
+ @ipv4_subnet_mask.setter
484
+ def ipv4_subnet_mask(self, value: Optional[pulumi.Input[str]]):
485
+ pulumi.set(self, "ipv4_subnet_mask", value)
486
+
484
487
  @property
485
488
  @pulumi.getter(name="ipv4SubnetMaskVariable")
486
489
  def ipv4_subnet_mask_variable(self) -> Optional[pulumi.Input[str]]:
@@ -1328,8 +1331,10 @@ class ServiceLanVpnInterfaceSviFeature(pulumi.CustomResource):
1328
1331
 
1329
1332
  ## Import
1330
1333
 
1334
+ Expected import identifier with the format: "service_lan_vpn_interface_svi_feature_id,feature_profile_id,service_lan_vpn_feature_id"
1335
+
1331
1336
  ```sh
1332
- $ pulumi import sdwan:index/serviceLanVpnInterfaceSviFeature:ServiceLanVpnInterfaceSviFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
1337
+ $ pulumi import sdwan:index/serviceLanVpnInterfaceSviFeature:ServiceLanVpnInterfaceSviFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037"
1333
1338
  ```
1334
1339
 
1335
1340
  :param str resource_name: The name of the resource.
@@ -1389,8 +1394,10 @@ class ServiceLanVpnInterfaceSviFeature(pulumi.CustomResource):
1389
1394
 
1390
1395
  ## Import
1391
1396
 
1397
+ Expected import identifier with the format: "service_lan_vpn_interface_svi_feature_id,feature_profile_id,service_lan_vpn_feature_id"
1398
+
1392
1399
  ```sh
1393
- $ pulumi import sdwan:index/serviceLanVpnInterfaceSviFeature:ServiceLanVpnInterfaceSviFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
1400
+ $ pulumi import sdwan:index/serviceLanVpnInterfaceSviFeature:ServiceLanVpnInterfaceSviFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac,140331f6-5418-4755-a059-13c77eb96037"
1394
1401
  ```
1395
1402
 
1396
1403
  :param str resource_name: The name of the resource.
@@ -1470,23 +1477,17 @@ class ServiceLanVpnInterfaceSviFeature(pulumi.CustomResource):
1470
1477
  __props__.__dict__["interface_description_variable"] = interface_description_variable
1471
1478
  __props__.__dict__["interface_mtu"] = interface_mtu
1472
1479
  __props__.__dict__["interface_mtu_variable"] = interface_mtu_variable
1473
- if interface_name is None and not opts.urn:
1474
- raise TypeError("Missing required property 'interface_name'")
1475
1480
  __props__.__dict__["interface_name"] = interface_name
1476
1481
  __props__.__dict__["interface_name_variable"] = interface_name_variable
1477
1482
  __props__.__dict__["ip_directed_broadcast"] = ip_directed_broadcast
1478
1483
  __props__.__dict__["ip_directed_broadcast_variable"] = ip_directed_broadcast_variable
1479
1484
  __props__.__dict__["ip_mtu"] = ip_mtu
1480
1485
  __props__.__dict__["ip_mtu_variable"] = ip_mtu_variable
1481
- if ipv4_address is None and not opts.urn:
1482
- raise TypeError("Missing required property 'ipv4_address'")
1483
1486
  __props__.__dict__["ipv4_address"] = ipv4_address
1484
1487
  __props__.__dict__["ipv4_address_variable"] = ipv4_address_variable
1485
1488
  __props__.__dict__["ipv4_dhcp_helpers"] = ipv4_dhcp_helpers
1486
1489
  __props__.__dict__["ipv4_dhcp_helpers_variable"] = ipv4_dhcp_helpers_variable
1487
1490
  __props__.__dict__["ipv4_secondary_addresses"] = ipv4_secondary_addresses
1488
- if ipv4_subnet_mask is None and not opts.urn:
1489
- raise TypeError("Missing required property 'ipv4_subnet_mask'")
1490
1491
  __props__.__dict__["ipv4_subnet_mask"] = ipv4_subnet_mask
1491
1492
  __props__.__dict__["ipv4_subnet_mask_variable"] = ipv4_subnet_mask_variable
1492
1493
  __props__.__dict__["ipv4_vrrps"] = ipv4_vrrps
@@ -1753,7 +1754,7 @@ class ServiceLanVpnInterfaceSviFeature(pulumi.CustomResource):
1753
1754
 
1754
1755
  @property
1755
1756
  @pulumi.getter(name="interfaceName")
1756
- def interface_name(self) -> pulumi.Output[str]:
1757
+ def interface_name(self) -> pulumi.Output[Optional[str]]:
1757
1758
  """
1758
1759
  Interface name: VLAN 1 - VLAN 4094 when present
1759
1760
  """
@@ -1801,7 +1802,7 @@ class ServiceLanVpnInterfaceSviFeature(pulumi.CustomResource):
1801
1802
 
1802
1803
  @property
1803
1804
  @pulumi.getter(name="ipv4Address")
1804
- def ipv4_address(self) -> pulumi.Output[str]:
1805
+ def ipv4_address(self) -> pulumi.Output[Optional[str]]:
1805
1806
  """
1806
1807
  IP Address
1807
1808
  """
@@ -1841,7 +1842,7 @@ class ServiceLanVpnInterfaceSviFeature(pulumi.CustomResource):
1841
1842
 
1842
1843
  @property
1843
1844
  @pulumi.getter(name="ipv4SubnetMask")
1844
- def ipv4_subnet_mask(self) -> pulumi.Output[str]:
1845
+ def ipv4_subnet_mask(self) -> pulumi.Output[Optional[str]]:
1845
1846
  """
1846
1847
  Subnet Mask - Choices: `255.255.255.255`, `255.255.255.254`, `255.255.255.252`, `255.255.255.248`, `255.255.255.240`,
1847
1848
  `255.255.255.224`, `255.255.255.192`, `255.255.255.128`, `255.255.255.0`, `255.255.254.0`, `255.255.252.0`,