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
|
@@ -10,16 +10,16 @@ from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
|
10
10
|
from . import _utilities
|
|
11
11
|
|
|
12
12
|
__all__ = [
|
|
13
|
-
'
|
|
14
|
-
'
|
|
15
|
-
'
|
|
16
|
-
'
|
|
13
|
+
'GetSystemOmpFeatureResult',
|
|
14
|
+
'AwaitableGetSystemOmpFeatureResult',
|
|
15
|
+
'get_system_omp_feature',
|
|
16
|
+
'get_system_omp_feature_output',
|
|
17
17
|
]
|
|
18
18
|
|
|
19
19
|
@pulumi.output_type
|
|
20
|
-
class
|
|
20
|
+
class GetSystemOmpFeatureResult:
|
|
21
21
|
"""
|
|
22
|
-
A collection of values returned by
|
|
22
|
+
A collection of values returned by getSystemOmpFeature.
|
|
23
23
|
"""
|
|
24
24
|
def __init__(__self__, advertise_ipv4_bgp=None, advertise_ipv4_bgp_variable=None, advertise_ipv4_connected=None, advertise_ipv4_connected_variable=None, advertise_ipv4_eigrp=None, advertise_ipv4_eigrp_variable=None, advertise_ipv4_isis=None, advertise_ipv4_isis_variable=None, advertise_ipv4_lisp=None, advertise_ipv4_lisp_variable=None, advertise_ipv4_ospf=None, advertise_ipv4_ospf_v3=None, advertise_ipv4_ospf_v3_variable=None, advertise_ipv4_ospf_variable=None, advertise_ipv4_static=None, advertise_ipv4_static_variable=None, advertise_ipv6_bgp=None, advertise_ipv6_bgp_variable=None, advertise_ipv6_connected=None, advertise_ipv6_connected_variable=None, advertise_ipv6_eigrp=None, advertise_ipv6_eigrp_variable=None, advertise_ipv6_isis=None, advertise_ipv6_isis_variable=None, advertise_ipv6_lisp=None, advertise_ipv6_lisp_variable=None, advertise_ipv6_ospf=None, advertise_ipv6_ospf_variable=None, advertise_ipv6_static=None, advertise_ipv6_static_variable=None, advertisement_interval=None, advertisement_interval_variable=None, description=None, ecmp_limit=None, ecmp_limit_variable=None, eor_timer=None, eor_timer_variable=None, feature_profile_id=None, graceful_restart=None, graceful_restart_timer=None, graceful_restart_timer_variable=None, graceful_restart_variable=None, holdtime=None, holdtime_variable=None, id=None, ignore_region_path_length=None, ignore_region_path_length_variable=None, name=None, omp_admin_distance_ipv4=None, omp_admin_distance_ipv4_variable=None, omp_admin_distance_ipv6=None, omp_admin_distance_ipv6_variable=None, overlay_as=None, overlay_as_variable=None, paths_advertised_per_prefix=None, paths_advertised_per_prefix_variable=None, shutdown=None, shutdown_variable=None, site_types=None, site_types_variable=None, transport_gateway=None, transport_gateway_variable=None, version=None):
|
|
25
25
|
if advertise_ipv4_bgp and not isinstance(advertise_ipv4_bgp, bool):
|
|
@@ -472,7 +472,7 @@ class GetSystemOmpProfileParcelResult:
|
|
|
472
472
|
@pulumi.getter
|
|
473
473
|
def description(self) -> str:
|
|
474
474
|
"""
|
|
475
|
-
The description of the
|
|
475
|
+
The description of the Feature
|
|
476
476
|
"""
|
|
477
477
|
return pulumi.get(self, "description")
|
|
478
478
|
|
|
@@ -568,7 +568,7 @@ class GetSystemOmpProfileParcelResult:
|
|
|
568
568
|
@pulumi.getter
|
|
569
569
|
def id(self) -> str:
|
|
570
570
|
"""
|
|
571
|
-
The id of the
|
|
571
|
+
The id of the Feature
|
|
572
572
|
"""
|
|
573
573
|
return pulumi.get(self, "id")
|
|
574
574
|
|
|
@@ -592,7 +592,7 @@ class GetSystemOmpProfileParcelResult:
|
|
|
592
592
|
@pulumi.getter
|
|
593
593
|
def name(self) -> str:
|
|
594
594
|
"""
|
|
595
|
-
The name of the
|
|
595
|
+
The name of the Feature
|
|
596
596
|
"""
|
|
597
597
|
return pulumi.get(self, "name")
|
|
598
598
|
|
|
@@ -712,17 +712,17 @@ class GetSystemOmpProfileParcelResult:
|
|
|
712
712
|
@pulumi.getter
|
|
713
713
|
def version(self) -> int:
|
|
714
714
|
"""
|
|
715
|
-
The version of the
|
|
715
|
+
The version of the Feature
|
|
716
716
|
"""
|
|
717
717
|
return pulumi.get(self, "version")
|
|
718
718
|
|
|
719
719
|
|
|
720
|
-
class
|
|
720
|
+
class AwaitableGetSystemOmpFeatureResult(GetSystemOmpFeatureResult):
|
|
721
721
|
# pylint: disable=using-constant-test
|
|
722
722
|
def __await__(self):
|
|
723
723
|
if False:
|
|
724
724
|
yield self
|
|
725
|
-
return
|
|
725
|
+
return GetSystemOmpFeatureResult(
|
|
726
726
|
advertise_ipv4_bgp=self.advertise_ipv4_bgp,
|
|
727
727
|
advertise_ipv4_bgp_variable=self.advertise_ipv4_bgp_variable,
|
|
728
728
|
advertise_ipv4_connected=self.advertise_ipv4_connected,
|
|
@@ -788,11 +788,11 @@ class AwaitableGetSystemOmpProfileParcelResult(GetSystemOmpProfileParcelResult):
|
|
|
788
788
|
version=self.version)
|
|
789
789
|
|
|
790
790
|
|
|
791
|
-
def
|
|
792
|
-
|
|
793
|
-
|
|
791
|
+
def get_system_omp_feature(feature_profile_id: Optional[str] = None,
|
|
792
|
+
id: Optional[str] = None,
|
|
793
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSystemOmpFeatureResult:
|
|
794
794
|
"""
|
|
795
|
-
This data source can read the System OMP
|
|
795
|
+
This data source can read the System OMP Feature.
|
|
796
796
|
|
|
797
797
|
## Example Usage
|
|
798
798
|
|
|
@@ -800,21 +800,21 @@ def get_system_omp_profile_parcel(feature_profile_id: Optional[str] = None,
|
|
|
800
800
|
import pulumi
|
|
801
801
|
import pulumi_sdwan as sdwan
|
|
802
802
|
|
|
803
|
-
example = sdwan.
|
|
803
|
+
example = sdwan.get_system_omp_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
804
804
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
805
805
|
```
|
|
806
806
|
|
|
807
807
|
|
|
808
808
|
:param str feature_profile_id: Feature Profile ID
|
|
809
|
-
:param str id: The id of the
|
|
809
|
+
:param str id: The id of the Feature
|
|
810
810
|
"""
|
|
811
811
|
__args__ = dict()
|
|
812
812
|
__args__['featureProfileId'] = feature_profile_id
|
|
813
813
|
__args__['id'] = id
|
|
814
814
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
815
|
-
__ret__ = pulumi.runtime.invoke('sdwan:index/
|
|
815
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getSystemOmpFeature:getSystemOmpFeature', __args__, opts=opts, typ=GetSystemOmpFeatureResult).value
|
|
816
816
|
|
|
817
|
-
return
|
|
817
|
+
return AwaitableGetSystemOmpFeatureResult(
|
|
818
818
|
advertise_ipv4_bgp=pulumi.get(__ret__, 'advertise_ipv4_bgp'),
|
|
819
819
|
advertise_ipv4_bgp_variable=pulumi.get(__ret__, 'advertise_ipv4_bgp_variable'),
|
|
820
820
|
advertise_ipv4_connected=pulumi.get(__ret__, 'advertise_ipv4_connected'),
|
|
@@ -880,12 +880,12 @@ def get_system_omp_profile_parcel(feature_profile_id: Optional[str] = None,
|
|
|
880
880
|
version=pulumi.get(__ret__, 'version'))
|
|
881
881
|
|
|
882
882
|
|
|
883
|
-
@_utilities.lift_output_func(
|
|
884
|
-
def
|
|
885
|
-
|
|
886
|
-
|
|
883
|
+
@_utilities.lift_output_func(get_system_omp_feature)
|
|
884
|
+
def get_system_omp_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
885
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
886
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSystemOmpFeatureResult]:
|
|
887
887
|
"""
|
|
888
|
-
This data source can read the System OMP
|
|
888
|
+
This data source can read the System OMP Feature.
|
|
889
889
|
|
|
890
890
|
## Example Usage
|
|
891
891
|
|
|
@@ -893,12 +893,12 @@ def get_system_omp_profile_parcel_output(feature_profile_id: Optional[pulumi.Inp
|
|
|
893
893
|
import pulumi
|
|
894
894
|
import pulumi_sdwan as sdwan
|
|
895
895
|
|
|
896
|
-
example = sdwan.
|
|
896
|
+
example = sdwan.get_system_omp_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
897
897
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
898
898
|
```
|
|
899
899
|
|
|
900
900
|
|
|
901
901
|
:param str feature_profile_id: Feature Profile ID
|
|
902
|
-
:param str id: The id of the
|
|
902
|
+
:param str id: The id of the Feature
|
|
903
903
|
"""
|
|
904
904
|
...
|
|
@@ -10,16 +10,16 @@ from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
|
10
10
|
from . import _utilities
|
|
11
11
|
|
|
12
12
|
__all__ = [
|
|
13
|
-
'
|
|
14
|
-
'
|
|
15
|
-
'
|
|
16
|
-
'
|
|
13
|
+
'GetSystemPerformanceMonitoringFeatureResult',
|
|
14
|
+
'AwaitableGetSystemPerformanceMonitoringFeatureResult',
|
|
15
|
+
'get_system_performance_monitoring_feature',
|
|
16
|
+
'get_system_performance_monitoring_feature_output',
|
|
17
17
|
]
|
|
18
18
|
|
|
19
19
|
@pulumi.output_type
|
|
20
|
-
class
|
|
20
|
+
class GetSystemPerformanceMonitoringFeatureResult:
|
|
21
21
|
"""
|
|
22
|
-
A collection of values returned by
|
|
22
|
+
A collection of values returned by getSystemPerformanceMonitoringFeature.
|
|
23
23
|
"""
|
|
24
24
|
def __init__(__self__, app_perf_monitor_app_groups=None, app_perf_monitor_enabled=None, description=None, event_driven_config_enabled=None, event_driven_events=None, feature_profile_id=None, id=None, monitoring_config_enabled=None, monitoring_config_interval=None, name=None, version=None):
|
|
25
25
|
if app_perf_monitor_app_groups and not isinstance(app_perf_monitor_app_groups, list):
|
|
@@ -76,7 +76,7 @@ class GetSystemPerformanceMonitoringProfileParcelResult:
|
|
|
76
76
|
@pulumi.getter
|
|
77
77
|
def description(self) -> str:
|
|
78
78
|
"""
|
|
79
|
-
The description of the
|
|
79
|
+
The description of the Feature
|
|
80
80
|
"""
|
|
81
81
|
return pulumi.get(self, "description")
|
|
82
82
|
|
|
@@ -108,7 +108,7 @@ class GetSystemPerformanceMonitoringProfileParcelResult:
|
|
|
108
108
|
@pulumi.getter
|
|
109
109
|
def id(self) -> str:
|
|
110
110
|
"""
|
|
111
|
-
The id of the
|
|
111
|
+
The id of the Feature
|
|
112
112
|
"""
|
|
113
113
|
return pulumi.get(self, "id")
|
|
114
114
|
|
|
@@ -132,7 +132,7 @@ class GetSystemPerformanceMonitoringProfileParcelResult:
|
|
|
132
132
|
@pulumi.getter
|
|
133
133
|
def name(self) -> str:
|
|
134
134
|
"""
|
|
135
|
-
The name of the
|
|
135
|
+
The name of the Feature
|
|
136
136
|
"""
|
|
137
137
|
return pulumi.get(self, "name")
|
|
138
138
|
|
|
@@ -140,17 +140,17 @@ class GetSystemPerformanceMonitoringProfileParcelResult:
|
|
|
140
140
|
@pulumi.getter
|
|
141
141
|
def version(self) -> int:
|
|
142
142
|
"""
|
|
143
|
-
The version of the
|
|
143
|
+
The version of the Feature
|
|
144
144
|
"""
|
|
145
145
|
return pulumi.get(self, "version")
|
|
146
146
|
|
|
147
147
|
|
|
148
|
-
class
|
|
148
|
+
class AwaitableGetSystemPerformanceMonitoringFeatureResult(GetSystemPerformanceMonitoringFeatureResult):
|
|
149
149
|
# pylint: disable=using-constant-test
|
|
150
150
|
def __await__(self):
|
|
151
151
|
if False:
|
|
152
152
|
yield self
|
|
153
|
-
return
|
|
153
|
+
return GetSystemPerformanceMonitoringFeatureResult(
|
|
154
154
|
app_perf_monitor_app_groups=self.app_perf_monitor_app_groups,
|
|
155
155
|
app_perf_monitor_enabled=self.app_perf_monitor_enabled,
|
|
156
156
|
description=self.description,
|
|
@@ -164,11 +164,11 @@ class AwaitableGetSystemPerformanceMonitoringProfileParcelResult(GetSystemPerfor
|
|
|
164
164
|
version=self.version)
|
|
165
165
|
|
|
166
166
|
|
|
167
|
-
def
|
|
168
|
-
|
|
169
|
-
|
|
167
|
+
def get_system_performance_monitoring_feature(feature_profile_id: Optional[str] = None,
|
|
168
|
+
id: Optional[str] = None,
|
|
169
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSystemPerformanceMonitoringFeatureResult:
|
|
170
170
|
"""
|
|
171
|
-
This data source can read the System Performance Monitoring
|
|
171
|
+
This data source can read the System Performance Monitoring Feature.
|
|
172
172
|
|
|
173
173
|
## Example Usage
|
|
174
174
|
|
|
@@ -176,21 +176,21 @@ def get_system_performance_monitoring_profile_parcel(feature_profile_id: Optiona
|
|
|
176
176
|
import pulumi
|
|
177
177
|
import pulumi_sdwan as sdwan
|
|
178
178
|
|
|
179
|
-
example = sdwan.
|
|
179
|
+
example = sdwan.get_system_performance_monitoring_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
180
180
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
181
181
|
```
|
|
182
182
|
|
|
183
183
|
|
|
184
184
|
:param str feature_profile_id: Feature Profile ID
|
|
185
|
-
:param str id: The id of the
|
|
185
|
+
:param str id: The id of the Feature
|
|
186
186
|
"""
|
|
187
187
|
__args__ = dict()
|
|
188
188
|
__args__['featureProfileId'] = feature_profile_id
|
|
189
189
|
__args__['id'] = id
|
|
190
190
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
191
|
-
__ret__ = pulumi.runtime.invoke('sdwan:index/
|
|
191
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getSystemPerformanceMonitoringFeature:getSystemPerformanceMonitoringFeature', __args__, opts=opts, typ=GetSystemPerformanceMonitoringFeatureResult).value
|
|
192
192
|
|
|
193
|
-
return
|
|
193
|
+
return AwaitableGetSystemPerformanceMonitoringFeatureResult(
|
|
194
194
|
app_perf_monitor_app_groups=pulumi.get(__ret__, 'app_perf_monitor_app_groups'),
|
|
195
195
|
app_perf_monitor_enabled=pulumi.get(__ret__, 'app_perf_monitor_enabled'),
|
|
196
196
|
description=pulumi.get(__ret__, 'description'),
|
|
@@ -204,12 +204,12 @@ def get_system_performance_monitoring_profile_parcel(feature_profile_id: Optiona
|
|
|
204
204
|
version=pulumi.get(__ret__, 'version'))
|
|
205
205
|
|
|
206
206
|
|
|
207
|
-
@_utilities.lift_output_func(
|
|
208
|
-
def
|
|
209
|
-
|
|
210
|
-
|
|
207
|
+
@_utilities.lift_output_func(get_system_performance_monitoring_feature)
|
|
208
|
+
def get_system_performance_monitoring_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
209
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
210
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSystemPerformanceMonitoringFeatureResult]:
|
|
211
211
|
"""
|
|
212
|
-
This data source can read the System Performance Monitoring
|
|
212
|
+
This data source can read the System Performance Monitoring Feature.
|
|
213
213
|
|
|
214
214
|
## Example Usage
|
|
215
215
|
|
|
@@ -217,12 +217,12 @@ def get_system_performance_monitoring_profile_parcel_output(feature_profile_id:
|
|
|
217
217
|
import pulumi
|
|
218
218
|
import pulumi_sdwan as sdwan
|
|
219
219
|
|
|
220
|
-
example = sdwan.
|
|
220
|
+
example = sdwan.get_system_performance_monitoring_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
221
221
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
222
222
|
```
|
|
223
223
|
|
|
224
224
|
|
|
225
225
|
:param str feature_profile_id: Feature Profile ID
|
|
226
|
-
:param str id: The id of the
|
|
226
|
+
:param str id: The id of the Feature
|
|
227
227
|
"""
|
|
228
228
|
...
|