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
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from . import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'GetSystemIpv6DeviceAccessFeatureResult',
|
|
15
|
+
'AwaitableGetSystemIpv6DeviceAccessFeatureResult',
|
|
16
|
+
'get_system_ipv6_device_access_feature',
|
|
17
|
+
'get_system_ipv6_device_access_feature_output',
|
|
18
|
+
]
|
|
19
|
+
|
|
20
|
+
@pulumi.output_type
|
|
21
|
+
class GetSystemIpv6DeviceAccessFeatureResult:
|
|
22
|
+
"""
|
|
23
|
+
A collection of values returned by getSystemIpv6DeviceAccessFeature.
|
|
24
|
+
"""
|
|
25
|
+
def __init__(__self__, default_action=None, description=None, feature_profile_id=None, id=None, name=None, sequences=None, version=None):
|
|
26
|
+
if default_action and not isinstance(default_action, str):
|
|
27
|
+
raise TypeError("Expected argument 'default_action' to be a str")
|
|
28
|
+
pulumi.set(__self__, "default_action", default_action)
|
|
29
|
+
if description and not isinstance(description, str):
|
|
30
|
+
raise TypeError("Expected argument 'description' to be a str")
|
|
31
|
+
pulumi.set(__self__, "description", description)
|
|
32
|
+
if feature_profile_id and not isinstance(feature_profile_id, str):
|
|
33
|
+
raise TypeError("Expected argument 'feature_profile_id' to be a str")
|
|
34
|
+
pulumi.set(__self__, "feature_profile_id", feature_profile_id)
|
|
35
|
+
if id and not isinstance(id, str):
|
|
36
|
+
raise TypeError("Expected argument 'id' to be a str")
|
|
37
|
+
pulumi.set(__self__, "id", id)
|
|
38
|
+
if name and not isinstance(name, str):
|
|
39
|
+
raise TypeError("Expected argument 'name' to be a str")
|
|
40
|
+
pulumi.set(__self__, "name", name)
|
|
41
|
+
if sequences and not isinstance(sequences, list):
|
|
42
|
+
raise TypeError("Expected argument 'sequences' to be a list")
|
|
43
|
+
pulumi.set(__self__, "sequences", sequences)
|
|
44
|
+
if version and not isinstance(version, int):
|
|
45
|
+
raise TypeError("Expected argument 'version' to be a int")
|
|
46
|
+
pulumi.set(__self__, "version", version)
|
|
47
|
+
|
|
48
|
+
@property
|
|
49
|
+
@pulumi.getter(name="defaultAction")
|
|
50
|
+
def default_action(self) -> str:
|
|
51
|
+
"""
|
|
52
|
+
Default Action
|
|
53
|
+
"""
|
|
54
|
+
return pulumi.get(self, "default_action")
|
|
55
|
+
|
|
56
|
+
@property
|
|
57
|
+
@pulumi.getter
|
|
58
|
+
def description(self) -> str:
|
|
59
|
+
"""
|
|
60
|
+
The description of the Feature
|
|
61
|
+
"""
|
|
62
|
+
return pulumi.get(self, "description")
|
|
63
|
+
|
|
64
|
+
@property
|
|
65
|
+
@pulumi.getter(name="featureProfileId")
|
|
66
|
+
def feature_profile_id(self) -> str:
|
|
67
|
+
"""
|
|
68
|
+
Feature Profile ID
|
|
69
|
+
"""
|
|
70
|
+
return pulumi.get(self, "feature_profile_id")
|
|
71
|
+
|
|
72
|
+
@property
|
|
73
|
+
@pulumi.getter
|
|
74
|
+
def id(self) -> str:
|
|
75
|
+
"""
|
|
76
|
+
The id of the Feature
|
|
77
|
+
"""
|
|
78
|
+
return pulumi.get(self, "id")
|
|
79
|
+
|
|
80
|
+
@property
|
|
81
|
+
@pulumi.getter
|
|
82
|
+
def name(self) -> str:
|
|
83
|
+
"""
|
|
84
|
+
The name of the Feature
|
|
85
|
+
"""
|
|
86
|
+
return pulumi.get(self, "name")
|
|
87
|
+
|
|
88
|
+
@property
|
|
89
|
+
@pulumi.getter
|
|
90
|
+
def sequences(self) -> Sequence['outputs.GetSystemIpv6DeviceAccessFeatureSequenceResult']:
|
|
91
|
+
"""
|
|
92
|
+
Device Access Control List
|
|
93
|
+
"""
|
|
94
|
+
return pulumi.get(self, "sequences")
|
|
95
|
+
|
|
96
|
+
@property
|
|
97
|
+
@pulumi.getter
|
|
98
|
+
def version(self) -> int:
|
|
99
|
+
"""
|
|
100
|
+
The version of the Feature
|
|
101
|
+
"""
|
|
102
|
+
return pulumi.get(self, "version")
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
class AwaitableGetSystemIpv6DeviceAccessFeatureResult(GetSystemIpv6DeviceAccessFeatureResult):
|
|
106
|
+
# pylint: disable=using-constant-test
|
|
107
|
+
def __await__(self):
|
|
108
|
+
if False:
|
|
109
|
+
yield self
|
|
110
|
+
return GetSystemIpv6DeviceAccessFeatureResult(
|
|
111
|
+
default_action=self.default_action,
|
|
112
|
+
description=self.description,
|
|
113
|
+
feature_profile_id=self.feature_profile_id,
|
|
114
|
+
id=self.id,
|
|
115
|
+
name=self.name,
|
|
116
|
+
sequences=self.sequences,
|
|
117
|
+
version=self.version)
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
def get_system_ipv6_device_access_feature(feature_profile_id: Optional[str] = None,
|
|
121
|
+
id: Optional[str] = None,
|
|
122
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSystemIpv6DeviceAccessFeatureResult:
|
|
123
|
+
"""
|
|
124
|
+
This data source can read the System IPv6 Device Access Feature.
|
|
125
|
+
|
|
126
|
+
## Example Usage
|
|
127
|
+
|
|
128
|
+
```python
|
|
129
|
+
import pulumi
|
|
130
|
+
import pulumi_sdwan as sdwan
|
|
131
|
+
|
|
132
|
+
example = sdwan.get_system_ipv6_device_access_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
133
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
134
|
+
```
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
:param str feature_profile_id: Feature Profile ID
|
|
138
|
+
:param str id: The id of the Feature
|
|
139
|
+
"""
|
|
140
|
+
__args__ = dict()
|
|
141
|
+
__args__['featureProfileId'] = feature_profile_id
|
|
142
|
+
__args__['id'] = id
|
|
143
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
144
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getSystemIpv6DeviceAccessFeature:getSystemIpv6DeviceAccessFeature', __args__, opts=opts, typ=GetSystemIpv6DeviceAccessFeatureResult).value
|
|
145
|
+
|
|
146
|
+
return AwaitableGetSystemIpv6DeviceAccessFeatureResult(
|
|
147
|
+
default_action=pulumi.get(__ret__, 'default_action'),
|
|
148
|
+
description=pulumi.get(__ret__, 'description'),
|
|
149
|
+
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
150
|
+
id=pulumi.get(__ret__, 'id'),
|
|
151
|
+
name=pulumi.get(__ret__, 'name'),
|
|
152
|
+
sequences=pulumi.get(__ret__, 'sequences'),
|
|
153
|
+
version=pulumi.get(__ret__, 'version'))
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
@_utilities.lift_output_func(get_system_ipv6_device_access_feature)
|
|
157
|
+
def get_system_ipv6_device_access_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
158
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
159
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSystemIpv6DeviceAccessFeatureResult]:
|
|
160
|
+
"""
|
|
161
|
+
This data source can read the System IPv6 Device Access Feature.
|
|
162
|
+
|
|
163
|
+
## Example Usage
|
|
164
|
+
|
|
165
|
+
```python
|
|
166
|
+
import pulumi
|
|
167
|
+
import pulumi_sdwan as sdwan
|
|
168
|
+
|
|
169
|
+
example = sdwan.get_system_ipv6_device_access_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
170
|
+
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
171
|
+
```
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
:param str feature_profile_id: Feature Profile ID
|
|
175
|
+
:param str id: The id of the Feature
|
|
176
|
+
"""
|
|
177
|
+
...
|
|
@@ -11,16 +11,16 @@ from . import _utilities
|
|
|
11
11
|
from . import outputs
|
|
12
12
|
|
|
13
13
|
__all__ = [
|
|
14
|
-
'
|
|
15
|
-
'
|
|
16
|
-
'
|
|
17
|
-
'
|
|
14
|
+
'GetSystemLoggingFeatureResult',
|
|
15
|
+
'AwaitableGetSystemLoggingFeatureResult',
|
|
16
|
+
'get_system_logging_feature',
|
|
17
|
+
'get_system_logging_feature_output',
|
|
18
18
|
]
|
|
19
19
|
|
|
20
20
|
@pulumi.output_type
|
|
21
|
-
class
|
|
21
|
+
class GetSystemLoggingFeatureResult:
|
|
22
22
|
"""
|
|
23
|
-
A collection of values returned by
|
|
23
|
+
A collection of values returned by getSystemLoggingFeature.
|
|
24
24
|
"""
|
|
25
25
|
def __init__(__self__, description=None, disk_enable=None, disk_enable_variable=None, disk_file_rotate=None, disk_file_rotate_variable=None, disk_file_size=None, disk_file_size_variable=None, feature_profile_id=None, id=None, ipv4_servers=None, ipv6_servers=None, name=None, tls_profiles=None, version=None):
|
|
26
26
|
if description and not isinstance(description, str):
|
|
@@ -70,7 +70,7 @@ class GetSystemLoggingProfileParcelResult:
|
|
|
70
70
|
@pulumi.getter
|
|
71
71
|
def description(self) -> str:
|
|
72
72
|
"""
|
|
73
|
-
The description of the
|
|
73
|
+
The description of the Feature
|
|
74
74
|
"""
|
|
75
75
|
return pulumi.get(self, "description")
|
|
76
76
|
|
|
@@ -134,13 +134,13 @@ class GetSystemLoggingProfileParcelResult:
|
|
|
134
134
|
@pulumi.getter
|
|
135
135
|
def id(self) -> str:
|
|
136
136
|
"""
|
|
137
|
-
The id of the
|
|
137
|
+
The id of the Feature
|
|
138
138
|
"""
|
|
139
139
|
return pulumi.get(self, "id")
|
|
140
140
|
|
|
141
141
|
@property
|
|
142
142
|
@pulumi.getter(name="ipv4Servers")
|
|
143
|
-
def ipv4_servers(self) -> Sequence['outputs.
|
|
143
|
+
def ipv4_servers(self) -> Sequence['outputs.GetSystemLoggingFeatureIpv4ServerResult']:
|
|
144
144
|
"""
|
|
145
145
|
Enable logging to remote server
|
|
146
146
|
"""
|
|
@@ -148,7 +148,7 @@ class GetSystemLoggingProfileParcelResult:
|
|
|
148
148
|
|
|
149
149
|
@property
|
|
150
150
|
@pulumi.getter(name="ipv6Servers")
|
|
151
|
-
def ipv6_servers(self) -> Sequence['outputs.
|
|
151
|
+
def ipv6_servers(self) -> Sequence['outputs.GetSystemLoggingFeatureIpv6ServerResult']:
|
|
152
152
|
"""
|
|
153
153
|
Enable logging to remote ipv6 server
|
|
154
154
|
"""
|
|
@@ -158,13 +158,13 @@ class GetSystemLoggingProfileParcelResult:
|
|
|
158
158
|
@pulumi.getter
|
|
159
159
|
def name(self) -> str:
|
|
160
160
|
"""
|
|
161
|
-
The name of the
|
|
161
|
+
The name of the Feature
|
|
162
162
|
"""
|
|
163
163
|
return pulumi.get(self, "name")
|
|
164
164
|
|
|
165
165
|
@property
|
|
166
166
|
@pulumi.getter(name="tlsProfiles")
|
|
167
|
-
def tls_profiles(self) -> Sequence['outputs.
|
|
167
|
+
def tls_profiles(self) -> Sequence['outputs.GetSystemLoggingFeatureTlsProfileResult']:
|
|
168
168
|
"""
|
|
169
169
|
Configure a TLS profile
|
|
170
170
|
"""
|
|
@@ -174,17 +174,17 @@ class GetSystemLoggingProfileParcelResult:
|
|
|
174
174
|
@pulumi.getter
|
|
175
175
|
def version(self) -> int:
|
|
176
176
|
"""
|
|
177
|
-
The version of the
|
|
177
|
+
The version of the Feature
|
|
178
178
|
"""
|
|
179
179
|
return pulumi.get(self, "version")
|
|
180
180
|
|
|
181
181
|
|
|
182
|
-
class
|
|
182
|
+
class AwaitableGetSystemLoggingFeatureResult(GetSystemLoggingFeatureResult):
|
|
183
183
|
# pylint: disable=using-constant-test
|
|
184
184
|
def __await__(self):
|
|
185
185
|
if False:
|
|
186
186
|
yield self
|
|
187
|
-
return
|
|
187
|
+
return GetSystemLoggingFeatureResult(
|
|
188
188
|
description=self.description,
|
|
189
189
|
disk_enable=self.disk_enable,
|
|
190
190
|
disk_enable_variable=self.disk_enable_variable,
|
|
@@ -201,11 +201,11 @@ class AwaitableGetSystemLoggingProfileParcelResult(GetSystemLoggingProfileParcel
|
|
|
201
201
|
version=self.version)
|
|
202
202
|
|
|
203
203
|
|
|
204
|
-
def
|
|
205
|
-
|
|
206
|
-
|
|
204
|
+
def get_system_logging_feature(feature_profile_id: Optional[str] = None,
|
|
205
|
+
id: Optional[str] = None,
|
|
206
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSystemLoggingFeatureResult:
|
|
207
207
|
"""
|
|
208
|
-
This data source can read the System Logging
|
|
208
|
+
This data source can read the System Logging Feature.
|
|
209
209
|
|
|
210
210
|
## Example Usage
|
|
211
211
|
|
|
@@ -213,21 +213,21 @@ def get_system_logging_profile_parcel(feature_profile_id: Optional[str] = None,
|
|
|
213
213
|
import pulumi
|
|
214
214
|
import pulumi_sdwan as sdwan
|
|
215
215
|
|
|
216
|
-
example = sdwan.
|
|
216
|
+
example = sdwan.get_system_logging_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
217
217
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
218
218
|
```
|
|
219
219
|
|
|
220
220
|
|
|
221
221
|
:param str feature_profile_id: Feature Profile ID
|
|
222
|
-
:param str id: The id of the
|
|
222
|
+
:param str id: The id of the Feature
|
|
223
223
|
"""
|
|
224
224
|
__args__ = dict()
|
|
225
225
|
__args__['featureProfileId'] = feature_profile_id
|
|
226
226
|
__args__['id'] = id
|
|
227
227
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
228
|
-
__ret__ = pulumi.runtime.invoke('sdwan:index/
|
|
228
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getSystemLoggingFeature:getSystemLoggingFeature', __args__, opts=opts, typ=GetSystemLoggingFeatureResult).value
|
|
229
229
|
|
|
230
|
-
return
|
|
230
|
+
return AwaitableGetSystemLoggingFeatureResult(
|
|
231
231
|
description=pulumi.get(__ret__, 'description'),
|
|
232
232
|
disk_enable=pulumi.get(__ret__, 'disk_enable'),
|
|
233
233
|
disk_enable_variable=pulumi.get(__ret__, 'disk_enable_variable'),
|
|
@@ -244,12 +244,12 @@ def get_system_logging_profile_parcel(feature_profile_id: Optional[str] = None,
|
|
|
244
244
|
version=pulumi.get(__ret__, 'version'))
|
|
245
245
|
|
|
246
246
|
|
|
247
|
-
@_utilities.lift_output_func(
|
|
248
|
-
def
|
|
249
|
-
|
|
250
|
-
|
|
247
|
+
@_utilities.lift_output_func(get_system_logging_feature)
|
|
248
|
+
def get_system_logging_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
249
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
250
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSystemLoggingFeatureResult]:
|
|
251
251
|
"""
|
|
252
|
-
This data source can read the System Logging
|
|
252
|
+
This data source can read the System Logging Feature.
|
|
253
253
|
|
|
254
254
|
## Example Usage
|
|
255
255
|
|
|
@@ -257,12 +257,12 @@ def get_system_logging_profile_parcel_output(feature_profile_id: Optional[pulumi
|
|
|
257
257
|
import pulumi
|
|
258
258
|
import pulumi_sdwan as sdwan
|
|
259
259
|
|
|
260
|
-
example = sdwan.
|
|
260
|
+
example = sdwan.get_system_logging_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
261
261
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
262
262
|
```
|
|
263
263
|
|
|
264
264
|
|
|
265
265
|
:param str feature_profile_id: Feature Profile ID
|
|
266
|
-
:param str id: The id of the
|
|
266
|
+
:param str id: The id of the Feature
|
|
267
267
|
"""
|
|
268
268
|
...
|
|
@@ -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
|
+
'GetSystemMrfFeatureResult',
|
|
14
|
+
'AwaitableGetSystemMrfFeatureResult',
|
|
15
|
+
'get_system_mrf_feature',
|
|
16
|
+
'get_system_mrf_feature_output',
|
|
17
17
|
]
|
|
18
18
|
|
|
19
19
|
@pulumi.output_type
|
|
20
|
-
class
|
|
20
|
+
class GetSystemMrfFeatureResult:
|
|
21
21
|
"""
|
|
22
|
-
A collection of values returned by
|
|
22
|
+
A collection of values returned by getSystemMrfFeature.
|
|
23
23
|
"""
|
|
24
24
|
def __init__(__self__, description=None, enable_migration_to_mrf=None, feature_profile_id=None, id=None, migration_bgp_community=None, name=None, region_id=None, role=None, role_variable=None, secondary_region_id=None, secondary_region_id_variable=None, version=None):
|
|
25
25
|
if description and not isinstance(description, str):
|
|
@@ -63,7 +63,7 @@ class GetSystemMrfProfileParcelResult:
|
|
|
63
63
|
@pulumi.getter
|
|
64
64
|
def description(self) -> str:
|
|
65
65
|
"""
|
|
66
|
-
The description of the
|
|
66
|
+
The description of the Feature
|
|
67
67
|
"""
|
|
68
68
|
return pulumi.get(self, "description")
|
|
69
69
|
|
|
@@ -87,7 +87,7 @@ class GetSystemMrfProfileParcelResult:
|
|
|
87
87
|
@pulumi.getter
|
|
88
88
|
def id(self) -> str:
|
|
89
89
|
"""
|
|
90
|
-
The id of the
|
|
90
|
+
The id of the Feature
|
|
91
91
|
"""
|
|
92
92
|
return pulumi.get(self, "id")
|
|
93
93
|
|
|
@@ -103,7 +103,7 @@ class GetSystemMrfProfileParcelResult:
|
|
|
103
103
|
@pulumi.getter
|
|
104
104
|
def name(self) -> str:
|
|
105
105
|
"""
|
|
106
|
-
The name of the
|
|
106
|
+
The name of the Feature
|
|
107
107
|
"""
|
|
108
108
|
return pulumi.get(self, "name")
|
|
109
109
|
|
|
@@ -151,17 +151,17 @@ class GetSystemMrfProfileParcelResult:
|
|
|
151
151
|
@pulumi.getter
|
|
152
152
|
def version(self) -> int:
|
|
153
153
|
"""
|
|
154
|
-
The version of the
|
|
154
|
+
The version of the Feature
|
|
155
155
|
"""
|
|
156
156
|
return pulumi.get(self, "version")
|
|
157
157
|
|
|
158
158
|
|
|
159
|
-
class
|
|
159
|
+
class AwaitableGetSystemMrfFeatureResult(GetSystemMrfFeatureResult):
|
|
160
160
|
# pylint: disable=using-constant-test
|
|
161
161
|
def __await__(self):
|
|
162
162
|
if False:
|
|
163
163
|
yield self
|
|
164
|
-
return
|
|
164
|
+
return GetSystemMrfFeatureResult(
|
|
165
165
|
description=self.description,
|
|
166
166
|
enable_migration_to_mrf=self.enable_migration_to_mrf,
|
|
167
167
|
feature_profile_id=self.feature_profile_id,
|
|
@@ -176,11 +176,11 @@ class AwaitableGetSystemMrfProfileParcelResult(GetSystemMrfProfileParcelResult):
|
|
|
176
176
|
version=self.version)
|
|
177
177
|
|
|
178
178
|
|
|
179
|
-
def
|
|
180
|
-
|
|
181
|
-
|
|
179
|
+
def get_system_mrf_feature(feature_profile_id: Optional[str] = None,
|
|
180
|
+
id: Optional[str] = None,
|
|
181
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSystemMrfFeatureResult:
|
|
182
182
|
"""
|
|
183
|
-
This data source can read the System MRF
|
|
183
|
+
This data source can read the System MRF Feature.
|
|
184
184
|
|
|
185
185
|
## Example Usage
|
|
186
186
|
|
|
@@ -188,21 +188,21 @@ def get_system_mrf_profile_parcel(feature_profile_id: Optional[str] = None,
|
|
|
188
188
|
import pulumi
|
|
189
189
|
import pulumi_sdwan as sdwan
|
|
190
190
|
|
|
191
|
-
example = sdwan.
|
|
191
|
+
example = sdwan.get_system_mrf_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
192
192
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
193
193
|
```
|
|
194
194
|
|
|
195
195
|
|
|
196
196
|
:param str feature_profile_id: Feature Profile ID
|
|
197
|
-
:param str id: The id of the
|
|
197
|
+
:param str id: The id of the Feature
|
|
198
198
|
"""
|
|
199
199
|
__args__ = dict()
|
|
200
200
|
__args__['featureProfileId'] = feature_profile_id
|
|
201
201
|
__args__['id'] = id
|
|
202
202
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
203
|
-
__ret__ = pulumi.runtime.invoke('sdwan:index/
|
|
203
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getSystemMrfFeature:getSystemMrfFeature', __args__, opts=opts, typ=GetSystemMrfFeatureResult).value
|
|
204
204
|
|
|
205
|
-
return
|
|
205
|
+
return AwaitableGetSystemMrfFeatureResult(
|
|
206
206
|
description=pulumi.get(__ret__, 'description'),
|
|
207
207
|
enable_migration_to_mrf=pulumi.get(__ret__, 'enable_migration_to_mrf'),
|
|
208
208
|
feature_profile_id=pulumi.get(__ret__, 'feature_profile_id'),
|
|
@@ -217,12 +217,12 @@ def get_system_mrf_profile_parcel(feature_profile_id: Optional[str] = None,
|
|
|
217
217
|
version=pulumi.get(__ret__, 'version'))
|
|
218
218
|
|
|
219
219
|
|
|
220
|
-
@_utilities.lift_output_func(
|
|
221
|
-
def
|
|
222
|
-
|
|
223
|
-
|
|
220
|
+
@_utilities.lift_output_func(get_system_mrf_feature)
|
|
221
|
+
def get_system_mrf_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
222
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
223
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSystemMrfFeatureResult]:
|
|
224
224
|
"""
|
|
225
|
-
This data source can read the System MRF
|
|
225
|
+
This data source can read the System MRF Feature.
|
|
226
226
|
|
|
227
227
|
## Example Usage
|
|
228
228
|
|
|
@@ -230,12 +230,12 @@ def get_system_mrf_profile_parcel_output(feature_profile_id: Optional[pulumi.Inp
|
|
|
230
230
|
import pulumi
|
|
231
231
|
import pulumi_sdwan as sdwan
|
|
232
232
|
|
|
233
|
-
example = sdwan.
|
|
233
|
+
example = sdwan.get_system_mrf_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
234
234
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
235
235
|
```
|
|
236
236
|
|
|
237
237
|
|
|
238
238
|
:param str feature_profile_id: Feature Profile ID
|
|
239
|
-
:param str id: The id of the
|
|
239
|
+
:param str id: The id of the Feature
|
|
240
240
|
"""
|
|
241
241
|
...
|
|
@@ -11,16 +11,16 @@ from . import _utilities
|
|
|
11
11
|
from . import outputs
|
|
12
12
|
|
|
13
13
|
__all__ = [
|
|
14
|
-
'
|
|
15
|
-
'
|
|
16
|
-
'
|
|
17
|
-
'
|
|
14
|
+
'GetSystemNtpFeatureResult',
|
|
15
|
+
'AwaitableGetSystemNtpFeatureResult',
|
|
16
|
+
'get_system_ntp_feature',
|
|
17
|
+
'get_system_ntp_feature_output',
|
|
18
18
|
]
|
|
19
19
|
|
|
20
20
|
@pulumi.output_type
|
|
21
|
-
class
|
|
21
|
+
class GetSystemNtpFeatureResult:
|
|
22
22
|
"""
|
|
23
|
-
A collection of values returned by
|
|
23
|
+
A collection of values returned by getSystemNtpFeature.
|
|
24
24
|
"""
|
|
25
25
|
def __init__(__self__, authentication_keys=None, authoritative_ntp_server=None, authoritative_ntp_server_variable=None, description=None, feature_profile_id=None, id=None, name=None, servers=None, source_interface=None, source_interface_variable=None, stratum=None, stratum_variable=None, trusted_keys=None, trusted_keys_variable=None, version=None):
|
|
26
26
|
if authentication_keys and not isinstance(authentication_keys, list):
|
|
@@ -71,7 +71,7 @@ class GetSystemNtpProfileParcelResult:
|
|
|
71
71
|
|
|
72
72
|
@property
|
|
73
73
|
@pulumi.getter(name="authenticationKeys")
|
|
74
|
-
def authentication_keys(self) -> Sequence['outputs.
|
|
74
|
+
def authentication_keys(self) -> Sequence['outputs.GetSystemNtpFeatureAuthenticationKeyResult']:
|
|
75
75
|
"""
|
|
76
76
|
Set MD5 authentication key
|
|
77
77
|
"""
|
|
@@ -97,7 +97,7 @@ class GetSystemNtpProfileParcelResult:
|
|
|
97
97
|
@pulumi.getter
|
|
98
98
|
def description(self) -> str:
|
|
99
99
|
"""
|
|
100
|
-
The description of the
|
|
100
|
+
The description of the Feature
|
|
101
101
|
"""
|
|
102
102
|
return pulumi.get(self, "description")
|
|
103
103
|
|
|
@@ -113,7 +113,7 @@ class GetSystemNtpProfileParcelResult:
|
|
|
113
113
|
@pulumi.getter
|
|
114
114
|
def id(self) -> str:
|
|
115
115
|
"""
|
|
116
|
-
The id of the
|
|
116
|
+
The id of the Feature
|
|
117
117
|
"""
|
|
118
118
|
return pulumi.get(self, "id")
|
|
119
119
|
|
|
@@ -121,13 +121,13 @@ class GetSystemNtpProfileParcelResult:
|
|
|
121
121
|
@pulumi.getter
|
|
122
122
|
def name(self) -> str:
|
|
123
123
|
"""
|
|
124
|
-
The name of the
|
|
124
|
+
The name of the Feature
|
|
125
125
|
"""
|
|
126
126
|
return pulumi.get(self, "name")
|
|
127
127
|
|
|
128
128
|
@property
|
|
129
129
|
@pulumi.getter
|
|
130
|
-
def servers(self) -> Sequence['outputs.
|
|
130
|
+
def servers(self) -> Sequence['outputs.GetSystemNtpFeatureServerResult']:
|
|
131
131
|
"""
|
|
132
132
|
Configure NTP servers
|
|
133
133
|
"""
|
|
@@ -185,17 +185,17 @@ class GetSystemNtpProfileParcelResult:
|
|
|
185
185
|
@pulumi.getter
|
|
186
186
|
def version(self) -> int:
|
|
187
187
|
"""
|
|
188
|
-
The version of the
|
|
188
|
+
The version of the Feature
|
|
189
189
|
"""
|
|
190
190
|
return pulumi.get(self, "version")
|
|
191
191
|
|
|
192
192
|
|
|
193
|
-
class
|
|
193
|
+
class AwaitableGetSystemNtpFeatureResult(GetSystemNtpFeatureResult):
|
|
194
194
|
# pylint: disable=using-constant-test
|
|
195
195
|
def __await__(self):
|
|
196
196
|
if False:
|
|
197
197
|
yield self
|
|
198
|
-
return
|
|
198
|
+
return GetSystemNtpFeatureResult(
|
|
199
199
|
authentication_keys=self.authentication_keys,
|
|
200
200
|
authoritative_ntp_server=self.authoritative_ntp_server,
|
|
201
201
|
authoritative_ntp_server_variable=self.authoritative_ntp_server_variable,
|
|
@@ -213,11 +213,11 @@ class AwaitableGetSystemNtpProfileParcelResult(GetSystemNtpProfileParcelResult):
|
|
|
213
213
|
version=self.version)
|
|
214
214
|
|
|
215
215
|
|
|
216
|
-
def
|
|
217
|
-
|
|
218
|
-
|
|
216
|
+
def get_system_ntp_feature(feature_profile_id: Optional[str] = None,
|
|
217
|
+
id: Optional[str] = None,
|
|
218
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSystemNtpFeatureResult:
|
|
219
219
|
"""
|
|
220
|
-
This data source can read the System NTP
|
|
220
|
+
This data source can read the System NTP Feature.
|
|
221
221
|
|
|
222
222
|
## Example Usage
|
|
223
223
|
|
|
@@ -225,21 +225,21 @@ def get_system_ntp_profile_parcel(feature_profile_id: Optional[str] = None,
|
|
|
225
225
|
import pulumi
|
|
226
226
|
import pulumi_sdwan as sdwan
|
|
227
227
|
|
|
228
|
-
example = sdwan.
|
|
228
|
+
example = sdwan.get_system_ntp_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
229
229
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
230
230
|
```
|
|
231
231
|
|
|
232
232
|
|
|
233
233
|
:param str feature_profile_id: Feature Profile ID
|
|
234
|
-
:param str id: The id of the
|
|
234
|
+
:param str id: The id of the Feature
|
|
235
235
|
"""
|
|
236
236
|
__args__ = dict()
|
|
237
237
|
__args__['featureProfileId'] = feature_profile_id
|
|
238
238
|
__args__['id'] = id
|
|
239
239
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
240
|
-
__ret__ = pulumi.runtime.invoke('sdwan:index/
|
|
240
|
+
__ret__ = pulumi.runtime.invoke('sdwan:index/getSystemNtpFeature:getSystemNtpFeature', __args__, opts=opts, typ=GetSystemNtpFeatureResult).value
|
|
241
241
|
|
|
242
|
-
return
|
|
242
|
+
return AwaitableGetSystemNtpFeatureResult(
|
|
243
243
|
authentication_keys=pulumi.get(__ret__, 'authentication_keys'),
|
|
244
244
|
authoritative_ntp_server=pulumi.get(__ret__, 'authoritative_ntp_server'),
|
|
245
245
|
authoritative_ntp_server_variable=pulumi.get(__ret__, 'authoritative_ntp_server_variable'),
|
|
@@ -257,12 +257,12 @@ def get_system_ntp_profile_parcel(feature_profile_id: Optional[str] = None,
|
|
|
257
257
|
version=pulumi.get(__ret__, 'version'))
|
|
258
258
|
|
|
259
259
|
|
|
260
|
-
@_utilities.lift_output_func(
|
|
261
|
-
def
|
|
262
|
-
|
|
263
|
-
|
|
260
|
+
@_utilities.lift_output_func(get_system_ntp_feature)
|
|
261
|
+
def get_system_ntp_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
|
|
262
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
263
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSystemNtpFeatureResult]:
|
|
264
264
|
"""
|
|
265
|
-
This data source can read the System NTP
|
|
265
|
+
This data source can read the System NTP Feature.
|
|
266
266
|
|
|
267
267
|
## Example Usage
|
|
268
268
|
|
|
@@ -270,12 +270,12 @@ def get_system_ntp_profile_parcel_output(feature_profile_id: Optional[pulumi.Inp
|
|
|
270
270
|
import pulumi
|
|
271
271
|
import pulumi_sdwan as sdwan
|
|
272
272
|
|
|
273
|
-
example = sdwan.
|
|
273
|
+
example = sdwan.get_system_ntp_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
|
|
274
274
|
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
|
|
275
275
|
```
|
|
276
276
|
|
|
277
277
|
|
|
278
278
|
:param str feature_profile_id: Feature Profile ID
|
|
279
|
-
:param str id: The id of the
|
|
279
|
+
:param str id: The id of the Feature
|
|
280
280
|
"""
|
|
281
281
|
...
|