pulumi-sdwan 0.2.0a1726034734__py3-none-any.whl → 0.2.0a1726207515__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-sdwan might be problematic. Click here for more details.
- pulumi_sdwan/__init__.py +520 -129
- pulumi_sdwan/_inputs.py +19584 -8750
- pulumi_sdwan/{application_priority_qos_policy_profile_parcel.py → application_priority_qos_policy.py} +52 -52
- pulumi_sdwan/{cli_config_profile_parcel.py → cli_config_feature.py} +36 -36
- pulumi_sdwan/custom_control_topology_policy_definition.py +18 -19
- pulumi_sdwan/dns_security_policy_definition.py +2 -2
- pulumi_sdwan/{get_application_priority_qos_policy_profile_parcel.py → get_application_priority_qos_policy.py} +28 -28
- pulumi_sdwan/{get_cli_config_profile_parcel.py → get_cli_config_feature.py} +23 -23
- pulumi_sdwan/get_device.py +2 -2
- pulumi_sdwan/get_other_feature_profile.py +117 -0
- pulumi_sdwan/get_other_thousandeyes_feature.py +164 -0
- pulumi_sdwan/get_other_ucse_feature.py +327 -0
- pulumi_sdwan/get_policy_object_class_map.py +164 -0
- pulumi_sdwan/get_policy_object_color_list.py +164 -0
- pulumi_sdwan/get_policy_object_data_ipv4_prefix_list.py +164 -0
- pulumi_sdwan/get_policy_object_data_ipv6_prefix_list.py +164 -0
- pulumi_sdwan/get_policy_object_expanded_community_list.py +176 -0
- pulumi_sdwan/get_policy_object_extended_community_list.py +164 -0
- pulumi_sdwan/get_policy_object_feature_profile.py +90 -0
- pulumi_sdwan/get_policy_object_ipv4_prefix_list.py +164 -0
- pulumi_sdwan/get_policy_object_ipv6_prefix_list.py +164 -0
- pulumi_sdwan/get_policy_object_mirror.py +164 -0
- pulumi_sdwan/get_policy_object_policer.py +164 -0
- pulumi_sdwan/get_policy_object_tloc_list.py +164 -0
- pulumi_sdwan/{get_service_lan_vpn_profile_parcel.py → get_service_lan_vpn_feature.py} +47 -47
- pulumi_sdwan/{get_service_lan_vpn_interface_ethernet_profile_parcel.py → get_service_lan_vpn_interface_ethernet_feature.py} +75 -75
- pulumi_sdwan/get_service_lan_vpn_interface_gre_feature.py +528 -0
- pulumi_sdwan/get_service_lan_vpn_interface_ipsec_feature.py +919 -0
- pulumi_sdwan/get_service_lan_vpn_interface_svi_feature.py +613 -0
- pulumi_sdwan/get_service_object_tracker_feature.py +293 -0
- pulumi_sdwan/get_service_object_tracker_group_feature.py +216 -0
- pulumi_sdwan/get_service_route_policy_feature.py +177 -0
- pulumi_sdwan/get_service_routing_bgp_feature.py +795 -0
- pulumi_sdwan/get_service_routing_ospf_feature.py +525 -0
- pulumi_sdwan/get_service_routing_ospfv3_ipv4_feature.py +603 -0
- pulumi_sdwan/get_service_routing_ospfv3_ipv6_feature.py +603 -0
- pulumi_sdwan/get_service_switchport_feature.py +203 -0
- pulumi_sdwan/{get_service_tracker_profile_parcel.py → get_service_tracker_feature.py} +27 -27
- pulumi_sdwan/get_service_tracker_group_feature.py +190 -0
- pulumi_sdwan/{get_system_aaa_profile_parcel.py → get_system_aaa_feature.py} +32 -32
- pulumi_sdwan/{get_system_banner_profile_parcel.py → get_system_banner_feature.py} +27 -27
- pulumi_sdwan/{get_system_basic_profile_parcel.py → get_system_basic_feature.py} +35 -35
- pulumi_sdwan/{get_system_bfd_profile_parcel.py → get_system_bfd_feature.py} +28 -28
- pulumi_sdwan/{get_system_flexible_port_speed_profile_parcel.py → get_system_flexible_port_speed_feature.py} +27 -27
- pulumi_sdwan/{get_system_global_profile_parcel.py → get_system_global_feature.py} +27 -27
- pulumi_sdwan/get_system_ipv4_device_access_feature.py +177 -0
- pulumi_sdwan/get_system_ipv6_device_access_feature.py +177 -0
- pulumi_sdwan/{get_system_logging_profile_parcel.py → get_system_logging_feature.py} +30 -30
- pulumi_sdwan/{get_system_mrf_profile_parcel.py → get_system_mrf_feature.py} +27 -27
- pulumi_sdwan/{get_system_ntp_profile_parcel.py → get_system_ntp_feature.py} +29 -29
- pulumi_sdwan/{get_system_omp_profile_parcel.py → get_system_omp_feature.py} +27 -27
- pulumi_sdwan/{get_system_performance_monitoring_profile_parcel.py → get_system_performance_monitoring_feature.py} +27 -27
- pulumi_sdwan/{get_system_remote_access_profile_parcel.py → get_system_remote_access_feature.py} +76 -122
- pulumi_sdwan/{get_system_security_profile_parcel.py → get_system_security_feature.py} +29 -29
- pulumi_sdwan/{get_system_snmp_profile_parcel.py → get_system_snmp_feature.py} +32 -32
- pulumi_sdwan/get_transport_gps_feature.py +306 -0
- pulumi_sdwan/{get_transport_ipv6_tracker_profile_parcel.py → get_transport_ipv6_tracker_feature.py} +27 -27
- pulumi_sdwan/get_transport_ipv6_tracker_group_feature.py +216 -0
- pulumi_sdwan/{get_transport_management_vpn_profile_parcel.py → get_transport_management_vpn_feature.py} +59 -59
- pulumi_sdwan/{get_transport_management_vpn_interface_ethernet_profile_parcel.py → get_transport_management_vpn_interface_ethernet_feature.py} +69 -69
- pulumi_sdwan/get_transport_route_policy_feature.py +177 -0
- pulumi_sdwan/{get_transport_routing_bgp_profile_parcel.py → get_transport_routing_bgp_feature.py} +36 -36
- pulumi_sdwan/get_transport_routing_ospf_feature.py +525 -0
- pulumi_sdwan/get_transport_routing_ospfv3_ipv4_feature.py +603 -0
- pulumi_sdwan/get_transport_routing_ospfv3_ipv6_feature.py +603 -0
- pulumi_sdwan/get_transport_tracker_feature.py +384 -0
- pulumi_sdwan/get_transport_tracker_group_feature.py +190 -0
- pulumi_sdwan/{get_transport_wan_vpn_profile_parcel.py → get_transport_wan_vpn_feature.py} +32 -32
- pulumi_sdwan/get_transport_wan_vpn_interface_cellular_feature.py +1774 -0
- pulumi_sdwan/{get_transport_wan_vpn_interface_ethernet_profile_parcel.py → get_transport_wan_vpn_interface_ethernet_feature.py} +133 -133
- pulumi_sdwan/get_transport_wan_vpn_interface_gre_feature.py +528 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_ipsec_feature.py +919 -0
- pulumi_sdwan/get_transport_wan_vpn_interface_t1_e1_serial_feature.py +1465 -0
- pulumi_sdwan/get_zone_based_firewall_policy_definition.py +177 -0
- pulumi_sdwan/other_feature_profile.py +227 -0
- pulumi_sdwan/other_thousandeyes_feature.py +331 -0
- pulumi_sdwan/other_ucse_feature.py +948 -0
- pulumi_sdwan/outputs.py +46733 -29015
- pulumi_sdwan/policy_object_class_map.py +362 -0
- pulumi_sdwan/policy_object_color_list.py +362 -0
- pulumi_sdwan/policy_object_data_ipv4_prefix_list.py +332 -0
- pulumi_sdwan/policy_object_data_ipv6_prefix_list.py +332 -0
- pulumi_sdwan/policy_object_expanded_community_list.py +403 -0
- pulumi_sdwan/policy_object_extended_community_list.py +332 -0
- pulumi_sdwan/policy_object_feature_profile.py +227 -0
- pulumi_sdwan/policy_object_ipv4_prefix_list.py +332 -0
- pulumi_sdwan/policy_object_ipv6_prefix_list.py +332 -0
- pulumi_sdwan/policy_object_mirror.py +332 -0
- pulumi_sdwan/policy_object_policer.py +332 -0
- pulumi_sdwan/policy_object_tloc_list.py +332 -0
- pulumi_sdwan/pulumi-plugin.json +1 -1
- pulumi_sdwan/security_policy.py +8 -8
- pulumi_sdwan/{service_lan_vpn_profile_parcel.py → service_lan_vpn_feature.py} +298 -298
- pulumi_sdwan/{service_lan_vpn_interface_ethernet_profile_parcel.py → service_lan_vpn_interface_ethernet_feature.py} +264 -264
- pulumi_sdwan/service_lan_vpn_interface_gre_feature.py +1712 -0
- pulumi_sdwan/service_lan_vpn_interface_ipsec_feature.py +3269 -0
- pulumi_sdwan/service_lan_vpn_interface_svi_feature.py +1960 -0
- pulumi_sdwan/service_object_tracker_feature.py +858 -0
- pulumi_sdwan/service_object_tracker_group_feature.py +519 -0
- pulumi_sdwan/service_route_policy_feature.py +378 -0
- pulumi_sdwan/service_routing_bgp_feature.py +2614 -0
- pulumi_sdwan/service_routing_ospf_feature.py +1634 -0
- pulumi_sdwan/service_routing_ospfv3_ipv4_feature.py +1916 -0
- pulumi_sdwan/service_routing_ospfv3_ipv6_feature.py +1916 -0
- pulumi_sdwan/service_switchport_feature.py +472 -0
- pulumi_sdwan/{service_tracker_profile_parcel.py → service_tracker_feature.py} +57 -58
- pulumi_sdwan/service_tracker_group_feature.py +425 -0
- pulumi_sdwan/{system_aaa_profile_parcel.py → system_aaa_feature.py} +108 -108
- pulumi_sdwan/{system_banner_profile_parcel.py → system_banner_feature.py} +40 -40
- pulumi_sdwan/{system_basic_profile_parcel.py → system_basic_feature.py} +94 -94
- pulumi_sdwan/{system_bfd_profile_parcel.py → system_bfd_feature.py} +52 -52
- pulumi_sdwan/{system_flexible_port_speed_profile_parcel.py → system_flexible_port_speed_feature.py} +40 -40
- pulumi_sdwan/{system_global_profile_parcel.py → system_global_feature.py} +40 -40
- pulumi_sdwan/system_ipv4_device_access_feature.py +378 -0
- pulumi_sdwan/system_ipv6_device_access_feature.py +378 -0
- pulumi_sdwan/{system_logging_profile_parcel.py → system_logging_feature.py} +80 -80
- pulumi_sdwan/{system_mrf_profile_parcel.py → system_mrf_feature.py} +40 -40
- pulumi_sdwan/{system_ntp_profile_parcel.py → system_ntp_feature.py} +66 -66
- pulumi_sdwan/{system_omp_profile_parcel.py → system_omp_feature.py} +40 -40
- pulumi_sdwan/{system_performance_monitoring_profile_parcel.py → system_performance_monitoring_feature.py} +40 -40
- pulumi_sdwan/{system_remote_access_profile_parcel.py → system_remote_access_feature.py} +368 -470
- pulumi_sdwan/{system_security_profile_parcel.py → system_security_feature.py} +66 -66
- pulumi_sdwan/{system_snmp_profile_parcel.py → system_snmp_feature.py} +107 -107
- pulumi_sdwan/transport_gps_feature.py +882 -0
- pulumi_sdwan/{transport_ipv6_tracker_profile_parcel.py → transport_ipv6_tracker_feature.py} +57 -58
- pulumi_sdwan/transport_ipv6_tracker_group_feature.py +520 -0
- pulumi_sdwan/{transport_management_vpn_profile_parcel.py → transport_management_vpn_feature.py} +172 -172
- pulumi_sdwan/{transport_management_vpn_interface_ethernet_profile_parcel.py → transport_management_vpn_interface_ethernet_feature.py} +193 -194
- pulumi_sdwan/transport_route_policy_feature.py +378 -0
- pulumi_sdwan/{transport_routing_bgp_profile_parcel.py → transport_routing_bgp_feature.py} +181 -182
- pulumi_sdwan/transport_routing_ospf_feature.py +1634 -0
- pulumi_sdwan/transport_routing_ospfv3_ipv4_feature.py +1916 -0
- pulumi_sdwan/transport_routing_ospfv3_ipv6_feature.py +1916 -0
- pulumi_sdwan/transport_tracker_feature.py +1170 -0
- pulumi_sdwan/transport_tracker_group_feature.py +425 -0
- pulumi_sdwan/{transport_wan_vpn_profile_parcel.py → transport_wan_vpn_feature.py} +104 -104
- pulumi_sdwan/transport_wan_vpn_interface_cellular_feature.py +6168 -0
- pulumi_sdwan/{transport_wan_vpn_interface_ethernet_profile_parcel.py → transport_wan_vpn_interface_ethernet_feature.py} +483 -483
- pulumi_sdwan/transport_wan_vpn_interface_gre_feature.py +1708 -0
- pulumi_sdwan/transport_wan_vpn_interface_ipsec_feature.py +3259 -0
- pulumi_sdwan/transport_wan_vpn_interface_t1_e1_serial_feature.py +5215 -0
- pulumi_sdwan/zone_based_firewall_policy_definition.py +401 -0
- {pulumi_sdwan-0.2.0a1726034734.dist-info → pulumi_sdwan-0.2.0a1726207515.dist-info}/METADATA +1 -1
- {pulumi_sdwan-0.2.0a1726034734.dist-info → pulumi_sdwan-0.2.0a1726207515.dist-info}/RECORD +146 -67
- pulumi_sdwan/configuration_group_deploy.py +0 -224
- pulumi_sdwan/configuration_group_device_variables.py +0 -293
- pulumi_sdwan/configuration_group_devices.py +0 -236
- pulumi_sdwan/get_configuration_group_device_variables.py +0 -144
- pulumi_sdwan/get_configuration_group_devices.py +0 -118
- {pulumi_sdwan-0.2.0a1726034734.dist-info → pulumi_sdwan-0.2.0a1726207515.dist-info}/WHEEL +0 -0
- {pulumi_sdwan-0.2.0a1726034734.dist-info → pulumi_sdwan-0.2.0a1726207515.dist-info}/top_level.txt +0 -0
|
@@ -9,10 +9,10 @@ import pulumi.runtime
|
|
|
9
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
10
|
from . import _utilities
|
|
11
11
|
|
|
12
|
-
__all__ = ['
|
|
12
|
+
__all__ = ['SystemOmpFeatureArgs', 'SystemOmpFeature']
|
|
13
13
|
|
|
14
14
|
@pulumi.input_type
|
|
15
|
-
class
|
|
15
|
+
class SystemOmpFeatureArgs:
|
|
16
16
|
def __init__(__self__, *,
|
|
17
17
|
feature_profile_id: pulumi.Input[str],
|
|
18
18
|
advertise_ipv4_bgp: Optional[pulumi.Input[bool]] = None,
|
|
@@ -76,7 +76,7 @@ class SystemOmpProfileParcelArgs:
|
|
|
76
76
|
transport_gateway: Optional[pulumi.Input[str]] = None,
|
|
77
77
|
transport_gateway_variable: Optional[pulumi.Input[str]] = None):
|
|
78
78
|
"""
|
|
79
|
-
The set of arguments for constructing a
|
|
79
|
+
The set of arguments for constructing a SystemOmpFeature resource.
|
|
80
80
|
:param pulumi.Input[str] feature_profile_id: Feature Profile ID
|
|
81
81
|
:param pulumi.Input[bool] advertise_ipv4_bgp: BGP - Default value: `false`
|
|
82
82
|
:param pulumi.Input[str] advertise_ipv4_bgp_variable: Variable name
|
|
@@ -110,7 +110,7 @@ class SystemOmpProfileParcelArgs:
|
|
|
110
110
|
:param pulumi.Input[str] advertise_ipv6_static_variable: Variable name
|
|
111
111
|
:param pulumi.Input[int] advertisement_interval: Advertisement Interval (seconds) - Range: `0`-`65535` - Default value: `1`
|
|
112
112
|
:param pulumi.Input[str] advertisement_interval_variable: Variable name
|
|
113
|
-
:param pulumi.Input[str] description: The description of the
|
|
113
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
114
114
|
:param pulumi.Input[int] ecmp_limit: Set maximum number of OMP paths to install in cEdge route table - Range: `1`-`0` - Default value: `4`
|
|
115
115
|
:param pulumi.Input[str] ecmp_limit_variable: Variable name
|
|
116
116
|
:param pulumi.Input[int] eor_timer: EOR Timer - Range: `1`-`3600` - Default value: `300`
|
|
@@ -123,7 +123,7 @@ class SystemOmpProfileParcelArgs:
|
|
|
123
123
|
:param pulumi.Input[str] holdtime_variable: Variable name
|
|
124
124
|
:param pulumi.Input[bool] ignore_region_path_length: Treat hierarchical and direct (secondary region) paths equally - Default value: `false`
|
|
125
125
|
:param pulumi.Input[str] ignore_region_path_length_variable: Variable name
|
|
126
|
-
:param pulumi.Input[str] name: The name of the
|
|
126
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
127
127
|
:param pulumi.Input[int] omp_admin_distance_ipv4: OMP Admin Distance IPv4 - Range: `1`-`255` - Default value: `251`
|
|
128
128
|
:param pulumi.Input[str] omp_admin_distance_ipv4_variable: Variable name
|
|
129
129
|
:param pulumi.Input[int] omp_admin_distance_ipv6: OMP Admin Distance IPv6 - Range: `1`-`255` - Default value: `251`
|
|
@@ -661,7 +661,7 @@ class SystemOmpProfileParcelArgs:
|
|
|
661
661
|
@pulumi.getter
|
|
662
662
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
663
663
|
"""
|
|
664
|
-
The description of the
|
|
664
|
+
The description of the Feature
|
|
665
665
|
"""
|
|
666
666
|
return pulumi.get(self, "description")
|
|
667
667
|
|
|
@@ -817,7 +817,7 @@ class SystemOmpProfileParcelArgs:
|
|
|
817
817
|
@pulumi.getter
|
|
818
818
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
819
819
|
"""
|
|
820
|
-
The name of the
|
|
820
|
+
The name of the Feature
|
|
821
821
|
"""
|
|
822
822
|
return pulumi.get(self, "name")
|
|
823
823
|
|
|
@@ -995,7 +995,7 @@ class SystemOmpProfileParcelArgs:
|
|
|
995
995
|
|
|
996
996
|
|
|
997
997
|
@pulumi.input_type
|
|
998
|
-
class
|
|
998
|
+
class _SystemOmpFeatureState:
|
|
999
999
|
def __init__(__self__, *,
|
|
1000
1000
|
advertise_ipv4_bgp: Optional[pulumi.Input[bool]] = None,
|
|
1001
1001
|
advertise_ipv4_bgp_variable: Optional[pulumi.Input[str]] = None,
|
|
@@ -1060,7 +1060,7 @@ class _SystemOmpProfileParcelState:
|
|
|
1060
1060
|
transport_gateway_variable: Optional[pulumi.Input[str]] = None,
|
|
1061
1061
|
version: Optional[pulumi.Input[int]] = None):
|
|
1062
1062
|
"""
|
|
1063
|
-
Input properties used for looking up and filtering
|
|
1063
|
+
Input properties used for looking up and filtering SystemOmpFeature resources.
|
|
1064
1064
|
:param pulumi.Input[bool] advertise_ipv4_bgp: BGP - Default value: `false`
|
|
1065
1065
|
:param pulumi.Input[str] advertise_ipv4_bgp_variable: Variable name
|
|
1066
1066
|
:param pulumi.Input[bool] advertise_ipv4_connected: Connected - Default value: `true`
|
|
@@ -1093,7 +1093,7 @@ class _SystemOmpProfileParcelState:
|
|
|
1093
1093
|
:param pulumi.Input[str] advertise_ipv6_static_variable: Variable name
|
|
1094
1094
|
:param pulumi.Input[int] advertisement_interval: Advertisement Interval (seconds) - Range: `0`-`65535` - Default value: `1`
|
|
1095
1095
|
:param pulumi.Input[str] advertisement_interval_variable: Variable name
|
|
1096
|
-
:param pulumi.Input[str] description: The description of the
|
|
1096
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
1097
1097
|
:param pulumi.Input[int] ecmp_limit: Set maximum number of OMP paths to install in cEdge route table - Range: `1`-`0` - Default value: `4`
|
|
1098
1098
|
:param pulumi.Input[str] ecmp_limit_variable: Variable name
|
|
1099
1099
|
:param pulumi.Input[int] eor_timer: EOR Timer - Range: `1`-`3600` - Default value: `300`
|
|
@@ -1107,7 +1107,7 @@ class _SystemOmpProfileParcelState:
|
|
|
1107
1107
|
:param pulumi.Input[str] holdtime_variable: Variable name
|
|
1108
1108
|
:param pulumi.Input[bool] ignore_region_path_length: Treat hierarchical and direct (secondary region) paths equally - Default value: `false`
|
|
1109
1109
|
:param pulumi.Input[str] ignore_region_path_length_variable: Variable name
|
|
1110
|
-
:param pulumi.Input[str] name: The name of the
|
|
1110
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
1111
1111
|
:param pulumi.Input[int] omp_admin_distance_ipv4: OMP Admin Distance IPv4 - Range: `1`-`255` - Default value: `251`
|
|
1112
1112
|
:param pulumi.Input[str] omp_admin_distance_ipv4_variable: Variable name
|
|
1113
1113
|
:param pulumi.Input[int] omp_admin_distance_ipv6: OMP Admin Distance IPv6 - Range: `1`-`255` - Default value: `251`
|
|
@@ -1122,7 +1122,7 @@ class _SystemOmpProfileParcelState:
|
|
|
1122
1122
|
:param pulumi.Input[str] site_types_variable: Variable name
|
|
1123
1123
|
:param pulumi.Input[str] transport_gateway: Transport Gateway Path Behavior - Choices: `prefer`, `ecmp-with-direct-path`
|
|
1124
1124
|
:param pulumi.Input[str] transport_gateway_variable: Variable name
|
|
1125
|
-
:param pulumi.Input[int] version: The version of the
|
|
1125
|
+
:param pulumi.Input[int] version: The version of the Feature
|
|
1126
1126
|
"""
|
|
1127
1127
|
if advertise_ipv4_bgp is not None:
|
|
1128
1128
|
pulumi.set(__self__, "advertise_ipv4_bgp", advertise_ipv4_bgp)
|
|
@@ -1637,7 +1637,7 @@ class _SystemOmpProfileParcelState:
|
|
|
1637
1637
|
@pulumi.getter
|
|
1638
1638
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
1639
1639
|
"""
|
|
1640
|
-
The description of the
|
|
1640
|
+
The description of the Feature
|
|
1641
1641
|
"""
|
|
1642
1642
|
return pulumi.get(self, "description")
|
|
1643
1643
|
|
|
@@ -1805,7 +1805,7 @@ class _SystemOmpProfileParcelState:
|
|
|
1805
1805
|
@pulumi.getter
|
|
1806
1806
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1807
1807
|
"""
|
|
1808
|
-
The name of the
|
|
1808
|
+
The name of the Feature
|
|
1809
1809
|
"""
|
|
1810
1810
|
return pulumi.get(self, "name")
|
|
1811
1811
|
|
|
@@ -1985,7 +1985,7 @@ class _SystemOmpProfileParcelState:
|
|
|
1985
1985
|
@pulumi.getter
|
|
1986
1986
|
def version(self) -> Optional[pulumi.Input[int]]:
|
|
1987
1987
|
"""
|
|
1988
|
-
The version of the
|
|
1988
|
+
The version of the Feature
|
|
1989
1989
|
"""
|
|
1990
1990
|
return pulumi.get(self, "version")
|
|
1991
1991
|
|
|
@@ -1994,7 +1994,7 @@ class _SystemOmpProfileParcelState:
|
|
|
1994
1994
|
pulumi.set(self, "version", value)
|
|
1995
1995
|
|
|
1996
1996
|
|
|
1997
|
-
class
|
|
1997
|
+
class SystemOmpFeature(pulumi.CustomResource):
|
|
1998
1998
|
@overload
|
|
1999
1999
|
def __init__(__self__,
|
|
2000
2000
|
resource_name: str,
|
|
@@ -2062,7 +2062,7 @@ class SystemOmpProfileParcel(pulumi.CustomResource):
|
|
|
2062
2062
|
transport_gateway_variable: Optional[pulumi.Input[str]] = None,
|
|
2063
2063
|
__props__=None):
|
|
2064
2064
|
"""
|
|
2065
|
-
This resource can manage a System OMP
|
|
2065
|
+
This resource can manage a System OMP Feature.
|
|
2066
2066
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
2067
2067
|
|
|
2068
2068
|
## Example Usage
|
|
@@ -2071,7 +2071,7 @@ class SystemOmpProfileParcel(pulumi.CustomResource):
|
|
|
2071
2071
|
import pulumi
|
|
2072
2072
|
import pulumi_sdwan as sdwan
|
|
2073
2073
|
|
|
2074
|
-
example = sdwan.
|
|
2074
|
+
example = sdwan.SystemOmpFeature("example",
|
|
2075
2075
|
name="Example",
|
|
2076
2076
|
description="My Example",
|
|
2077
2077
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
@@ -2109,7 +2109,7 @@ class SystemOmpProfileParcel(pulumi.CustomResource):
|
|
|
2109
2109
|
## Import
|
|
2110
2110
|
|
|
2111
2111
|
```sh
|
|
2112
|
-
$ pulumi import sdwan:index/
|
|
2112
|
+
$ pulumi import sdwan:index/systemOmpFeature:SystemOmpFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
2113
2113
|
```
|
|
2114
2114
|
|
|
2115
2115
|
:param str resource_name: The name of the resource.
|
|
@@ -2146,7 +2146,7 @@ class SystemOmpProfileParcel(pulumi.CustomResource):
|
|
|
2146
2146
|
:param pulumi.Input[str] advertise_ipv6_static_variable: Variable name
|
|
2147
2147
|
:param pulumi.Input[int] advertisement_interval: Advertisement Interval (seconds) - Range: `0`-`65535` - Default value: `1`
|
|
2148
2148
|
:param pulumi.Input[str] advertisement_interval_variable: Variable name
|
|
2149
|
-
:param pulumi.Input[str] description: The description of the
|
|
2149
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
2150
2150
|
:param pulumi.Input[int] ecmp_limit: Set maximum number of OMP paths to install in cEdge route table - Range: `1`-`0` - Default value: `4`
|
|
2151
2151
|
:param pulumi.Input[str] ecmp_limit_variable: Variable name
|
|
2152
2152
|
:param pulumi.Input[int] eor_timer: EOR Timer - Range: `1`-`3600` - Default value: `300`
|
|
@@ -2160,7 +2160,7 @@ class SystemOmpProfileParcel(pulumi.CustomResource):
|
|
|
2160
2160
|
:param pulumi.Input[str] holdtime_variable: Variable name
|
|
2161
2161
|
:param pulumi.Input[bool] ignore_region_path_length: Treat hierarchical and direct (secondary region) paths equally - Default value: `false`
|
|
2162
2162
|
:param pulumi.Input[str] ignore_region_path_length_variable: Variable name
|
|
2163
|
-
:param pulumi.Input[str] name: The name of the
|
|
2163
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
2164
2164
|
:param pulumi.Input[int] omp_admin_distance_ipv4: OMP Admin Distance IPv4 - Range: `1`-`255` - Default value: `251`
|
|
2165
2165
|
:param pulumi.Input[str] omp_admin_distance_ipv4_variable: Variable name
|
|
2166
2166
|
:param pulumi.Input[int] omp_admin_distance_ipv6: OMP Admin Distance IPv6 - Range: `1`-`255` - Default value: `251`
|
|
@@ -2180,10 +2180,10 @@ class SystemOmpProfileParcel(pulumi.CustomResource):
|
|
|
2180
2180
|
@overload
|
|
2181
2181
|
def __init__(__self__,
|
|
2182
2182
|
resource_name: str,
|
|
2183
|
-
args:
|
|
2183
|
+
args: SystemOmpFeatureArgs,
|
|
2184
2184
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
2185
2185
|
"""
|
|
2186
|
-
This resource can manage a System OMP
|
|
2186
|
+
This resource can manage a System OMP Feature.
|
|
2187
2187
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
2188
2188
|
|
|
2189
2189
|
## Example Usage
|
|
@@ -2192,7 +2192,7 @@ class SystemOmpProfileParcel(pulumi.CustomResource):
|
|
|
2192
2192
|
import pulumi
|
|
2193
2193
|
import pulumi_sdwan as sdwan
|
|
2194
2194
|
|
|
2195
|
-
example = sdwan.
|
|
2195
|
+
example = sdwan.SystemOmpFeature("example",
|
|
2196
2196
|
name="Example",
|
|
2197
2197
|
description="My Example",
|
|
2198
2198
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
@@ -2230,16 +2230,16 @@ class SystemOmpProfileParcel(pulumi.CustomResource):
|
|
|
2230
2230
|
## Import
|
|
2231
2231
|
|
|
2232
2232
|
```sh
|
|
2233
|
-
$ pulumi import sdwan:index/
|
|
2233
|
+
$ pulumi import sdwan:index/systemOmpFeature:SystemOmpFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
2234
2234
|
```
|
|
2235
2235
|
|
|
2236
2236
|
:param str resource_name: The name of the resource.
|
|
2237
|
-
:param
|
|
2237
|
+
:param SystemOmpFeatureArgs args: The arguments to use to populate this resource's properties.
|
|
2238
2238
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
2239
2239
|
"""
|
|
2240
2240
|
...
|
|
2241
2241
|
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
2242
|
-
resource_args, opts = _utilities.get_resource_args_opts(
|
|
2242
|
+
resource_args, opts = _utilities.get_resource_args_opts(SystemOmpFeatureArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
2243
2243
|
if resource_args is not None:
|
|
2244
2244
|
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
2245
2245
|
else:
|
|
@@ -2316,7 +2316,7 @@ class SystemOmpProfileParcel(pulumi.CustomResource):
|
|
|
2316
2316
|
if opts.id is None:
|
|
2317
2317
|
if __props__ is not None:
|
|
2318
2318
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
2319
|
-
__props__ =
|
|
2319
|
+
__props__ = SystemOmpFeatureArgs.__new__(SystemOmpFeatureArgs)
|
|
2320
2320
|
|
|
2321
2321
|
__props__.__dict__["advertise_ipv4_bgp"] = advertise_ipv4_bgp
|
|
2322
2322
|
__props__.__dict__["advertise_ipv4_bgp_variable"] = advertise_ipv4_bgp_variable
|
|
@@ -2382,8 +2382,8 @@ class SystemOmpProfileParcel(pulumi.CustomResource):
|
|
|
2382
2382
|
__props__.__dict__["transport_gateway"] = transport_gateway
|
|
2383
2383
|
__props__.__dict__["transport_gateway_variable"] = transport_gateway_variable
|
|
2384
2384
|
__props__.__dict__["version"] = None
|
|
2385
|
-
super(
|
|
2386
|
-
'sdwan:index/
|
|
2385
|
+
super(SystemOmpFeature, __self__).__init__(
|
|
2386
|
+
'sdwan:index/systemOmpFeature:SystemOmpFeature',
|
|
2387
2387
|
resource_name,
|
|
2388
2388
|
__props__,
|
|
2389
2389
|
opts)
|
|
@@ -2453,9 +2453,9 @@ class SystemOmpProfileParcel(pulumi.CustomResource):
|
|
|
2453
2453
|
site_types_variable: Optional[pulumi.Input[str]] = None,
|
|
2454
2454
|
transport_gateway: Optional[pulumi.Input[str]] = None,
|
|
2455
2455
|
transport_gateway_variable: Optional[pulumi.Input[str]] = None,
|
|
2456
|
-
version: Optional[pulumi.Input[int]] = None) -> '
|
|
2456
|
+
version: Optional[pulumi.Input[int]] = None) -> 'SystemOmpFeature':
|
|
2457
2457
|
"""
|
|
2458
|
-
Get an existing
|
|
2458
|
+
Get an existing SystemOmpFeature resource's state with the given name, id, and optional extra
|
|
2459
2459
|
properties used to qualify the lookup.
|
|
2460
2460
|
|
|
2461
2461
|
:param str resource_name: The unique name of the resulting resource.
|
|
@@ -2493,7 +2493,7 @@ class SystemOmpProfileParcel(pulumi.CustomResource):
|
|
|
2493
2493
|
:param pulumi.Input[str] advertise_ipv6_static_variable: Variable name
|
|
2494
2494
|
:param pulumi.Input[int] advertisement_interval: Advertisement Interval (seconds) - Range: `0`-`65535` - Default value: `1`
|
|
2495
2495
|
:param pulumi.Input[str] advertisement_interval_variable: Variable name
|
|
2496
|
-
:param pulumi.Input[str] description: The description of the
|
|
2496
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
2497
2497
|
:param pulumi.Input[int] ecmp_limit: Set maximum number of OMP paths to install in cEdge route table - Range: `1`-`0` - Default value: `4`
|
|
2498
2498
|
:param pulumi.Input[str] ecmp_limit_variable: Variable name
|
|
2499
2499
|
:param pulumi.Input[int] eor_timer: EOR Timer - Range: `1`-`3600` - Default value: `300`
|
|
@@ -2507,7 +2507,7 @@ class SystemOmpProfileParcel(pulumi.CustomResource):
|
|
|
2507
2507
|
:param pulumi.Input[str] holdtime_variable: Variable name
|
|
2508
2508
|
:param pulumi.Input[bool] ignore_region_path_length: Treat hierarchical and direct (secondary region) paths equally - Default value: `false`
|
|
2509
2509
|
:param pulumi.Input[str] ignore_region_path_length_variable: Variable name
|
|
2510
|
-
:param pulumi.Input[str] name: The name of the
|
|
2510
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
2511
2511
|
:param pulumi.Input[int] omp_admin_distance_ipv4: OMP Admin Distance IPv4 - Range: `1`-`255` - Default value: `251`
|
|
2512
2512
|
:param pulumi.Input[str] omp_admin_distance_ipv4_variable: Variable name
|
|
2513
2513
|
:param pulumi.Input[int] omp_admin_distance_ipv6: OMP Admin Distance IPv6 - Range: `1`-`255` - Default value: `251`
|
|
@@ -2522,11 +2522,11 @@ class SystemOmpProfileParcel(pulumi.CustomResource):
|
|
|
2522
2522
|
:param pulumi.Input[str] site_types_variable: Variable name
|
|
2523
2523
|
:param pulumi.Input[str] transport_gateway: Transport Gateway Path Behavior - Choices: `prefer`, `ecmp-with-direct-path`
|
|
2524
2524
|
:param pulumi.Input[str] transport_gateway_variable: Variable name
|
|
2525
|
-
:param pulumi.Input[int] version: The version of the
|
|
2525
|
+
:param pulumi.Input[int] version: The version of the Feature
|
|
2526
2526
|
"""
|
|
2527
2527
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
2528
2528
|
|
|
2529
|
-
__props__ =
|
|
2529
|
+
__props__ = _SystemOmpFeatureState.__new__(_SystemOmpFeatureState)
|
|
2530
2530
|
|
|
2531
2531
|
__props__.__dict__["advertise_ipv4_bgp"] = advertise_ipv4_bgp
|
|
2532
2532
|
__props__.__dict__["advertise_ipv4_bgp_variable"] = advertise_ipv4_bgp_variable
|
|
@@ -2590,7 +2590,7 @@ class SystemOmpProfileParcel(pulumi.CustomResource):
|
|
|
2590
2590
|
__props__.__dict__["transport_gateway"] = transport_gateway
|
|
2591
2591
|
__props__.__dict__["transport_gateway_variable"] = transport_gateway_variable
|
|
2592
2592
|
__props__.__dict__["version"] = version
|
|
2593
|
-
return
|
|
2593
|
+
return SystemOmpFeature(resource_name, opts=opts, __props__=__props__)
|
|
2594
2594
|
|
|
2595
2595
|
@property
|
|
2596
2596
|
@pulumi.getter(name="advertiseIpv4Bgp")
|
|
@@ -2852,7 +2852,7 @@ class SystemOmpProfileParcel(pulumi.CustomResource):
|
|
|
2852
2852
|
@pulumi.getter
|
|
2853
2853
|
def description(self) -> pulumi.Output[Optional[str]]:
|
|
2854
2854
|
"""
|
|
2855
|
-
The description of the
|
|
2855
|
+
The description of the Feature
|
|
2856
2856
|
"""
|
|
2857
2857
|
return pulumi.get(self, "description")
|
|
2858
2858
|
|
|
@@ -2964,7 +2964,7 @@ class SystemOmpProfileParcel(pulumi.CustomResource):
|
|
|
2964
2964
|
@pulumi.getter
|
|
2965
2965
|
def name(self) -> pulumi.Output[str]:
|
|
2966
2966
|
"""
|
|
2967
|
-
The name of the
|
|
2967
|
+
The name of the Feature
|
|
2968
2968
|
"""
|
|
2969
2969
|
return pulumi.get(self, "name")
|
|
2970
2970
|
|
|
@@ -3084,7 +3084,7 @@ class SystemOmpProfileParcel(pulumi.CustomResource):
|
|
|
3084
3084
|
@pulumi.getter
|
|
3085
3085
|
def version(self) -> pulumi.Output[int]:
|
|
3086
3086
|
"""
|
|
3087
|
-
The version of the
|
|
3087
|
+
The version of the Feature
|
|
3088
3088
|
"""
|
|
3089
3089
|
return pulumi.get(self, "version")
|
|
3090
3090
|
|
|
@@ -9,10 +9,10 @@ import pulumi.runtime
|
|
|
9
9
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
10
|
from . import _utilities
|
|
11
11
|
|
|
12
|
-
__all__ = ['
|
|
12
|
+
__all__ = ['SystemPerformanceMonitoringFeatureArgs', 'SystemPerformanceMonitoringFeature']
|
|
13
13
|
|
|
14
14
|
@pulumi.input_type
|
|
15
|
-
class
|
|
15
|
+
class SystemPerformanceMonitoringFeatureArgs:
|
|
16
16
|
def __init__(__self__, *,
|
|
17
17
|
app_perf_monitor_app_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
18
18
|
app_perf_monitor_enabled: Optional[pulumi.Input[bool]] = None,
|
|
@@ -24,16 +24,16 @@ class SystemPerformanceMonitoringProfileParcelArgs:
|
|
|
24
24
|
monitoring_config_interval: Optional[pulumi.Input[str]] = None,
|
|
25
25
|
name: Optional[pulumi.Input[str]] = None):
|
|
26
26
|
"""
|
|
27
|
-
The set of arguments for constructing a
|
|
27
|
+
The set of arguments for constructing a SystemPerformanceMonitoringFeature resource.
|
|
28
28
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] app_perf_monitor_app_groups: Application groups to be monitored
|
|
29
29
|
:param pulumi.Input[bool] app_perf_monitor_enabled: Application performance monitoring enable or disable - Default value: `false`
|
|
30
|
-
:param pulumi.Input[str] description: The description of the
|
|
30
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
31
31
|
:param pulumi.Input[bool] event_driven_config_enabled: UMTS event driven monitoring enable or disable - Default value: `false`
|
|
32
32
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] event_driven_events: UMTS events
|
|
33
33
|
:param pulumi.Input[str] feature_profile_id: Feature Profile ID
|
|
34
34
|
:param pulumi.Input[bool] monitoring_config_enabled: UMTS monitoring enable or disable - Default value: `false`
|
|
35
35
|
:param pulumi.Input[str] monitoring_config_interval: UMTS monitoring interval(Minutes) - Choices: `30`, `60`
|
|
36
|
-
:param pulumi.Input[str] name: The name of the
|
|
36
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
37
37
|
"""
|
|
38
38
|
if app_perf_monitor_app_groups is not None:
|
|
39
39
|
pulumi.set(__self__, "app_perf_monitor_app_groups", app_perf_monitor_app_groups)
|
|
@@ -82,7 +82,7 @@ class SystemPerformanceMonitoringProfileParcelArgs:
|
|
|
82
82
|
@pulumi.getter
|
|
83
83
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
84
84
|
"""
|
|
85
|
-
The description of the
|
|
85
|
+
The description of the Feature
|
|
86
86
|
"""
|
|
87
87
|
return pulumi.get(self, "description")
|
|
88
88
|
|
|
@@ -154,7 +154,7 @@ class SystemPerformanceMonitoringProfileParcelArgs:
|
|
|
154
154
|
@pulumi.getter
|
|
155
155
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
156
156
|
"""
|
|
157
|
-
The name of the
|
|
157
|
+
The name of the Feature
|
|
158
158
|
"""
|
|
159
159
|
return pulumi.get(self, "name")
|
|
160
160
|
|
|
@@ -164,7 +164,7 @@ class SystemPerformanceMonitoringProfileParcelArgs:
|
|
|
164
164
|
|
|
165
165
|
|
|
166
166
|
@pulumi.input_type
|
|
167
|
-
class
|
|
167
|
+
class _SystemPerformanceMonitoringFeatureState:
|
|
168
168
|
def __init__(__self__, *,
|
|
169
169
|
app_perf_monitor_app_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
170
170
|
app_perf_monitor_enabled: Optional[pulumi.Input[bool]] = None,
|
|
@@ -177,17 +177,17 @@ class _SystemPerformanceMonitoringProfileParcelState:
|
|
|
177
177
|
name: Optional[pulumi.Input[str]] = None,
|
|
178
178
|
version: Optional[pulumi.Input[int]] = None):
|
|
179
179
|
"""
|
|
180
|
-
Input properties used for looking up and filtering
|
|
180
|
+
Input properties used for looking up and filtering SystemPerformanceMonitoringFeature resources.
|
|
181
181
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] app_perf_monitor_app_groups: Application groups to be monitored
|
|
182
182
|
:param pulumi.Input[bool] app_perf_monitor_enabled: Application performance monitoring enable or disable - Default value: `false`
|
|
183
|
-
:param pulumi.Input[str] description: The description of the
|
|
183
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
184
184
|
:param pulumi.Input[bool] event_driven_config_enabled: UMTS event driven monitoring enable or disable - Default value: `false`
|
|
185
185
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] event_driven_events: UMTS events
|
|
186
186
|
:param pulumi.Input[str] feature_profile_id: Feature Profile ID
|
|
187
187
|
:param pulumi.Input[bool] monitoring_config_enabled: UMTS monitoring enable or disable - Default value: `false`
|
|
188
188
|
:param pulumi.Input[str] monitoring_config_interval: UMTS monitoring interval(Minutes) - Choices: `30`, `60`
|
|
189
|
-
:param pulumi.Input[str] name: The name of the
|
|
190
|
-
:param pulumi.Input[int] version: The version of the
|
|
189
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
190
|
+
:param pulumi.Input[int] version: The version of the Feature
|
|
191
191
|
"""
|
|
192
192
|
if app_perf_monitor_app_groups is not None:
|
|
193
193
|
pulumi.set(__self__, "app_perf_monitor_app_groups", app_perf_monitor_app_groups)
|
|
@@ -238,7 +238,7 @@ class _SystemPerformanceMonitoringProfileParcelState:
|
|
|
238
238
|
@pulumi.getter
|
|
239
239
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
240
240
|
"""
|
|
241
|
-
The description of the
|
|
241
|
+
The description of the Feature
|
|
242
242
|
"""
|
|
243
243
|
return pulumi.get(self, "description")
|
|
244
244
|
|
|
@@ -310,7 +310,7 @@ class _SystemPerformanceMonitoringProfileParcelState:
|
|
|
310
310
|
@pulumi.getter
|
|
311
311
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
312
312
|
"""
|
|
313
|
-
The name of the
|
|
313
|
+
The name of the Feature
|
|
314
314
|
"""
|
|
315
315
|
return pulumi.get(self, "name")
|
|
316
316
|
|
|
@@ -322,7 +322,7 @@ class _SystemPerformanceMonitoringProfileParcelState:
|
|
|
322
322
|
@pulumi.getter
|
|
323
323
|
def version(self) -> Optional[pulumi.Input[int]]:
|
|
324
324
|
"""
|
|
325
|
-
The version of the
|
|
325
|
+
The version of the Feature
|
|
326
326
|
"""
|
|
327
327
|
return pulumi.get(self, "version")
|
|
328
328
|
|
|
@@ -331,7 +331,7 @@ class _SystemPerformanceMonitoringProfileParcelState:
|
|
|
331
331
|
pulumi.set(self, "version", value)
|
|
332
332
|
|
|
333
333
|
|
|
334
|
-
class
|
|
334
|
+
class SystemPerformanceMonitoringFeature(pulumi.CustomResource):
|
|
335
335
|
@overload
|
|
336
336
|
def __init__(__self__,
|
|
337
337
|
resource_name: str,
|
|
@@ -347,7 +347,7 @@ class SystemPerformanceMonitoringProfileParcel(pulumi.CustomResource):
|
|
|
347
347
|
name: Optional[pulumi.Input[str]] = None,
|
|
348
348
|
__props__=None):
|
|
349
349
|
"""
|
|
350
|
-
This resource can manage a System Performance Monitoring
|
|
350
|
+
This resource can manage a System Performance Monitoring Feature.
|
|
351
351
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
352
352
|
|
|
353
353
|
## Example Usage
|
|
@@ -356,7 +356,7 @@ class SystemPerformanceMonitoringProfileParcel(pulumi.CustomResource):
|
|
|
356
356
|
import pulumi
|
|
357
357
|
import pulumi_sdwan as sdwan
|
|
358
358
|
|
|
359
|
-
example = sdwan.
|
|
359
|
+
example = sdwan.SystemPerformanceMonitoringFeature("example",
|
|
360
360
|
name="Example",
|
|
361
361
|
description="My Example",
|
|
362
362
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
@@ -371,29 +371,29 @@ class SystemPerformanceMonitoringProfileParcel(pulumi.CustomResource):
|
|
|
371
371
|
## Import
|
|
372
372
|
|
|
373
373
|
```sh
|
|
374
|
-
$ pulumi import sdwan:index/
|
|
374
|
+
$ pulumi import sdwan:index/systemPerformanceMonitoringFeature:SystemPerformanceMonitoringFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
375
375
|
```
|
|
376
376
|
|
|
377
377
|
:param str resource_name: The name of the resource.
|
|
378
378
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
379
379
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] app_perf_monitor_app_groups: Application groups to be monitored
|
|
380
380
|
:param pulumi.Input[bool] app_perf_monitor_enabled: Application performance monitoring enable or disable - Default value: `false`
|
|
381
|
-
:param pulumi.Input[str] description: The description of the
|
|
381
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
382
382
|
:param pulumi.Input[bool] event_driven_config_enabled: UMTS event driven monitoring enable or disable - Default value: `false`
|
|
383
383
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] event_driven_events: UMTS events
|
|
384
384
|
:param pulumi.Input[str] feature_profile_id: Feature Profile ID
|
|
385
385
|
:param pulumi.Input[bool] monitoring_config_enabled: UMTS monitoring enable or disable - Default value: `false`
|
|
386
386
|
:param pulumi.Input[str] monitoring_config_interval: UMTS monitoring interval(Minutes) - Choices: `30`, `60`
|
|
387
|
-
:param pulumi.Input[str] name: The name of the
|
|
387
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
388
388
|
"""
|
|
389
389
|
...
|
|
390
390
|
@overload
|
|
391
391
|
def __init__(__self__,
|
|
392
392
|
resource_name: str,
|
|
393
|
-
args: Optional[
|
|
393
|
+
args: Optional[SystemPerformanceMonitoringFeatureArgs] = None,
|
|
394
394
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
395
395
|
"""
|
|
396
|
-
This resource can manage a System Performance Monitoring
|
|
396
|
+
This resource can manage a System Performance Monitoring Feature.
|
|
397
397
|
- Minimum SD-WAN Manager version: `20.12.0`
|
|
398
398
|
|
|
399
399
|
## Example Usage
|
|
@@ -402,7 +402,7 @@ class SystemPerformanceMonitoringProfileParcel(pulumi.CustomResource):
|
|
|
402
402
|
import pulumi
|
|
403
403
|
import pulumi_sdwan as sdwan
|
|
404
404
|
|
|
405
|
-
example = sdwan.
|
|
405
|
+
example = sdwan.SystemPerformanceMonitoringFeature("example",
|
|
406
406
|
name="Example",
|
|
407
407
|
description="My Example",
|
|
408
408
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
|
|
@@ -417,16 +417,16 @@ class SystemPerformanceMonitoringProfileParcel(pulumi.CustomResource):
|
|
|
417
417
|
## Import
|
|
418
418
|
|
|
419
419
|
```sh
|
|
420
|
-
$ pulumi import sdwan:index/
|
|
420
|
+
$ pulumi import sdwan:index/systemPerformanceMonitoringFeature:SystemPerformanceMonitoringFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd"
|
|
421
421
|
```
|
|
422
422
|
|
|
423
423
|
:param str resource_name: The name of the resource.
|
|
424
|
-
:param
|
|
424
|
+
:param SystemPerformanceMonitoringFeatureArgs args: The arguments to use to populate this resource's properties.
|
|
425
425
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
426
426
|
"""
|
|
427
427
|
...
|
|
428
428
|
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
429
|
-
resource_args, opts = _utilities.get_resource_args_opts(
|
|
429
|
+
resource_args, opts = _utilities.get_resource_args_opts(SystemPerformanceMonitoringFeatureArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
430
430
|
if resource_args is not None:
|
|
431
431
|
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
432
432
|
else:
|
|
@@ -451,7 +451,7 @@ class SystemPerformanceMonitoringProfileParcel(pulumi.CustomResource):
|
|
|
451
451
|
if opts.id is None:
|
|
452
452
|
if __props__ is not None:
|
|
453
453
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
454
|
-
__props__ =
|
|
454
|
+
__props__ = SystemPerformanceMonitoringFeatureArgs.__new__(SystemPerformanceMonitoringFeatureArgs)
|
|
455
455
|
|
|
456
456
|
__props__.__dict__["app_perf_monitor_app_groups"] = app_perf_monitor_app_groups
|
|
457
457
|
__props__.__dict__["app_perf_monitor_enabled"] = app_perf_monitor_enabled
|
|
@@ -463,8 +463,8 @@ class SystemPerformanceMonitoringProfileParcel(pulumi.CustomResource):
|
|
|
463
463
|
__props__.__dict__["monitoring_config_interval"] = monitoring_config_interval
|
|
464
464
|
__props__.__dict__["name"] = name
|
|
465
465
|
__props__.__dict__["version"] = None
|
|
466
|
-
super(
|
|
467
|
-
'sdwan:index/
|
|
466
|
+
super(SystemPerformanceMonitoringFeature, __self__).__init__(
|
|
467
|
+
'sdwan:index/systemPerformanceMonitoringFeature:SystemPerformanceMonitoringFeature',
|
|
468
468
|
resource_name,
|
|
469
469
|
__props__,
|
|
470
470
|
opts)
|
|
@@ -482,9 +482,9 @@ class SystemPerformanceMonitoringProfileParcel(pulumi.CustomResource):
|
|
|
482
482
|
monitoring_config_enabled: Optional[pulumi.Input[bool]] = None,
|
|
483
483
|
monitoring_config_interval: Optional[pulumi.Input[str]] = None,
|
|
484
484
|
name: Optional[pulumi.Input[str]] = None,
|
|
485
|
-
version: Optional[pulumi.Input[int]] = None) -> '
|
|
485
|
+
version: Optional[pulumi.Input[int]] = None) -> 'SystemPerformanceMonitoringFeature':
|
|
486
486
|
"""
|
|
487
|
-
Get an existing
|
|
487
|
+
Get an existing SystemPerformanceMonitoringFeature resource's state with the given name, id, and optional extra
|
|
488
488
|
properties used to qualify the lookup.
|
|
489
489
|
|
|
490
490
|
:param str resource_name: The unique name of the resulting resource.
|
|
@@ -492,18 +492,18 @@ class SystemPerformanceMonitoringProfileParcel(pulumi.CustomResource):
|
|
|
492
492
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
493
493
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] app_perf_monitor_app_groups: Application groups to be monitored
|
|
494
494
|
:param pulumi.Input[bool] app_perf_monitor_enabled: Application performance monitoring enable or disable - Default value: `false`
|
|
495
|
-
:param pulumi.Input[str] description: The description of the
|
|
495
|
+
:param pulumi.Input[str] description: The description of the Feature
|
|
496
496
|
:param pulumi.Input[bool] event_driven_config_enabled: UMTS event driven monitoring enable or disable - Default value: `false`
|
|
497
497
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] event_driven_events: UMTS events
|
|
498
498
|
:param pulumi.Input[str] feature_profile_id: Feature Profile ID
|
|
499
499
|
:param pulumi.Input[bool] monitoring_config_enabled: UMTS monitoring enable or disable - Default value: `false`
|
|
500
500
|
:param pulumi.Input[str] monitoring_config_interval: UMTS monitoring interval(Minutes) - Choices: `30`, `60`
|
|
501
|
-
:param pulumi.Input[str] name: The name of the
|
|
502
|
-
:param pulumi.Input[int] version: The version of the
|
|
501
|
+
:param pulumi.Input[str] name: The name of the Feature
|
|
502
|
+
:param pulumi.Input[int] version: The version of the Feature
|
|
503
503
|
"""
|
|
504
504
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
505
505
|
|
|
506
|
-
__props__ =
|
|
506
|
+
__props__ = _SystemPerformanceMonitoringFeatureState.__new__(_SystemPerformanceMonitoringFeatureState)
|
|
507
507
|
|
|
508
508
|
__props__.__dict__["app_perf_monitor_app_groups"] = app_perf_monitor_app_groups
|
|
509
509
|
__props__.__dict__["app_perf_monitor_enabled"] = app_perf_monitor_enabled
|
|
@@ -515,7 +515,7 @@ class SystemPerformanceMonitoringProfileParcel(pulumi.CustomResource):
|
|
|
515
515
|
__props__.__dict__["monitoring_config_interval"] = monitoring_config_interval
|
|
516
516
|
__props__.__dict__["name"] = name
|
|
517
517
|
__props__.__dict__["version"] = version
|
|
518
|
-
return
|
|
518
|
+
return SystemPerformanceMonitoringFeature(resource_name, opts=opts, __props__=__props__)
|
|
519
519
|
|
|
520
520
|
@property
|
|
521
521
|
@pulumi.getter(name="appPerfMonitorAppGroups")
|
|
@@ -537,7 +537,7 @@ class SystemPerformanceMonitoringProfileParcel(pulumi.CustomResource):
|
|
|
537
537
|
@pulumi.getter
|
|
538
538
|
def description(self) -> pulumi.Output[Optional[str]]:
|
|
539
539
|
"""
|
|
540
|
-
The description of the
|
|
540
|
+
The description of the Feature
|
|
541
541
|
"""
|
|
542
542
|
return pulumi.get(self, "description")
|
|
543
543
|
|
|
@@ -585,7 +585,7 @@ class SystemPerformanceMonitoringProfileParcel(pulumi.CustomResource):
|
|
|
585
585
|
@pulumi.getter
|
|
586
586
|
def name(self) -> pulumi.Output[str]:
|
|
587
587
|
"""
|
|
588
|
-
The name of the
|
|
588
|
+
The name of the Feature
|
|
589
589
|
"""
|
|
590
590
|
return pulumi.get(self, "name")
|
|
591
591
|
|
|
@@ -593,7 +593,7 @@ class SystemPerformanceMonitoringProfileParcel(pulumi.CustomResource):
|
|
|
593
593
|
@pulumi.getter
|
|
594
594
|
def version(self) -> pulumi.Output[int]:
|
|
595
595
|
"""
|
|
596
|
-
The version of the
|
|
596
|
+
The version of the Feature
|
|
597
597
|
"""
|
|
598
598
|
return pulumi.get(self, "version")
|
|
599
599
|
|