pulumi-sdwan 0.4.1a1756438344__py3-none-any.whl → 0.5.0__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/_inputs.py +125 -45
- pulumi_sdwan/activate_centralized_policy.py +4 -0
- pulumi_sdwan/advanced_inspection_profile_policy_definition.py +14 -7
- pulumi_sdwan/advanced_malware_protection_policy_definition.py +91 -42
- pulumi_sdwan/application_aware_routing_policy_definition.py +4 -0
- pulumi_sdwan/application_priority_qos_policy.py +52 -48
- pulumi_sdwan/application_priority_traffic_policy_policy.py +4 -0
- pulumi_sdwan/as_path_list_policy_object.py +4 -0
- pulumi_sdwan/attach_feature_device_template.py +4 -0
- pulumi_sdwan/cedge_aaa_feature_template.py +151 -77
- pulumi_sdwan/cedge_global_feature_template.py +336 -175
- pulumi_sdwan/cedge_igmp_feature_template.py +18 -21
- pulumi_sdwan/cedge_multicast_feature_template.py +56 -42
- pulumi_sdwan/cedge_pim_feature_template.py +88 -56
- pulumi_sdwan/cellular_cedge_profile_feature_template.py +70 -42
- pulumi_sdwan/cellular_controller_feature_template.py +74 -49
- pulumi_sdwan/cellular_profile_feature_template.py +63 -42
- pulumi_sdwan/cflowd_policy_definition.py +74 -35
- pulumi_sdwan/cisco_banner_feature_template.py +14 -21
- pulumi_sdwan/cisco_bfd_feature_template.py +81 -49
- pulumi_sdwan/cisco_bgp_feature_template.py +235 -112
- pulumi_sdwan/cisco_dhcp_server_feature_template.py +53 -35
- pulumi_sdwan/cisco_logging_feature_template.py +74 -42
- pulumi_sdwan/cisco_ntp_feature_template.py +46 -35
- pulumi_sdwan/cisco_omp_feature_template.py +235 -112
- pulumi_sdwan/cisco_ospf_feature_template.py +235 -105
- pulumi_sdwan/cisco_ospfv3_feature_template.py +522 -217
- pulumi_sdwan/cisco_secure_internet_gateway_feature_template.py +39 -28
- pulumi_sdwan/cisco_security_feature_template.py +95 -56
- pulumi_sdwan/cisco_sig_credentials_feature_template.py +28 -28
- pulumi_sdwan/cisco_snmp_feature_template.py +32 -28
- pulumi_sdwan/cisco_system_feature_template.py +473 -742
- pulumi_sdwan/cisco_thousandeyes_feature_template.py +18 -21
- pulumi_sdwan/cisco_trustsec_feature_template.py +207 -112
- pulumi_sdwan/cisco_vpn_feature_template.py +102 -56
- pulumi_sdwan/cisco_vpn_interface_feature_template.py +1215 -602
- pulumi_sdwan/cisco_vpn_interface_gre_feature_template.py +109 -70
- pulumi_sdwan/cisco_vpn_interface_ipsec_feature_template.py +329 -161
- pulumi_sdwan/cisco_wireless_lan_feature_template.py +102 -98
- pulumi_sdwan/class_map_policy_object.py +14 -7
- pulumi_sdwan/cli_device_template.py +14 -7
- pulumi_sdwan/cli_template_feature_template.py +14 -21
- pulumi_sdwan/config/__init__.pyi +5 -0
- pulumi_sdwan/config/vars.py +7 -0
- pulumi_sdwan/configuration_group.py +28 -14
- pulumi_sdwan/custom_control_topology_policy_definition.py +18 -7
- pulumi_sdwan/eigrp_feature_template.py +102 -56
- pulumi_sdwan/feature_device_template.py +14 -7
- pulumi_sdwan/get_application_priority_qos_policy.py +15 -15
- pulumi_sdwan/get_security_policy.py +18 -18
- pulumi_sdwan/get_service_lan_vpn_interface_ethernet_feature.py +29 -29
- pulumi_sdwan/gps_feature_template.py +77 -49
- pulumi_sdwan/hub_and_spoke_topology_policy_definition.py +4 -0
- pulumi_sdwan/intrusion_prevention_policy_definition.py +60 -28
- pulumi_sdwan/ips_signature_list_policy_object.py +4 -0
- pulumi_sdwan/ipv4_acl_policy_definition.py +18 -7
- pulumi_sdwan/ipv4_device_acl_policy_definition.py +18 -7
- pulumi_sdwan/ipv6_acl_policy_definition.py +18 -7
- pulumi_sdwan/ipv6_device_acl_policy_definition.py +18 -7
- pulumi_sdwan/localized_policy.py +112 -56
- pulumi_sdwan/mesh_topology_policy_definition.py +4 -0
- pulumi_sdwan/other_thousandeyes_feature.py +4 -0
- pulumi_sdwan/other_ucse_feature.py +102 -56
- pulumi_sdwan/outputs.py +162 -69
- pulumi_sdwan/policer_policy_object.py +42 -21
- pulumi_sdwan/policy_group.py +14 -7
- pulumi_sdwan/policy_object_app_probe_class.py +4 -0
- pulumi_sdwan/policy_object_as_path_list.py +18 -7
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +4 -0
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +4 -0
- pulumi_sdwan/policy_object_extended_community_list.py +4 -0
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +4 -0
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +4 -0
- pulumi_sdwan/policy_object_mirror.py +4 -0
- pulumi_sdwan/policy_object_policer.py +4 -0
- pulumi_sdwan/policy_object_preferred_color_group.py +4 -0
- pulumi_sdwan/policy_object_security_data_ipv4_prefix_list.py +4 -0
- pulumi_sdwan/policy_object_security_geolocation_list.py +7 -7
- pulumi_sdwan/policy_object_security_ips_signature.py +4 -0
- pulumi_sdwan/policy_object_security_local_domain_list.py +4 -0
- pulumi_sdwan/policy_object_security_scalable_group_tag_list.py +4 -0
- pulumi_sdwan/policy_object_sla_class_list.py +4 -0
- pulumi_sdwan/policy_object_standard_community_list.py +4 -0
- pulumi_sdwan/policy_object_tloc_list.py +4 -0
- pulumi_sdwan/port_list_policy_object.py +2 -2
- pulumi_sdwan/preferred_color_group_policy_object.py +42 -21
- pulumi_sdwan/provider.py +20 -0
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/qos_map_policy_definition.py +4 -0
- pulumi_sdwan/region_list_policy_object.py +4 -0
- pulumi_sdwan/rewrite_rule_policy_definition.py +4 -0
- pulumi_sdwan/route_policy_definition.py +18 -7
- pulumi_sdwan/rule_set_policy_definition.py +4 -0
- pulumi_sdwan/security_app_hosting_feature_template.py +18 -21
- pulumi_sdwan/security_policy.py +207 -133
- pulumi_sdwan/service_dhcp_server_feature.py +53 -49
- pulumi_sdwan/service_ipv4_acl_feature.py +25 -7
- pulumi_sdwan/service_ipv6_acl_feature.py +25 -7
- pulumi_sdwan/service_lan_vpn_feature.py +67 -28
- pulumi_sdwan/service_lan_vpn_interface_ethernet_feature.py +588 -374
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +84 -70
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +329 -245
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +151 -91
- pulumi_sdwan/service_multicast_feature.py +95 -42
- pulumi_sdwan/service_object_tracker_feature.py +63 -56
- pulumi_sdwan/service_object_tracker_group_feature.py +39 -14
- pulumi_sdwan/service_route_policy_feature.py +25 -7
- pulumi_sdwan/service_routing_bgp_feature.py +291 -133
- pulumi_sdwan/service_routing_eigrp_feature.py +88 -35
- pulumi_sdwan/service_routing_ospf_feature.py +221 -84
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +242 -91
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +242 -91
- pulumi_sdwan/service_switchport_feature.py +25 -7
- pulumi_sdwan/service_tracker_feature.py +105 -35
- pulumi_sdwan/service_tracker_group_feature.py +25 -7
- pulumi_sdwan/service_wireless_lan_feature.py +67 -126
- pulumi_sdwan/site_list_policy_object.py +4 -0
- pulumi_sdwan/sla_class_policy_object.py +91 -63
- pulumi_sdwan/switchport_feature_template.py +95 -49
- pulumi_sdwan/system_aaa_feature.py +60 -28
- pulumi_sdwan/system_basic_feature.py +396 -693
- pulumi_sdwan/system_bfd_feature.py +46 -21
- pulumi_sdwan/system_flexible_port_speed_feature.py +21 -21
- pulumi_sdwan/system_global_feature.py +322 -154
- pulumi_sdwan/system_ipv4_device_access_feature.py +25 -7
- pulumi_sdwan/system_ipv6_device_access_feature.py +25 -7
- pulumi_sdwan/system_logging_feature.py +60 -21
- pulumi_sdwan/system_mrf_feature.py +70 -35
- pulumi_sdwan/system_ntp_feature.py +32 -14
- pulumi_sdwan/system_omp_feature.py +441 -196
- pulumi_sdwan/system_performance_monitoring_feature.py +56 -28
- pulumi_sdwan/system_remote_access_feature.py +203 -133
- pulumi_sdwan/system_security_feature.py +81 -35
- pulumi_sdwan/system_snmp_feature.py +18 -7
- pulumi_sdwan/tloc_list_policy_object.py +4 -0
- pulumi_sdwan/tls_ssl_decryption_policy_definition.py +172 -84
- pulumi_sdwan/tls_ssl_profile_policy_definition.py +28 -14
- pulumi_sdwan/traffic_data_policy_definition.py +18 -7
- pulumi_sdwan/transport_cellular_controller_feature.py +56 -28
- pulumi_sdwan/transport_cellular_profile_feature.py +63 -35
- pulumi_sdwan/transport_gps_feature.py +63 -28
- pulumi_sdwan/transport_ipv4_acl_feature.py +25 -7
- pulumi_sdwan/transport_ipv6_acl_feature.py +25 -7
- pulumi_sdwan/transport_ipv6_tracker_feature.py +105 -35
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +25 -7
- pulumi_sdwan/transport_management_vpn_feature.py +4 -0
- pulumi_sdwan/transport_management_vpn_interface_ethernet_feature.py +263 -154
- pulumi_sdwan/transport_route_policy_feature.py +25 -7
- pulumi_sdwan/transport_routing_bgp_feature.py +291 -133
- pulumi_sdwan/transport_routing_ospf_feature.py +221 -84
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +242 -91
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +242 -91
- pulumi_sdwan/transport_t1_e1_controller_feature.py +18 -7
- pulumi_sdwan/transport_tracker_feature.py +105 -35
- pulumi_sdwan/transport_tracker_group_feature.py +25 -7
- pulumi_sdwan/transport_wan_vpn_feature.py +32 -14
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +844 -413
- pulumi_sdwan/transport_wan_vpn_interface_ethernet_feature.py +1166 -735
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +84 -70
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +329 -245
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +665 -371
- pulumi_sdwan/url_filtering_policy_definition.py +60 -35
- pulumi_sdwan/vpn_interface_cellular_feature_template.py +935 -455
- pulumi_sdwan/vpn_interface_dsl_ipoe_feature_template.py +963 -469
- pulumi_sdwan/vpn_interface_dsl_pppoa_feature_template.py +928 -448
- pulumi_sdwan/vpn_interface_dsl_pppoe_feature_template.py +984 -476
- pulumi_sdwan/vpn_interface_ethernet_pppoe_feature_template.py +984 -476
- pulumi_sdwan/vpn_interface_multilink_feature_template.py +816 -406
- pulumi_sdwan/vpn_interface_svi_feature_template.py +172 -84
- pulumi_sdwan/vpn_interface_t1_e1_serial_feature_template.py +725 -378
- pulumi_sdwan/vpn_list_policy_object.py +4 -0
- pulumi_sdwan/vpn_membership_policy_definition.py +4 -0
- pulumi_sdwan/zone_based_firewall_policy_definition.py +32 -14
- {pulumi_sdwan-0.4.1a1756438344.dist-info → pulumi_sdwan-0.5.0.dist-info}/METADATA +1 -1
- {pulumi_sdwan-0.4.1a1756438344.dist-info → pulumi_sdwan-0.5.0.dist-info}/RECORD +177 -177
- {pulumi_sdwan-0.4.1a1756438344.dist-info → pulumi_sdwan-0.5.0.dist-info}/WHEEL +0 -0
- {pulumi_sdwan-0.4.1a1756438344.dist-info → pulumi_sdwan-0.5.0.dist-info}/top_level.txt +0 -0
|
@@ -29,7 +29,9 @@ class SystemIpv4DeviceAccessFeatureArgs:
|
|
|
29
29
|
"""
|
|
30
30
|
The set of arguments for constructing a SystemIpv4DeviceAccessFeature resource.
|
|
31
31
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
32
|
-
:param pulumi.Input[_builtins.str] default_action: Default Action
|
|
32
|
+
:param pulumi.Input[_builtins.str] default_action: Default Action
|
|
33
|
+
- Choices: `drop`, `accept`
|
|
34
|
+
- Default value: `drop`
|
|
33
35
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
34
36
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
35
37
|
:param pulumi.Input[Sequence[pulumi.Input['SystemIpv4DeviceAccessFeatureSequenceArgs']]] sequences: Device Access Control List
|
|
@@ -60,7 +62,9 @@ class SystemIpv4DeviceAccessFeatureArgs:
|
|
|
60
62
|
@pulumi.getter(name="defaultAction")
|
|
61
63
|
def default_action(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
62
64
|
"""
|
|
63
|
-
Default Action
|
|
65
|
+
Default Action
|
|
66
|
+
- Choices: `drop`, `accept`
|
|
67
|
+
- Default value: `drop`
|
|
64
68
|
"""
|
|
65
69
|
return pulumi.get(self, "default_action")
|
|
66
70
|
|
|
@@ -116,7 +120,9 @@ class _SystemIpv4DeviceAccessFeatureState:
|
|
|
116
120
|
version: Optional[pulumi.Input[_builtins.int]] = None):
|
|
117
121
|
"""
|
|
118
122
|
Input properties used for looking up and filtering SystemIpv4DeviceAccessFeature resources.
|
|
119
|
-
:param pulumi.Input[_builtins.str] default_action: Default Action
|
|
123
|
+
:param pulumi.Input[_builtins.str] default_action: Default Action
|
|
124
|
+
- Choices: `drop`, `accept`
|
|
125
|
+
- Default value: `drop`
|
|
120
126
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
121
127
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
122
128
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
@@ -140,7 +146,9 @@ class _SystemIpv4DeviceAccessFeatureState:
|
|
|
140
146
|
@pulumi.getter(name="defaultAction")
|
|
141
147
|
def default_action(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
142
148
|
"""
|
|
143
|
-
Default Action
|
|
149
|
+
Default Action
|
|
150
|
+
- Choices: `drop`, `accept`
|
|
151
|
+
- Default value: `drop`
|
|
144
152
|
"""
|
|
145
153
|
return pulumi.get(self, "default_action")
|
|
146
154
|
|
|
@@ -225,6 +233,8 @@ class SystemIpv4DeviceAccessFeature(pulumi.CustomResource):
|
|
|
225
233
|
This resource can manage a System IPv4 Device Access Feature.
|
|
226
234
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
227
235
|
|
|
236
|
+
## Example Usage
|
|
237
|
+
|
|
228
238
|
## Import
|
|
229
239
|
|
|
230
240
|
The `pulumi import` command can be used, for example:
|
|
@@ -237,7 +247,9 @@ class SystemIpv4DeviceAccessFeature(pulumi.CustomResource):
|
|
|
237
247
|
|
|
238
248
|
:param str resource_name: The name of the resource.
|
|
239
249
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
240
|
-
:param pulumi.Input[_builtins.str] default_action: Default Action
|
|
250
|
+
:param pulumi.Input[_builtins.str] default_action: Default Action
|
|
251
|
+
- Choices: `drop`, `accept`
|
|
252
|
+
- Default value: `drop`
|
|
241
253
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
242
254
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
243
255
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
@@ -253,6 +265,8 @@ class SystemIpv4DeviceAccessFeature(pulumi.CustomResource):
|
|
|
253
265
|
This resource can manage a System IPv4 Device Access Feature.
|
|
254
266
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
255
267
|
|
|
268
|
+
## Example Usage
|
|
269
|
+
|
|
256
270
|
## Import
|
|
257
271
|
|
|
258
272
|
The `pulumi import` command can be used, for example:
|
|
@@ -323,7 +337,9 @@ class SystemIpv4DeviceAccessFeature(pulumi.CustomResource):
|
|
|
323
337
|
:param str resource_name: The unique name of the resulting resource.
|
|
324
338
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
325
339
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
326
|
-
:param pulumi.Input[_builtins.str] default_action: Default Action
|
|
340
|
+
:param pulumi.Input[_builtins.str] default_action: Default Action
|
|
341
|
+
- Choices: `drop`, `accept`
|
|
342
|
+
- Default value: `drop`
|
|
327
343
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
328
344
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
329
345
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
@@ -346,7 +362,9 @@ class SystemIpv4DeviceAccessFeature(pulumi.CustomResource):
|
|
|
346
362
|
@pulumi.getter(name="defaultAction")
|
|
347
363
|
def default_action(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
348
364
|
"""
|
|
349
|
-
Default Action
|
|
365
|
+
Default Action
|
|
366
|
+
- Choices: `drop`, `accept`
|
|
367
|
+
- Default value: `drop`
|
|
350
368
|
"""
|
|
351
369
|
return pulumi.get(self, "default_action")
|
|
352
370
|
|
|
@@ -29,7 +29,9 @@ class SystemIpv6DeviceAccessFeatureArgs:
|
|
|
29
29
|
"""
|
|
30
30
|
The set of arguments for constructing a SystemIpv6DeviceAccessFeature resource.
|
|
31
31
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
32
|
-
:param pulumi.Input[_builtins.str] default_action: Default Action
|
|
32
|
+
:param pulumi.Input[_builtins.str] default_action: Default Action
|
|
33
|
+
- Choices: `drop`, `accept`
|
|
34
|
+
- Default value: `drop`
|
|
33
35
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
34
36
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
35
37
|
:param pulumi.Input[Sequence[pulumi.Input['SystemIpv6DeviceAccessFeatureSequenceArgs']]] sequences: Device Access Control List
|
|
@@ -60,7 +62,9 @@ class SystemIpv6DeviceAccessFeatureArgs:
|
|
|
60
62
|
@pulumi.getter(name="defaultAction")
|
|
61
63
|
def default_action(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
62
64
|
"""
|
|
63
|
-
Default Action
|
|
65
|
+
Default Action
|
|
66
|
+
- Choices: `drop`, `accept`
|
|
67
|
+
- Default value: `drop`
|
|
64
68
|
"""
|
|
65
69
|
return pulumi.get(self, "default_action")
|
|
66
70
|
|
|
@@ -116,7 +120,9 @@ class _SystemIpv6DeviceAccessFeatureState:
|
|
|
116
120
|
version: Optional[pulumi.Input[_builtins.int]] = None):
|
|
117
121
|
"""
|
|
118
122
|
Input properties used for looking up and filtering SystemIpv6DeviceAccessFeature resources.
|
|
119
|
-
:param pulumi.Input[_builtins.str] default_action: Default Action
|
|
123
|
+
:param pulumi.Input[_builtins.str] default_action: Default Action
|
|
124
|
+
- Choices: `drop`, `accept`
|
|
125
|
+
- Default value: `drop`
|
|
120
126
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
121
127
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
122
128
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
@@ -140,7 +146,9 @@ class _SystemIpv6DeviceAccessFeatureState:
|
|
|
140
146
|
@pulumi.getter(name="defaultAction")
|
|
141
147
|
def default_action(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
142
148
|
"""
|
|
143
|
-
Default Action
|
|
149
|
+
Default Action
|
|
150
|
+
- Choices: `drop`, `accept`
|
|
151
|
+
- Default value: `drop`
|
|
144
152
|
"""
|
|
145
153
|
return pulumi.get(self, "default_action")
|
|
146
154
|
|
|
@@ -225,6 +233,8 @@ class SystemIpv6DeviceAccessFeature(pulumi.CustomResource):
|
|
|
225
233
|
This resource can manage a System IPv6 Device Access Feature.
|
|
226
234
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
227
235
|
|
|
236
|
+
## Example Usage
|
|
237
|
+
|
|
228
238
|
## Import
|
|
229
239
|
|
|
230
240
|
The `pulumi import` command can be used, for example:
|
|
@@ -237,7 +247,9 @@ class SystemIpv6DeviceAccessFeature(pulumi.CustomResource):
|
|
|
237
247
|
|
|
238
248
|
:param str resource_name: The name of the resource.
|
|
239
249
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
240
|
-
:param pulumi.Input[_builtins.str] default_action: Default Action
|
|
250
|
+
:param pulumi.Input[_builtins.str] default_action: Default Action
|
|
251
|
+
- Choices: `drop`, `accept`
|
|
252
|
+
- Default value: `drop`
|
|
241
253
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
242
254
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
243
255
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
@@ -253,6 +265,8 @@ class SystemIpv6DeviceAccessFeature(pulumi.CustomResource):
|
|
|
253
265
|
This resource can manage a System IPv6 Device Access Feature.
|
|
254
266
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
255
267
|
|
|
268
|
+
## Example Usage
|
|
269
|
+
|
|
256
270
|
## Import
|
|
257
271
|
|
|
258
272
|
The `pulumi import` command can be used, for example:
|
|
@@ -323,7 +337,9 @@ class SystemIpv6DeviceAccessFeature(pulumi.CustomResource):
|
|
|
323
337
|
:param str resource_name: The unique name of the resulting resource.
|
|
324
338
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
325
339
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
326
|
-
:param pulumi.Input[_builtins.str] default_action: Default Action
|
|
340
|
+
:param pulumi.Input[_builtins.str] default_action: Default Action
|
|
341
|
+
- Choices: `drop`, `accept`
|
|
342
|
+
- Default value: `drop`
|
|
327
343
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
328
344
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
329
345
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
@@ -346,7 +362,9 @@ class SystemIpv6DeviceAccessFeature(pulumi.CustomResource):
|
|
|
346
362
|
@pulumi.getter(name="defaultAction")
|
|
347
363
|
def default_action(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
348
364
|
"""
|
|
349
|
-
Default Action
|
|
365
|
+
Default Action
|
|
366
|
+
- Choices: `drop`, `accept`
|
|
367
|
+
- Default value: `drop`
|
|
350
368
|
"""
|
|
351
369
|
return pulumi.get(self, "default_action")
|
|
352
370
|
|
|
@@ -37,11 +37,16 @@ class SystemLoggingFeatureArgs:
|
|
|
37
37
|
The set of arguments for constructing a SystemLoggingFeature resource.
|
|
38
38
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
39
39
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
40
|
-
:param pulumi.Input[_builtins.bool] disk_enable: Enable logging to local disk
|
|
40
|
+
:param pulumi.Input[_builtins.bool] disk_enable: Enable logging to local disk
|
|
41
|
+
- Default value: `true`
|
|
41
42
|
:param pulumi.Input[_builtins.str] disk_enable_variable: Variable name
|
|
42
|
-
:param pulumi.Input[_builtins.int] disk_file_rotate: Set number of syslog files to create before discarding oldest files
|
|
43
|
+
:param pulumi.Input[_builtins.int] disk_file_rotate: Set number of syslog files to create before discarding oldest files
|
|
44
|
+
- Range: `1`-`10`
|
|
45
|
+
- Default value: `10`
|
|
43
46
|
:param pulumi.Input[_builtins.str] disk_file_rotate_variable: Variable name
|
|
44
|
-
:param pulumi.Input[_builtins.int] disk_file_size: Set maximum size of file before it is rotated
|
|
47
|
+
:param pulumi.Input[_builtins.int] disk_file_size: Set maximum size of file before it is rotated
|
|
48
|
+
- Range: `1`-`20`
|
|
49
|
+
- Default value: `10`
|
|
45
50
|
:param pulumi.Input[_builtins.str] disk_file_size_variable: Variable name
|
|
46
51
|
:param pulumi.Input[Sequence[pulumi.Input['SystemLoggingFeatureIpv4ServerArgs']]] ipv4_servers: Enable logging to remote server
|
|
47
52
|
:param pulumi.Input[Sequence[pulumi.Input['SystemLoggingFeatureIpv6ServerArgs']]] ipv6_servers: Enable logging to remote ipv6 server
|
|
@@ -100,7 +105,8 @@ class SystemLoggingFeatureArgs:
|
|
|
100
105
|
@pulumi.getter(name="diskEnable")
|
|
101
106
|
def disk_enable(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
102
107
|
"""
|
|
103
|
-
Enable logging to local disk
|
|
108
|
+
Enable logging to local disk
|
|
109
|
+
- Default value: `true`
|
|
104
110
|
"""
|
|
105
111
|
return pulumi.get(self, "disk_enable")
|
|
106
112
|
|
|
@@ -124,7 +130,9 @@ class SystemLoggingFeatureArgs:
|
|
|
124
130
|
@pulumi.getter(name="diskFileRotate")
|
|
125
131
|
def disk_file_rotate(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
126
132
|
"""
|
|
127
|
-
Set number of syslog files to create before discarding oldest files
|
|
133
|
+
Set number of syslog files to create before discarding oldest files
|
|
134
|
+
- Range: `1`-`10`
|
|
135
|
+
- Default value: `10`
|
|
128
136
|
"""
|
|
129
137
|
return pulumi.get(self, "disk_file_rotate")
|
|
130
138
|
|
|
@@ -148,7 +156,9 @@ class SystemLoggingFeatureArgs:
|
|
|
148
156
|
@pulumi.getter(name="diskFileSize")
|
|
149
157
|
def disk_file_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
150
158
|
"""
|
|
151
|
-
Set maximum size of file before it is rotated
|
|
159
|
+
Set maximum size of file before it is rotated
|
|
160
|
+
- Range: `1`-`20`
|
|
161
|
+
- Default value: `10`
|
|
152
162
|
"""
|
|
153
163
|
return pulumi.get(self, "disk_file_size")
|
|
154
164
|
|
|
@@ -236,11 +246,16 @@ class _SystemLoggingFeatureState:
|
|
|
236
246
|
"""
|
|
237
247
|
Input properties used for looking up and filtering SystemLoggingFeature resources.
|
|
238
248
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
239
|
-
:param pulumi.Input[_builtins.bool] disk_enable: Enable logging to local disk
|
|
249
|
+
:param pulumi.Input[_builtins.bool] disk_enable: Enable logging to local disk
|
|
250
|
+
- Default value: `true`
|
|
240
251
|
:param pulumi.Input[_builtins.str] disk_enable_variable: Variable name
|
|
241
|
-
:param pulumi.Input[_builtins.int] disk_file_rotate: Set number of syslog files to create before discarding oldest files
|
|
252
|
+
:param pulumi.Input[_builtins.int] disk_file_rotate: Set number of syslog files to create before discarding oldest files
|
|
253
|
+
- Range: `1`-`10`
|
|
254
|
+
- Default value: `10`
|
|
242
255
|
:param pulumi.Input[_builtins.str] disk_file_rotate_variable: Variable name
|
|
243
|
-
:param pulumi.Input[_builtins.int] disk_file_size: Set maximum size of file before it is rotated
|
|
256
|
+
:param pulumi.Input[_builtins.int] disk_file_size: Set maximum size of file before it is rotated
|
|
257
|
+
- Range: `1`-`20`
|
|
258
|
+
- Default value: `10`
|
|
244
259
|
:param pulumi.Input[_builtins.str] disk_file_size_variable: Variable name
|
|
245
260
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
246
261
|
:param pulumi.Input[Sequence[pulumi.Input['SystemLoggingFeatureIpv4ServerArgs']]] ipv4_servers: Enable logging to remote server
|
|
@@ -292,7 +307,8 @@ class _SystemLoggingFeatureState:
|
|
|
292
307
|
@pulumi.getter(name="diskEnable")
|
|
293
308
|
def disk_enable(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
294
309
|
"""
|
|
295
|
-
Enable logging to local disk
|
|
310
|
+
Enable logging to local disk
|
|
311
|
+
- Default value: `true`
|
|
296
312
|
"""
|
|
297
313
|
return pulumi.get(self, "disk_enable")
|
|
298
314
|
|
|
@@ -316,7 +332,9 @@ class _SystemLoggingFeatureState:
|
|
|
316
332
|
@pulumi.getter(name="diskFileRotate")
|
|
317
333
|
def disk_file_rotate(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
318
334
|
"""
|
|
319
|
-
Set number of syslog files to create before discarding oldest files
|
|
335
|
+
Set number of syslog files to create before discarding oldest files
|
|
336
|
+
- Range: `1`-`10`
|
|
337
|
+
- Default value: `10`
|
|
320
338
|
"""
|
|
321
339
|
return pulumi.get(self, "disk_file_rotate")
|
|
322
340
|
|
|
@@ -340,7 +358,9 @@ class _SystemLoggingFeatureState:
|
|
|
340
358
|
@pulumi.getter(name="diskFileSize")
|
|
341
359
|
def disk_file_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
342
360
|
"""
|
|
343
|
-
Set maximum size of file before it is rotated
|
|
361
|
+
Set maximum size of file before it is rotated
|
|
362
|
+
- Range: `1`-`20`
|
|
363
|
+
- Default value: `10`
|
|
344
364
|
"""
|
|
345
365
|
return pulumi.get(self, "disk_file_size")
|
|
346
366
|
|
|
@@ -456,6 +476,8 @@ class SystemLoggingFeature(pulumi.CustomResource):
|
|
|
456
476
|
This resource can manage a System Logging Feature.
|
|
457
477
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
458
478
|
|
|
479
|
+
## Example Usage
|
|
480
|
+
|
|
459
481
|
## Import
|
|
460
482
|
|
|
461
483
|
The `pulumi import` command can be used, for example:
|
|
@@ -469,11 +491,16 @@ class SystemLoggingFeature(pulumi.CustomResource):
|
|
|
469
491
|
:param str resource_name: The name of the resource.
|
|
470
492
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
471
493
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
472
|
-
:param pulumi.Input[_builtins.bool] disk_enable: Enable logging to local disk
|
|
494
|
+
:param pulumi.Input[_builtins.bool] disk_enable: Enable logging to local disk
|
|
495
|
+
- Default value: `true`
|
|
473
496
|
:param pulumi.Input[_builtins.str] disk_enable_variable: Variable name
|
|
474
|
-
:param pulumi.Input[_builtins.int] disk_file_rotate: Set number of syslog files to create before discarding oldest files
|
|
497
|
+
:param pulumi.Input[_builtins.int] disk_file_rotate: Set number of syslog files to create before discarding oldest files
|
|
498
|
+
- Range: `1`-`10`
|
|
499
|
+
- Default value: `10`
|
|
475
500
|
:param pulumi.Input[_builtins.str] disk_file_rotate_variable: Variable name
|
|
476
|
-
:param pulumi.Input[_builtins.int] disk_file_size: Set maximum size of file before it is rotated
|
|
501
|
+
:param pulumi.Input[_builtins.int] disk_file_size: Set maximum size of file before it is rotated
|
|
502
|
+
- Range: `1`-`20`
|
|
503
|
+
- Default value: `10`
|
|
477
504
|
:param pulumi.Input[_builtins.str] disk_file_size_variable: Variable name
|
|
478
505
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
479
506
|
:param pulumi.Input[Sequence[pulumi.Input[Union['SystemLoggingFeatureIpv4ServerArgs', 'SystemLoggingFeatureIpv4ServerArgsDict']]]] ipv4_servers: Enable logging to remote server
|
|
@@ -491,6 +518,8 @@ class SystemLoggingFeature(pulumi.CustomResource):
|
|
|
491
518
|
This resource can manage a System Logging Feature.
|
|
492
519
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
493
520
|
|
|
521
|
+
## Example Usage
|
|
522
|
+
|
|
494
523
|
## Import
|
|
495
524
|
|
|
496
525
|
The `pulumi import` command can be used, for example:
|
|
@@ -583,11 +612,16 @@ class SystemLoggingFeature(pulumi.CustomResource):
|
|
|
583
612
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
584
613
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
585
614
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
586
|
-
:param pulumi.Input[_builtins.bool] disk_enable: Enable logging to local disk
|
|
615
|
+
:param pulumi.Input[_builtins.bool] disk_enable: Enable logging to local disk
|
|
616
|
+
- Default value: `true`
|
|
587
617
|
:param pulumi.Input[_builtins.str] disk_enable_variable: Variable name
|
|
588
|
-
:param pulumi.Input[_builtins.int] disk_file_rotate: Set number of syslog files to create before discarding oldest files
|
|
618
|
+
:param pulumi.Input[_builtins.int] disk_file_rotate: Set number of syslog files to create before discarding oldest files
|
|
619
|
+
- Range: `1`-`10`
|
|
620
|
+
- Default value: `10`
|
|
589
621
|
:param pulumi.Input[_builtins.str] disk_file_rotate_variable: Variable name
|
|
590
|
-
:param pulumi.Input[_builtins.int] disk_file_size: Set maximum size of file before it is rotated
|
|
622
|
+
:param pulumi.Input[_builtins.int] disk_file_size: Set maximum size of file before it is rotated
|
|
623
|
+
- Range: `1`-`20`
|
|
624
|
+
- Default value: `10`
|
|
591
625
|
:param pulumi.Input[_builtins.str] disk_file_size_variable: Variable name
|
|
592
626
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
593
627
|
:param pulumi.Input[Sequence[pulumi.Input[Union['SystemLoggingFeatureIpv4ServerArgs', 'SystemLoggingFeatureIpv4ServerArgsDict']]]] ipv4_servers: Enable logging to remote server
|
|
@@ -627,7 +661,8 @@ class SystemLoggingFeature(pulumi.CustomResource):
|
|
|
627
661
|
@pulumi.getter(name="diskEnable")
|
|
628
662
|
def disk_enable(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
629
663
|
"""
|
|
630
|
-
Enable logging to local disk
|
|
664
|
+
Enable logging to local disk
|
|
665
|
+
- Default value: `true`
|
|
631
666
|
"""
|
|
632
667
|
return pulumi.get(self, "disk_enable")
|
|
633
668
|
|
|
@@ -643,7 +678,9 @@ class SystemLoggingFeature(pulumi.CustomResource):
|
|
|
643
678
|
@pulumi.getter(name="diskFileRotate")
|
|
644
679
|
def disk_file_rotate(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
645
680
|
"""
|
|
646
|
-
Set number of syslog files to create before discarding oldest files
|
|
681
|
+
Set number of syslog files to create before discarding oldest files
|
|
682
|
+
- Range: `1`-`10`
|
|
683
|
+
- Default value: `10`
|
|
647
684
|
"""
|
|
648
685
|
return pulumi.get(self, "disk_file_rotate")
|
|
649
686
|
|
|
@@ -659,7 +696,9 @@ class SystemLoggingFeature(pulumi.CustomResource):
|
|
|
659
696
|
@pulumi.getter(name="diskFileSize")
|
|
660
697
|
def disk_file_size(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
661
698
|
"""
|
|
662
|
-
Set maximum size of file before it is rotated
|
|
699
|
+
Set maximum size of file before it is rotated
|
|
700
|
+
- Range: `1`-`20`
|
|
701
|
+
- Default value: `10`
|
|
663
702
|
"""
|
|
664
703
|
return pulumi.get(self, "disk_file_size")
|
|
665
704
|
|
|
@@ -33,13 +33,18 @@ class SystemMrfFeatureArgs:
|
|
|
33
33
|
The set of arguments for constructing a SystemMrfFeature resource.
|
|
34
34
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
35
35
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
36
|
-
:param pulumi.Input[_builtins.str] enable_migration_to_mrf: Enable migration mode to Multi-Region Fabric
|
|
37
|
-
|
|
36
|
+
:param pulumi.Input[_builtins.str] enable_migration_to_mrf: Enable migration mode to Multi-Region Fabric
|
|
37
|
+
- Choices: `enabled`, `enabled-from-bgp-core`
|
|
38
|
+
:param pulumi.Input[_builtins.int] migration_bgp_community: Set BGP community during migration from BGP-core based network
|
|
39
|
+
- Range: `1`-`4294967295`
|
|
38
40
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
39
|
-
:param pulumi.Input[_builtins.int] region_id: Set region ID
|
|
40
|
-
|
|
41
|
+
:param pulumi.Input[_builtins.int] region_id: Set region ID
|
|
42
|
+
- Range: `1`-`63`
|
|
43
|
+
:param pulumi.Input[_builtins.str] role: Set the role for router
|
|
44
|
+
- Choices: `edge-router`, `border-router`
|
|
41
45
|
:param pulumi.Input[_builtins.str] role_variable: Variable name
|
|
42
|
-
:param pulumi.Input[_builtins.int] secondary_region_id: Set secondary region ID
|
|
46
|
+
:param pulumi.Input[_builtins.int] secondary_region_id: Set secondary region ID
|
|
47
|
+
- Range: `1`-`63`
|
|
43
48
|
:param pulumi.Input[_builtins.str] secondary_region_id_variable: Variable name
|
|
44
49
|
"""
|
|
45
50
|
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
@@ -90,7 +95,8 @@ class SystemMrfFeatureArgs:
|
|
|
90
95
|
@pulumi.getter(name="enableMigrationToMrf")
|
|
91
96
|
def enable_migration_to_mrf(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
92
97
|
"""
|
|
93
|
-
Enable migration mode to Multi-Region Fabric
|
|
98
|
+
Enable migration mode to Multi-Region Fabric
|
|
99
|
+
- Choices: `enabled`, `enabled-from-bgp-core`
|
|
94
100
|
"""
|
|
95
101
|
return pulumi.get(self, "enable_migration_to_mrf")
|
|
96
102
|
|
|
@@ -102,7 +108,8 @@ class SystemMrfFeatureArgs:
|
|
|
102
108
|
@pulumi.getter(name="migrationBgpCommunity")
|
|
103
109
|
def migration_bgp_community(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
104
110
|
"""
|
|
105
|
-
Set BGP community during migration from BGP-core based network
|
|
111
|
+
Set BGP community during migration from BGP-core based network
|
|
112
|
+
- Range: `1`-`4294967295`
|
|
106
113
|
"""
|
|
107
114
|
return pulumi.get(self, "migration_bgp_community")
|
|
108
115
|
|
|
@@ -126,7 +133,8 @@ class SystemMrfFeatureArgs:
|
|
|
126
133
|
@pulumi.getter(name="regionId")
|
|
127
134
|
def region_id(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
128
135
|
"""
|
|
129
|
-
Set region ID
|
|
136
|
+
Set region ID
|
|
137
|
+
- Range: `1`-`63`
|
|
130
138
|
"""
|
|
131
139
|
return pulumi.get(self, "region_id")
|
|
132
140
|
|
|
@@ -138,7 +146,8 @@ class SystemMrfFeatureArgs:
|
|
|
138
146
|
@pulumi.getter
|
|
139
147
|
def role(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
140
148
|
"""
|
|
141
|
-
Set the role for router
|
|
149
|
+
Set the role for router
|
|
150
|
+
- Choices: `edge-router`, `border-router`
|
|
142
151
|
"""
|
|
143
152
|
return pulumi.get(self, "role")
|
|
144
153
|
|
|
@@ -162,7 +171,8 @@ class SystemMrfFeatureArgs:
|
|
|
162
171
|
@pulumi.getter(name="secondaryRegionId")
|
|
163
172
|
def secondary_region_id(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
164
173
|
"""
|
|
165
|
-
Set secondary region ID
|
|
174
|
+
Set secondary region ID
|
|
175
|
+
- Range: `1`-`63`
|
|
166
176
|
"""
|
|
167
177
|
return pulumi.get(self, "secondary_region_id")
|
|
168
178
|
|
|
@@ -200,14 +210,19 @@ class _SystemMrfFeatureState:
|
|
|
200
210
|
"""
|
|
201
211
|
Input properties used for looking up and filtering SystemMrfFeature resources.
|
|
202
212
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
203
|
-
:param pulumi.Input[_builtins.str] enable_migration_to_mrf: Enable migration mode to Multi-Region Fabric
|
|
213
|
+
:param pulumi.Input[_builtins.str] enable_migration_to_mrf: Enable migration mode to Multi-Region Fabric
|
|
214
|
+
- Choices: `enabled`, `enabled-from-bgp-core`
|
|
204
215
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
205
|
-
:param pulumi.Input[_builtins.int] migration_bgp_community: Set BGP community during migration from BGP-core based network
|
|
216
|
+
:param pulumi.Input[_builtins.int] migration_bgp_community: Set BGP community during migration from BGP-core based network
|
|
217
|
+
- Range: `1`-`4294967295`
|
|
206
218
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
207
|
-
:param pulumi.Input[_builtins.int] region_id: Set region ID
|
|
208
|
-
|
|
219
|
+
:param pulumi.Input[_builtins.int] region_id: Set region ID
|
|
220
|
+
- Range: `1`-`63`
|
|
221
|
+
:param pulumi.Input[_builtins.str] role: Set the role for router
|
|
222
|
+
- Choices: `edge-router`, `border-router`
|
|
209
223
|
:param pulumi.Input[_builtins.str] role_variable: Variable name
|
|
210
|
-
:param pulumi.Input[_builtins.int] secondary_region_id: Set secondary region ID
|
|
224
|
+
:param pulumi.Input[_builtins.int] secondary_region_id: Set secondary region ID
|
|
225
|
+
- Range: `1`-`63`
|
|
211
226
|
:param pulumi.Input[_builtins.str] secondary_region_id_variable: Variable name
|
|
212
227
|
:param pulumi.Input[_builtins.int] version: The version of the Feature
|
|
213
228
|
"""
|
|
@@ -250,7 +265,8 @@ class _SystemMrfFeatureState:
|
|
|
250
265
|
@pulumi.getter(name="enableMigrationToMrf")
|
|
251
266
|
def enable_migration_to_mrf(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
252
267
|
"""
|
|
253
|
-
Enable migration mode to Multi-Region Fabric
|
|
268
|
+
Enable migration mode to Multi-Region Fabric
|
|
269
|
+
- Choices: `enabled`, `enabled-from-bgp-core`
|
|
254
270
|
"""
|
|
255
271
|
return pulumi.get(self, "enable_migration_to_mrf")
|
|
256
272
|
|
|
@@ -274,7 +290,8 @@ class _SystemMrfFeatureState:
|
|
|
274
290
|
@pulumi.getter(name="migrationBgpCommunity")
|
|
275
291
|
def migration_bgp_community(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
276
292
|
"""
|
|
277
|
-
Set BGP community during migration from BGP-core based network
|
|
293
|
+
Set BGP community during migration from BGP-core based network
|
|
294
|
+
- Range: `1`-`4294967295`
|
|
278
295
|
"""
|
|
279
296
|
return pulumi.get(self, "migration_bgp_community")
|
|
280
297
|
|
|
@@ -298,7 +315,8 @@ class _SystemMrfFeatureState:
|
|
|
298
315
|
@pulumi.getter(name="regionId")
|
|
299
316
|
def region_id(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
300
317
|
"""
|
|
301
|
-
Set region ID
|
|
318
|
+
Set region ID
|
|
319
|
+
- Range: `1`-`63`
|
|
302
320
|
"""
|
|
303
321
|
return pulumi.get(self, "region_id")
|
|
304
322
|
|
|
@@ -310,7 +328,8 @@ class _SystemMrfFeatureState:
|
|
|
310
328
|
@pulumi.getter
|
|
311
329
|
def role(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
312
330
|
"""
|
|
313
|
-
Set the role for router
|
|
331
|
+
Set the role for router
|
|
332
|
+
- Choices: `edge-router`, `border-router`
|
|
314
333
|
"""
|
|
315
334
|
return pulumi.get(self, "role")
|
|
316
335
|
|
|
@@ -334,7 +353,8 @@ class _SystemMrfFeatureState:
|
|
|
334
353
|
@pulumi.getter(name="secondaryRegionId")
|
|
335
354
|
def secondary_region_id(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
336
355
|
"""
|
|
337
|
-
Set secondary region ID
|
|
356
|
+
Set secondary region ID
|
|
357
|
+
- Range: `1`-`63`
|
|
338
358
|
"""
|
|
339
359
|
return pulumi.get(self, "secondary_region_id")
|
|
340
360
|
|
|
@@ -418,14 +438,19 @@ class SystemMrfFeature(pulumi.CustomResource):
|
|
|
418
438
|
:param str resource_name: The name of the resource.
|
|
419
439
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
420
440
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
421
|
-
:param pulumi.Input[_builtins.str] enable_migration_to_mrf: Enable migration mode to Multi-Region Fabric
|
|
441
|
+
:param pulumi.Input[_builtins.str] enable_migration_to_mrf: Enable migration mode to Multi-Region Fabric
|
|
442
|
+
- Choices: `enabled`, `enabled-from-bgp-core`
|
|
422
443
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
423
|
-
:param pulumi.Input[_builtins.int] migration_bgp_community: Set BGP community during migration from BGP-core based network
|
|
444
|
+
:param pulumi.Input[_builtins.int] migration_bgp_community: Set BGP community during migration from BGP-core based network
|
|
445
|
+
- Range: `1`-`4294967295`
|
|
424
446
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
425
|
-
:param pulumi.Input[_builtins.int] region_id: Set region ID
|
|
426
|
-
|
|
447
|
+
:param pulumi.Input[_builtins.int] region_id: Set region ID
|
|
448
|
+
- Range: `1`-`63`
|
|
449
|
+
:param pulumi.Input[_builtins.str] role: Set the role for router
|
|
450
|
+
- Choices: `edge-router`, `border-router`
|
|
427
451
|
:param pulumi.Input[_builtins.str] role_variable: Variable name
|
|
428
|
-
:param pulumi.Input[_builtins.int] secondary_region_id: Set secondary region ID
|
|
452
|
+
:param pulumi.Input[_builtins.int] secondary_region_id: Set secondary region ID
|
|
453
|
+
- Range: `1`-`63`
|
|
429
454
|
:param pulumi.Input[_builtins.str] secondary_region_id_variable: Variable name
|
|
430
455
|
"""
|
|
431
456
|
...
|
|
@@ -541,14 +566,19 @@ class SystemMrfFeature(pulumi.CustomResource):
|
|
|
541
566
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
542
567
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
543
568
|
:param pulumi.Input[_builtins.str] description: The description of the Feature
|
|
544
|
-
:param pulumi.Input[_builtins.str] enable_migration_to_mrf: Enable migration mode to Multi-Region Fabric
|
|
569
|
+
:param pulumi.Input[_builtins.str] enable_migration_to_mrf: Enable migration mode to Multi-Region Fabric
|
|
570
|
+
- Choices: `enabled`, `enabled-from-bgp-core`
|
|
545
571
|
:param pulumi.Input[_builtins.str] feature_profile_id: Feature Profile ID
|
|
546
|
-
:param pulumi.Input[_builtins.int] migration_bgp_community: Set BGP community during migration from BGP-core based network
|
|
572
|
+
:param pulumi.Input[_builtins.int] migration_bgp_community: Set BGP community during migration from BGP-core based network
|
|
573
|
+
- Range: `1`-`4294967295`
|
|
547
574
|
:param pulumi.Input[_builtins.str] name: The name of the Feature
|
|
548
|
-
:param pulumi.Input[_builtins.int] region_id: Set region ID
|
|
549
|
-
|
|
575
|
+
:param pulumi.Input[_builtins.int] region_id: Set region ID
|
|
576
|
+
- Range: `1`-`63`
|
|
577
|
+
:param pulumi.Input[_builtins.str] role: Set the role for router
|
|
578
|
+
- Choices: `edge-router`, `border-router`
|
|
550
579
|
:param pulumi.Input[_builtins.str] role_variable: Variable name
|
|
551
|
-
:param pulumi.Input[_builtins.int] secondary_region_id: Set secondary region ID
|
|
580
|
+
:param pulumi.Input[_builtins.int] secondary_region_id: Set secondary region ID
|
|
581
|
+
- Range: `1`-`63`
|
|
552
582
|
:param pulumi.Input[_builtins.str] secondary_region_id_variable: Variable name
|
|
553
583
|
:param pulumi.Input[_builtins.int] version: The version of the Feature
|
|
554
584
|
"""
|
|
@@ -581,7 +611,8 @@ class SystemMrfFeature(pulumi.CustomResource):
|
|
|
581
611
|
@pulumi.getter(name="enableMigrationToMrf")
|
|
582
612
|
def enable_migration_to_mrf(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
583
613
|
"""
|
|
584
|
-
Enable migration mode to Multi-Region Fabric
|
|
614
|
+
Enable migration mode to Multi-Region Fabric
|
|
615
|
+
- Choices: `enabled`, `enabled-from-bgp-core`
|
|
585
616
|
"""
|
|
586
617
|
return pulumi.get(self, "enable_migration_to_mrf")
|
|
587
618
|
|
|
@@ -597,7 +628,8 @@ class SystemMrfFeature(pulumi.CustomResource):
|
|
|
597
628
|
@pulumi.getter(name="migrationBgpCommunity")
|
|
598
629
|
def migration_bgp_community(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
599
630
|
"""
|
|
600
|
-
Set BGP community during migration from BGP-core based network
|
|
631
|
+
Set BGP community during migration from BGP-core based network
|
|
632
|
+
- Range: `1`-`4294967295`
|
|
601
633
|
"""
|
|
602
634
|
return pulumi.get(self, "migration_bgp_community")
|
|
603
635
|
|
|
@@ -613,7 +645,8 @@ class SystemMrfFeature(pulumi.CustomResource):
|
|
|
613
645
|
@pulumi.getter(name="regionId")
|
|
614
646
|
def region_id(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
615
647
|
"""
|
|
616
|
-
Set region ID
|
|
648
|
+
Set region ID
|
|
649
|
+
- Range: `1`-`63`
|
|
617
650
|
"""
|
|
618
651
|
return pulumi.get(self, "region_id")
|
|
619
652
|
|
|
@@ -621,7 +654,8 @@ class SystemMrfFeature(pulumi.CustomResource):
|
|
|
621
654
|
@pulumi.getter
|
|
622
655
|
def role(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
623
656
|
"""
|
|
624
|
-
Set the role for router
|
|
657
|
+
Set the role for router
|
|
658
|
+
- Choices: `edge-router`, `border-router`
|
|
625
659
|
"""
|
|
626
660
|
return pulumi.get(self, "role")
|
|
627
661
|
|
|
@@ -637,7 +671,8 @@ class SystemMrfFeature(pulumi.CustomResource):
|
|
|
637
671
|
@pulumi.getter(name="secondaryRegionId")
|
|
638
672
|
def secondary_region_id(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
639
673
|
"""
|
|
640
|
-
Set secondary region ID
|
|
674
|
+
Set secondary region ID
|
|
675
|
+
- Range: `1`-`63`
|
|
641
676
|
"""
|
|
642
677
|
return pulumi.get(self, "secondary_region_id")
|
|
643
678
|
|