pulumi-scm 1.0.2__py3-none-any.whl → 1.0.3__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.
Files changed (215) hide show
  1. pulumi_scm/_inputs.py +1398 -511
  2. pulumi_scm/address.py +42 -7
  3. pulumi_scm/address_group.py +28 -7
  4. pulumi_scm/aggregate_interface.py +28 -7
  5. pulumi_scm/anti_spyware_profile.py +14 -7
  6. pulumi_scm/anti_spyware_signature.py +14 -7
  7. pulumi_scm/app_override_rule.py +14 -7
  8. pulumi_scm/application.py +14 -7
  9. pulumi_scm/application_filter.py +14 -7
  10. pulumi_scm/application_group.py +14 -7
  11. pulumi_scm/authentication_portal.py +14 -7
  12. pulumi_scm/authentication_profile.py +14 -7
  13. pulumi_scm/authentication_rule.py +14 -7
  14. pulumi_scm/authentication_sequence.py +14 -7
  15. pulumi_scm/authentication_setting.py +14 -7
  16. pulumi_scm/bgp_address_family_profile.py +14 -7
  17. pulumi_scm/bgp_auth_profile.py +14 -7
  18. pulumi_scm/bgp_filtering_profile.py +14 -7
  19. pulumi_scm/bgp_redistribution_profile.py +14 -7
  20. pulumi_scm/bgp_route_map.py +14 -7
  21. pulumi_scm/bgp_route_map_redistribution.py +35 -7
  22. pulumi_scm/certificate_profile.py +14 -7
  23. pulumi_scm/content_id_setting.py +14 -7
  24. pulumi_scm/decryption_exclusion.py +14 -7
  25. pulumi_scm/decryption_profile.py +14 -7
  26. pulumi_scm/decryption_rule.py +64 -7
  27. pulumi_scm/device_redistribution_collector.py +14 -7
  28. pulumi_scm/dhcp_interface.py +134 -7
  29. pulumi_scm/dns_proxy.py +14 -7
  30. pulumi_scm/dns_security_profile.py +14 -7
  31. pulumi_scm/dos_protection_profile.py +14 -7
  32. pulumi_scm/dos_protection_rule.py +14 -7
  33. pulumi_scm/dynamic_user_group.py +14 -7
  34. pulumi_scm/ethernet_interface.py +42 -7
  35. pulumi_scm/external_dynamic_list.py +14 -7
  36. pulumi_scm/file_blocking_profile.py +14 -7
  37. pulumi_scm/general_setting.py +14 -7
  38. pulumi_scm/get_address.py +0 -46
  39. pulumi_scm/get_address_group.py +0 -38
  40. pulumi_scm/get_aggregate_interface.py +0 -38
  41. pulumi_scm/get_anti_spyware_profile.py +0 -45
  42. pulumi_scm/get_anti_spyware_signature.py +0 -52
  43. pulumi_scm/get_app_override_rule.py +0 -72
  44. pulumi_scm/get_application.py +0 -105
  45. pulumi_scm/get_application_filter.py +0 -78
  46. pulumi_scm/get_application_group.py +0 -27
  47. pulumi_scm/get_authentication_profile.py +0 -45
  48. pulumi_scm/get_authentication_rule.py +0 -93
  49. pulumi_scm/get_authentication_sequence.py +0 -30
  50. pulumi_scm/get_authentication_setting.py +0 -22
  51. pulumi_scm/get_bgp_address_family_profile.py +0 -27
  52. pulumi_scm/get_bgp_auth_profile.py +0 -30
  53. pulumi_scm/get_bgp_filtering_profile.py +0 -30
  54. pulumi_scm/get_bgp_redistribution_profile.py +0 -27
  55. pulumi_scm/get_bgp_route_map.py +0 -30
  56. pulumi_scm/get_bgp_route_map_redistribution.py +0 -39
  57. pulumi_scm/get_certificate_profile.py +0 -60
  58. pulumi_scm/get_content_id_setting.py +0 -22
  59. pulumi_scm/get_decryption_exclusion.py +0 -27
  60. pulumi_scm/get_decryption_profile.py +0 -36
  61. pulumi_scm/get_decryption_rule.py +0 -93
  62. pulumi_scm/get_device_redistribution_collector.py +0 -22
  63. pulumi_scm/get_dhcp_interface.py +22 -32
  64. pulumi_scm/get_dhcp_interface_list.py +28 -0
  65. pulumi_scm/get_dns_proxy.py +0 -48
  66. pulumi_scm/get_dns_security_profile.py +0 -30
  67. pulumi_scm/get_dos_protection_profile.py +0 -36
  68. pulumi_scm/get_dos_protection_rule.py +0 -66
  69. pulumi_scm/get_dynamic_user_group.py +0 -33
  70. pulumi_scm/get_ethernet_interface.py +0 -61
  71. pulumi_scm/get_external_dynamic_list.py +0 -30
  72. pulumi_scm/get_file_blocking_profile.py +0 -30
  73. pulumi_scm/get_general_setting.py +0 -22
  74. pulumi_scm/get_hip_object.py +0 -60
  75. pulumi_scm/get_hip_profile.py +0 -30
  76. pulumi_scm/get_http_header_profile.py +0 -30
  77. pulumi_scm/get_http_server_profile.py +0 -33
  78. pulumi_scm/get_ike_crypto_profile.py +0 -39
  79. pulumi_scm/get_ike_gateway.py +0 -48
  80. pulumi_scm/get_interface_management_profile.py +0 -57
  81. pulumi_scm/get_ipsec_crypto_profile.py +0 -41
  82. pulumi_scm/get_ipsec_tunnel.py +0 -42
  83. pulumi_scm/get_kerberos_server_profile.py +36 -27
  84. pulumi_scm/get_kerberos_server_profile_list.py +28 -0
  85. pulumi_scm/get_layer2_subinterface.py +0 -33
  86. pulumi_scm/get_layer3_subinterface.py +0 -53
  87. pulumi_scm/get_ldap_server_profile.py +0 -57
  88. pulumi_scm/get_link_tag.py +0 -30
  89. pulumi_scm/get_lldp_profile.py +20 -33
  90. pulumi_scm/get_lldp_profile_list.py +26 -0
  91. pulumi_scm/get_local_user.py +0 -33
  92. pulumi_scm/get_local_user_group.py +0 -27
  93. pulumi_scm/get_log_forwarding_profile.py +38 -30
  94. pulumi_scm/get_log_forwarding_profile_list.py +28 -0
  95. pulumi_scm/get_logical_router.py +0 -30
  96. pulumi_scm/get_loopback_interface.py +0 -42
  97. pulumi_scm/get_management_interface.py +0 -22
  98. pulumi_scm/get_motd_banner_setting.py +0 -22
  99. pulumi_scm/get_ospf_auth_profile.py +0 -35
  100. pulumi_scm/get_pbf_rule.py +0 -57
  101. pulumi_scm/get_profile_group.py +0 -51
  102. pulumi_scm/get_qos_policy_rule.py +0 -45
  103. pulumi_scm/get_qos_profile.py +36 -30
  104. pulumi_scm/get_qos_profile_list.py +30 -0
  105. pulumi_scm/get_radius_server_profile.py +12 -37
  106. pulumi_scm/get_region.py +0 -30
  107. pulumi_scm/get_route_access_list.py +0 -30
  108. pulumi_scm/get_route_community_list.py +0 -30
  109. pulumi_scm/get_route_path_access_list.py +0 -30
  110. pulumi_scm/get_route_prefix_list.py +0 -30
  111. pulumi_scm/get_saml_server_profile.py +50 -49
  112. pulumi_scm/get_saml_server_profile_list.py +28 -0
  113. pulumi_scm/get_scep_profile.py +36 -63
  114. pulumi_scm/get_scep_profile_list.py +28 -0
  115. pulumi_scm/get_schedule.py +0 -27
  116. pulumi_scm/get_sdwan_error_correction_profile.py +0 -30
  117. pulumi_scm/get_sdwan_path_quality_profile.py +0 -27
  118. pulumi_scm/get_sdwan_rule.py +0 -75
  119. pulumi_scm/get_sdwan_saas_quality_profile.py +0 -27
  120. pulumi_scm/get_sdwan_traffic_distribution_profile.py +0 -30
  121. pulumi_scm/get_service.py +0 -33
  122. pulumi_scm/get_service_group.py +0 -30
  123. pulumi_scm/get_service_route.py +0 -22
  124. pulumi_scm/get_service_setting.py +0 -25
  125. pulumi_scm/get_session_setting.py +0 -22
  126. pulumi_scm/get_session_timeout.py +0 -22
  127. pulumi_scm/get_syslog_server_profile.py +0 -30
  128. pulumi_scm/get_tacacs_server_profile.py +46 -37
  129. pulumi_scm/get_tacacs_server_profile_list.py +24 -0
  130. pulumi_scm/get_tag.py +0 -30
  131. pulumi_scm/get_tcp_setting.py +0 -22
  132. pulumi_scm/get_tls_service_profile.py +0 -30
  133. pulumi_scm/get_tunnel_interface.py +12 -40
  134. pulumi_scm/get_update_schedule.py +0 -22
  135. pulumi_scm/get_url_access_profile.py +0 -69
  136. pulumi_scm/get_url_category.py +0 -33
  137. pulumi_scm/get_variable.py +0 -36
  138. pulumi_scm/get_vlan_interface.py +0 -53
  139. pulumi_scm/get_vpn_setting.py +0 -22
  140. pulumi_scm/get_vulnerability_protection_profile.py +0 -33
  141. pulumi_scm/get_vulnerability_protection_signature.py +0 -55
  142. pulumi_scm/get_wildfire_anti_virus_profile.py +0 -39
  143. pulumi_scm/get_zone.py +0 -45
  144. pulumi_scm/hip_object.py +14 -7
  145. pulumi_scm/hip_profile.py +14 -7
  146. pulumi_scm/http_header_profile.py +14 -7
  147. pulumi_scm/http_server_profile.py +14 -7
  148. pulumi_scm/ike_crypto_profile.py +14 -7
  149. pulumi_scm/ike_gateway.py +14 -7
  150. pulumi_scm/interface_management_profile.py +14 -7
  151. pulumi_scm/ipsec_crypto_profile.py +28 -7
  152. pulumi_scm/ipsec_tunnel.py +14 -7
  153. pulumi_scm/kerberos_server_profile.py +100 -7
  154. pulumi_scm/layer2_subinterface.py +14 -7
  155. pulumi_scm/layer3_subinterface.py +28 -7
  156. pulumi_scm/ldap_server_profile.py +14 -7
  157. pulumi_scm/link_tag.py +14 -7
  158. pulumi_scm/lldp_profile.py +58 -7
  159. pulumi_scm/local_user.py +14 -7
  160. pulumi_scm/local_user_group.py +14 -7
  161. pulumi_scm/log_forwarding_profile.py +237 -25
  162. pulumi_scm/logical_router.py +14 -7
  163. pulumi_scm/loopback_interface.py +66 -7
  164. pulumi_scm/management_interface.py +14 -7
  165. pulumi_scm/mfa_server.py +14 -7
  166. pulumi_scm/motd_banner_setting.py +14 -7
  167. pulumi_scm/ospf_auth_profile.py +28 -7
  168. pulumi_scm/outputs.py +3291 -2075
  169. pulumi_scm/pbf_rule.py +14 -7
  170. pulumi_scm/profile_group.py +14 -7
  171. pulumi_scm/pulumi-plugin.json +1 -1
  172. pulumi_scm/qos_policy_rule.py +14 -7
  173. pulumi_scm/qos_profile.py +214 -7
  174. pulumi_scm/radius_server_profile.py +44 -7
  175. pulumi_scm/region.py +14 -7
  176. pulumi_scm/route_access_list.py +14 -7
  177. pulumi_scm/route_community_list.py +14 -7
  178. pulumi_scm/route_path_access_list.py +14 -7
  179. pulumi_scm/route_prefix_list.py +14 -7
  180. pulumi_scm/saml_server_profile.py +135 -7
  181. pulumi_scm/scep_profile.py +245 -42
  182. pulumi_scm/schedule.py +14 -7
  183. pulumi_scm/sdwan_error_correction_profile.py +14 -7
  184. pulumi_scm/sdwan_path_quality_profile.py +14 -7
  185. pulumi_scm/sdwan_rule.py +14 -7
  186. pulumi_scm/sdwan_saas_quality_profile.py +14 -7
  187. pulumi_scm/sdwan_traffic_distribution_profile.py +14 -7
  188. pulumi_scm/service.py +14 -7
  189. pulumi_scm/service_group.py +14 -7
  190. pulumi_scm/service_route.py +14 -7
  191. pulumi_scm/service_setting.py +14 -7
  192. pulumi_scm/session_setting.py +14 -7
  193. pulumi_scm/session_timeout.py +14 -7
  194. pulumi_scm/syslog_server_profile.py +14 -7
  195. pulumi_scm/tacacs_server_profile.py +112 -7
  196. pulumi_scm/tag.py +14 -7
  197. pulumi_scm/tcp_setting.py +14 -7
  198. pulumi_scm/tls_service_profile.py +14 -7
  199. pulumi_scm/tunnel_interface.py +113 -7
  200. pulumi_scm/update_schedule.py +14 -7
  201. pulumi_scm/url_access_profile.py +14 -7
  202. pulumi_scm/url_category.py +14 -7
  203. pulumi_scm/variable.py +14 -7
  204. pulumi_scm/vlan_interface.py +28 -7
  205. pulumi_scm/vpn_setting.py +14 -7
  206. pulumi_scm/vulnerability_protection_profile.py +14 -7
  207. pulumi_scm/vulnerability_protection_signature.py +14 -7
  208. pulumi_scm/wildfire_anti_virus_profile.py +14 -7
  209. pulumi_scm/zone.py +14 -7
  210. pulumi_scm/zone_protection_profile.py +21 -0
  211. {pulumi_scm-1.0.2.dist-info → pulumi_scm-1.0.3.dist-info}/METADATA +1 -1
  212. pulumi_scm-1.0.3.dist-info/RECORD +354 -0
  213. {pulumi_scm-1.0.2.dist-info → pulumi_scm-1.0.3.dist-info}/WHEEL +1 -1
  214. pulumi_scm-1.0.2.dist-info/RECORD +0 -354
  215. {pulumi_scm-1.0.2.dist-info → pulumi_scm-1.0.3.dist-info}/top_level.txt +0 -0
@@ -60,33 +60,22 @@ class GetLocalUserResult:
60
60
  def device(self) -> _builtins.str:
61
61
  """
62
62
  The device in which the resource is defined
63
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
64
63
  """
65
64
  return pulumi.get(self, "device")
66
65
 
67
66
  @_builtins.property
68
67
  @pulumi.getter
69
68
  def disabled(self) -> _builtins.bool:
70
- """
71
- Is the local user disabled?
72
- """
73
69
  return pulumi.get(self, "disabled")
74
70
 
75
71
  @_builtins.property
76
72
  @pulumi.getter(name="encryptedValues")
77
73
  def encrypted_values(self) -> Mapping[str, _builtins.str]:
78
- """
79
- Map of sensitive values returned from the API.
80
- """
81
74
  return pulumi.get(self, "encrypted_values")
82
75
 
83
76
  @_builtins.property
84
77
  @pulumi.getter
85
78
  def folder(self) -> _builtins.str:
86
- """
87
- The folder in which the resource is defined
88
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
89
- """
90
79
  return pulumi.get(self, "folder")
91
80
 
92
81
  @_builtins.property
@@ -100,26 +89,16 @@ class GetLocalUserResult:
100
89
  @_builtins.property
101
90
  @pulumi.getter
102
91
  def name(self) -> _builtins.str:
103
- """
104
- The name of the local user
105
- """
106
92
  return pulumi.get(self, "name")
107
93
 
108
94
  @_builtins.property
109
95
  @pulumi.getter
110
96
  def password(self) -> _builtins.str:
111
- """
112
- The password of the local user
113
- """
114
97
  return pulumi.get(self, "password")
115
98
 
116
99
  @_builtins.property
117
100
  @pulumi.getter
118
101
  def snippet(self) -> _builtins.str:
119
- """
120
- The snippet in which the resource is defined
121
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
122
- """
123
102
  return pulumi.get(self, "snippet")
124
103
 
125
104
  @_builtins.property
@@ -156,13 +135,7 @@ def get_local_user(device: Optional[_builtins.str] = None,
156
135
 
157
136
 
158
137
  :param _builtins.str device: The device in which the resource is defined
159
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
160
- :param _builtins.str folder: The folder in which the resource is defined
161
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
162
138
  :param _builtins.str id: The UUID of the local user
163
- :param _builtins.str name: The name of the local user
164
- :param _builtins.str snippet: The snippet in which the resource is defined
165
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
166
139
  """
167
140
  __args__ = dict()
168
141
  __args__['device'] = device
@@ -194,13 +167,7 @@ def get_local_user_output(device: Optional[pulumi.Input[Optional[_builtins.str]]
194
167
 
195
168
 
196
169
  :param _builtins.str device: The device in which the resource is defined
197
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
198
- :param _builtins.str folder: The folder in which the resource is defined
199
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
200
170
  :param _builtins.str id: The UUID of the local user
201
- :param _builtins.str name: The name of the local user
202
- :param _builtins.str snippet: The snippet in which the resource is defined
203
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
204
171
  """
205
172
  __args__ = dict()
206
173
  __args__['device'] = device
@@ -54,17 +54,12 @@ class GetLocalUserGroupResult:
54
54
  def device(self) -> _builtins.str:
55
55
  """
56
56
  The device in which the resource is defined
57
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
58
57
  """
59
58
  return pulumi.get(self, "device")
60
59
 
61
60
  @_builtins.property
62
61
  @pulumi.getter
63
62
  def folder(self) -> _builtins.str:
64
- """
65
- The folder in which the resource is defined
66
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
67
- """
68
63
  return pulumi.get(self, "folder")
69
64
 
70
65
  @_builtins.property
@@ -78,18 +73,11 @@ class GetLocalUserGroupResult:
78
73
  @_builtins.property
79
74
  @pulumi.getter
80
75
  def name(self) -> _builtins.str:
81
- """
82
- The name of the local user group
83
- """
84
76
  return pulumi.get(self, "name")
85
77
 
86
78
  @_builtins.property
87
79
  @pulumi.getter
88
80
  def snippet(self) -> _builtins.str:
89
- """
90
- The snippet in which the resource is defined
91
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
92
- """
93
81
  return pulumi.get(self, "snippet")
94
82
 
95
83
  @_builtins.property
@@ -100,9 +88,6 @@ class GetLocalUserGroupResult:
100
88
  @_builtins.property
101
89
  @pulumi.getter
102
90
  def users(self) -> Sequence[_builtins.str]:
103
- """
104
- The local user group users
105
- """
106
91
  return pulumi.get(self, "users")
107
92
 
108
93
 
@@ -132,13 +117,7 @@ def get_local_user_group(device: Optional[_builtins.str] = None,
132
117
 
133
118
 
134
119
  :param _builtins.str device: The device in which the resource is defined
135
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
136
- :param _builtins.str folder: The folder in which the resource is defined
137
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
138
120
  :param _builtins.str id: The UUID of the local user group
139
- :param _builtins.str name: The name of the local user group
140
- :param _builtins.str snippet: The snippet in which the resource is defined
141
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
142
121
  """
143
122
  __args__ = dict()
144
123
  __args__['device'] = device
@@ -168,13 +147,7 @@ def get_local_user_group_output(device: Optional[pulumi.Input[Optional[_builtins
168
147
 
169
148
 
170
149
  :param _builtins.str device: The device in which the resource is defined
171
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
172
- :param _builtins.str folder: The folder in which the resource is defined
173
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
174
150
  :param _builtins.str id: The UUID of the local user group
175
- :param _builtins.str name: The name of the local user group
176
- :param _builtins.str snippet: The snippet in which the resource is defined
177
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
178
151
  """
179
152
  __args__ = dict()
180
153
  __args__['device'] = device
@@ -56,9 +56,6 @@ class GetLogForwardingProfileResult:
56
56
  @_builtins.property
57
57
  @pulumi.getter
58
58
  def description(self) -> _builtins.str:
59
- """
60
- Log forwarding profile description
61
- """
62
59
  return pulumi.get(self, "description")
63
60
 
64
61
  @_builtins.property
@@ -66,17 +63,12 @@ class GetLogForwardingProfileResult:
66
63
  def device(self) -> _builtins.str:
67
64
  """
68
65
  The device in which the resource is defined
69
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
70
66
  """
71
67
  return pulumi.get(self, "device")
72
68
 
73
69
  @_builtins.property
74
70
  @pulumi.getter
75
71
  def folder(self) -> _builtins.str:
76
- """
77
- The folder in which the resource is defined
78
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
79
- """
80
72
  return pulumi.get(self, "folder")
81
73
 
82
74
  @_builtins.property
@@ -90,26 +82,16 @@ class GetLogForwardingProfileResult:
90
82
  @_builtins.property
91
83
  @pulumi.getter(name="matchLists")
92
84
  def match_lists(self) -> Sequence['outputs.GetLogForwardingProfileMatchListResult']:
93
- """
94
- Match list
95
- """
96
85
  return pulumi.get(self, "match_lists")
97
86
 
98
87
  @_builtins.property
99
88
  @pulumi.getter
100
89
  def name(self) -> _builtins.str:
101
- """
102
- The name of the log forwarding profile
103
- """
104
90
  return pulumi.get(self, "name")
105
91
 
106
92
  @_builtins.property
107
93
  @pulumi.getter
108
94
  def snippet(self) -> _builtins.str:
109
- """
110
- The snippet in which the resource is defined
111
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
112
- """
113
95
  return pulumi.get(self, "snippet")
114
96
 
115
97
  @_builtins.property
@@ -143,15 +125,28 @@ def get_log_forwarding_profile(device: Optional[_builtins.str] = None,
143
125
  """
144
126
  LogForwardingProfile data source
145
127
 
128
+ ## Example Usage
129
+
130
+ ```python
131
+ import pulumi
132
+ import pulumi_scm as scm
133
+
134
+ #
135
+ # Data source to retrieve a single SCM Log Forwarding Profile object by its ID.
136
+ #
137
+ # Replace the ID with the UUID of the SCM Log Forwarding Profile you want to find.
138
+ scm_log_forwarding_prof = scm.get_log_forwarding_profile(id="712dc61d-94ed-45e4-82b7-b2d86669a2bf")
139
+ pulumi.export("scmLogForwardingProfileDetails", {
140
+ "profileId": scm_log_forwarding_prof.id,
141
+ "folder": scm_log_forwarding_prof.folder,
142
+ "name": scm_log_forwarding_prof.name,
143
+ "description": scm_log_forwarding_prof.description,
144
+ })
145
+ ```
146
+
146
147
 
147
148
  :param _builtins.str device: The device in which the resource is defined
148
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
149
- :param _builtins.str folder: The folder in which the resource is defined
150
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
151
149
  :param _builtins.str id: The UUID of the log server profile
152
- :param _builtins.str name: The name of the log forwarding profile
153
- :param _builtins.str snippet: The snippet in which the resource is defined
154
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
155
150
  """
156
151
  __args__ = dict()
157
152
  __args__['device'] = device
@@ -180,15 +175,28 @@ def get_log_forwarding_profile_output(device: Optional[pulumi.Input[Optional[_bu
180
175
  """
181
176
  LogForwardingProfile data source
182
177
 
178
+ ## Example Usage
179
+
180
+ ```python
181
+ import pulumi
182
+ import pulumi_scm as scm
183
+
184
+ #
185
+ # Data source to retrieve a single SCM Log Forwarding Profile object by its ID.
186
+ #
187
+ # Replace the ID with the UUID of the SCM Log Forwarding Profile you want to find.
188
+ scm_log_forwarding_prof = scm.get_log_forwarding_profile(id="712dc61d-94ed-45e4-82b7-b2d86669a2bf")
189
+ pulumi.export("scmLogForwardingProfileDetails", {
190
+ "profileId": scm_log_forwarding_prof.id,
191
+ "folder": scm_log_forwarding_prof.folder,
192
+ "name": scm_log_forwarding_prof.name,
193
+ "description": scm_log_forwarding_prof.description,
194
+ })
195
+ ```
196
+
183
197
 
184
198
  :param _builtins.str device: The device in which the resource is defined
185
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
186
- :param _builtins.str folder: The folder in which the resource is defined
187
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
188
199
  :param _builtins.str id: The UUID of the log server profile
189
- :param _builtins.str name: The name of the log forwarding profile
190
- :param _builtins.str snippet: The snippet in which the resource is defined
191
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
192
200
  """
193
201
  __args__ = dict()
194
202
  __args__['device'] = device
@@ -165,6 +165,20 @@ def get_log_forwarding_profile_list(device: Optional[_builtins.str] = None,
165
165
  """
166
166
  Retrieves a listing of config items.
167
167
 
168
+ ## Example Usage
169
+
170
+ ```python
171
+ import pulumi
172
+ import pulumi_scm as scm
173
+
174
+ #
175
+ # Data source to retrieve a list of SCM Log Forwarding Profile objects.
176
+ #
177
+ # Example 1: Fetch a list of all SCM Log Forwarding Profile in the "All" folder.
178
+ all_shared = scm.get_log_forwarding_profile_list(folder="All")
179
+ pulumi.export("scmLogForwardingProfileListAllShared", all_shared.datas)
180
+ ```
181
+
168
182
 
169
183
  :param _builtins.str device: The device of the item.
170
184
  :param _builtins.str folder: The folder of the item. Default: Shared.
@@ -204,6 +218,20 @@ def get_log_forwarding_profile_list_output(device: Optional[pulumi.Input[Optiona
204
218
  """
205
219
  Retrieves a listing of config items.
206
220
 
221
+ ## Example Usage
222
+
223
+ ```python
224
+ import pulumi
225
+ import pulumi_scm as scm
226
+
227
+ #
228
+ # Data source to retrieve a list of SCM Log Forwarding Profile objects.
229
+ #
230
+ # Example 1: Fetch a list of all SCM Log Forwarding Profile in the "All" folder.
231
+ all_shared = scm.get_log_forwarding_profile_list(folder="All")
232
+ pulumi.export("scmLogForwardingProfileListAllShared", all_shared.datas)
233
+ ```
234
+
207
235
 
208
236
  :param _builtins.str device: The device of the item.
209
237
  :param _builtins.str folder: The folder of the item. Default: Shared.
@@ -58,17 +58,12 @@ class GetLogicalRouterResult:
58
58
  def device(self) -> _builtins.str:
59
59
  """
60
60
  The device in which the resource is defined
61
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
62
61
  """
63
62
  return pulumi.get(self, "device")
64
63
 
65
64
  @_builtins.property
66
65
  @pulumi.getter
67
66
  def folder(self) -> _builtins.str:
68
- """
69
- The folder in which the resource is defined
70
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
71
- """
72
67
  return pulumi.get(self, "folder")
73
68
 
74
69
  @_builtins.property
@@ -82,26 +77,16 @@ class GetLogicalRouterResult:
82
77
  @_builtins.property
83
78
  @pulumi.getter
84
79
  def name(self) -> _builtins.str:
85
- """
86
- Name
87
- """
88
80
  return pulumi.get(self, "name")
89
81
 
90
82
  @_builtins.property
91
83
  @pulumi.getter(name="routingStack")
92
84
  def routing_stack(self) -> _builtins.str:
93
- """
94
- Routing stack
95
- """
96
85
  return pulumi.get(self, "routing_stack")
97
86
 
98
87
  @_builtins.property
99
88
  @pulumi.getter
100
89
  def snippet(self) -> _builtins.str:
101
- """
102
- The snippet in which the resource is defined
103
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
104
- """
105
90
  return pulumi.get(self, "snippet")
106
91
 
107
92
  @_builtins.property
@@ -112,9 +97,6 @@ class GetLogicalRouterResult:
112
97
  @_builtins.property
113
98
  @pulumi.getter
114
99
  def vrves(self) -> Sequence['outputs.GetLogicalRouterVrfResult']:
115
- """
116
- Vrf
117
- """
118
100
  return pulumi.get(self, "vrves")
119
101
 
120
102
 
@@ -162,13 +144,7 @@ def get_logical_router(device: Optional[_builtins.str] = None,
162
144
 
163
145
 
164
146
  :param _builtins.str device: The device in which the resource is defined
165
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
166
- :param _builtins.str folder: The folder in which the resource is defined
167
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
168
147
  :param _builtins.str id: UUID of the resource
169
- :param _builtins.str name: Name
170
- :param _builtins.str snippet: The snippet in which the resource is defined
171
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
172
148
  """
173
149
  __args__ = dict()
174
150
  __args__['device'] = device
@@ -216,13 +192,7 @@ def get_logical_router_output(device: Optional[pulumi.Input[Optional[_builtins.s
216
192
 
217
193
 
218
194
  :param _builtins.str device: The device in which the resource is defined
219
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
220
- :param _builtins.str folder: The folder in which the resource is defined
221
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
222
195
  :param _builtins.str id: UUID of the resource
223
- :param _builtins.str name: Name
224
- :param _builtins.str snippet: The snippet in which the resource is defined
225
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
226
196
  """
227
197
  __args__ = dict()
228
198
  __args__['device'] = device
@@ -68,17 +68,11 @@ class GetLoopbackInterfaceResult:
68
68
  @_builtins.property
69
69
  @pulumi.getter
70
70
  def comment(self) -> _builtins.str:
71
- """
72
- Description
73
- """
74
71
  return pulumi.get(self, "comment")
75
72
 
76
73
  @_builtins.property
77
74
  @pulumi.getter(name="defaultValue")
78
75
  def default_value(self) -> _builtins.str:
79
- """
80
- Default interface assignment
81
- """
82
76
  return pulumi.get(self, "default_value")
83
77
 
84
78
  @_builtins.property
@@ -86,17 +80,12 @@ class GetLoopbackInterfaceResult:
86
80
  def device(self) -> _builtins.str:
87
81
  """
88
82
  The device in which the resource is defined
89
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
90
83
  """
91
84
  return pulumi.get(self, "device")
92
85
 
93
86
  @_builtins.property
94
87
  @pulumi.getter
95
88
  def folder(self) -> _builtins.str:
96
- """
97
- The folder in which the resource is defined
98
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
99
- """
100
89
  return pulumi.get(self, "folder")
101
90
 
102
91
  @_builtins.property
@@ -110,50 +99,31 @@ class GetLoopbackInterfaceResult:
110
99
  @_builtins.property
111
100
  @pulumi.getter(name="interfaceManagementProfile")
112
101
  def interface_management_profile(self) -> _builtins.str:
113
- """
114
- Interface management profile
115
- """
116
102
  return pulumi.get(self, "interface_management_profile")
117
103
 
118
104
  @_builtins.property
119
105
  @pulumi.getter
120
106
  def ips(self) -> Sequence['outputs.GetLoopbackInterfaceIpResult']:
121
- """
122
- Loopback IP Parent
123
- """
124
107
  return pulumi.get(self, "ips")
125
108
 
126
109
  @_builtins.property
127
110
  @pulumi.getter
128
111
  def ipv6(self) -> 'outputs.GetLoopbackInterfaceIpv6Result':
129
- """
130
- Loopback IPv6 Configuration
131
- """
132
112
  return pulumi.get(self, "ipv6")
133
113
 
134
114
  @_builtins.property
135
115
  @pulumi.getter
136
116
  def mtu(self) -> _builtins.int:
137
- """
138
- MTU
139
- """
140
117
  return pulumi.get(self, "mtu")
141
118
 
142
119
  @_builtins.property
143
120
  @pulumi.getter
144
121
  def name(self) -> _builtins.str:
145
- """
146
- Loopback Interface name
147
- """
148
122
  return pulumi.get(self, "name")
149
123
 
150
124
  @_builtins.property
151
125
  @pulumi.getter
152
126
  def snippet(self) -> _builtins.str:
153
- """
154
- The snippet in which the resource is defined
155
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
156
- """
157
127
  return pulumi.get(self, "snippet")
158
128
 
159
129
  @_builtins.property
@@ -210,13 +180,7 @@ def get_loopback_interface(device: Optional[_builtins.str] = None,
210
180
 
211
181
 
212
182
  :param _builtins.str device: The device in which the resource is defined
213
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
214
- :param _builtins.str folder: The folder in which the resource is defined
215
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
216
183
  :param _builtins.str id: UUID of the resource
217
- :param _builtins.str name: Loopback Interface name
218
- :param _builtins.str snippet: The snippet in which the resource is defined
219
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
220
184
  """
221
185
  __args__ = dict()
222
186
  __args__['device'] = device
@@ -268,13 +232,7 @@ def get_loopback_interface_output(device: Optional[pulumi.Input[Optional[_builti
268
232
 
269
233
 
270
234
  :param _builtins.str device: The device in which the resource is defined
271
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
272
- :param _builtins.str folder: The folder in which the resource is defined
273
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
274
235
  :param _builtins.str id: UUID of the resource
275
- :param _builtins.str name: Loopback Interface name
276
- :param _builtins.str snippet: The snippet in which the resource is defined
277
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
278
236
  """
279
237
  __args__ = dict()
280
238
  __args__['device'] = device
@@ -52,17 +52,12 @@ class GetManagementInterfaceResult:
52
52
  def device(self) -> _builtins.str:
53
53
  """
54
54
  The device in which the resource is defined
55
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
56
55
  """
57
56
  return pulumi.get(self, "device")
58
57
 
59
58
  @_builtins.property
60
59
  @pulumi.getter
61
60
  def folder(self) -> _builtins.str:
62
- """
63
- The folder in which the resource is defined
64
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
65
- """
66
61
  return pulumi.get(self, "folder")
67
62
 
68
63
  @_builtins.property
@@ -76,18 +71,11 @@ class GetManagementInterfaceResult:
76
71
  @_builtins.property
77
72
  @pulumi.getter(name="managementInterface")
78
73
  def management_interface(self) -> 'outputs.GetManagementInterfaceManagementInterfaceResult':
79
- """
80
- Management interface
81
- """
82
74
  return pulumi.get(self, "management_interface")
83
75
 
84
76
  @_builtins.property
85
77
  @pulumi.getter
86
78
  def snippet(self) -> _builtins.str:
87
- """
88
- The snippet in which the resource is defined
89
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
90
- """
91
79
  return pulumi.get(self, "snippet")
92
80
 
93
81
  @_builtins.property
@@ -130,12 +118,7 @@ def get_management_interface(device: Optional[_builtins.str] = None,
130
118
 
131
119
 
132
120
  :param _builtins.str device: The device in which the resource is defined
133
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
134
- :param _builtins.str folder: The folder in which the resource is defined
135
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
136
121
  :param _builtins.str id: UUID of the resource
137
- :param _builtins.str snippet: The snippet in which the resource is defined
138
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
139
122
  """
140
123
  __args__ = dict()
141
124
  __args__['device'] = device
@@ -172,12 +155,7 @@ def get_management_interface_output(device: Optional[pulumi.Input[Optional[_buil
172
155
 
173
156
 
174
157
  :param _builtins.str device: The device in which the resource is defined
175
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
176
- :param _builtins.str folder: The folder in which the resource is defined
177
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
178
158
  :param _builtins.str id: UUID of the resource
179
- :param _builtins.str snippet: The snippet in which the resource is defined
180
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
181
159
  """
182
160
  __args__ = dict()
183
161
  __args__['device'] = device
@@ -52,17 +52,12 @@ class GetMotdBannerSettingResult:
52
52
  def device(self) -> _builtins.str:
53
53
  """
54
54
  The device in which the resource is defined
55
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
56
55
  """
57
56
  return pulumi.get(self, "device")
58
57
 
59
58
  @_builtins.property
60
59
  @pulumi.getter
61
60
  def folder(self) -> _builtins.str:
62
- """
63
- The folder in which the resource is defined
64
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
65
- """
66
61
  return pulumi.get(self, "folder")
67
62
 
68
63
  @_builtins.property
@@ -76,18 +71,11 @@ class GetMotdBannerSettingResult:
76
71
  @_builtins.property
77
72
  @pulumi.getter(name="motdAndBanner")
78
73
  def motd_and_banner(self) -> 'outputs.GetMotdBannerSettingMotdAndBannerResult':
79
- """
80
- Motd and banner
81
- """
82
74
  return pulumi.get(self, "motd_and_banner")
83
75
 
84
76
  @_builtins.property
85
77
  @pulumi.getter
86
78
  def snippet(self) -> _builtins.str:
87
- """
88
- The snippet in which the resource is defined
89
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
90
- """
91
79
  return pulumi.get(self, "snippet")
92
80
 
93
81
  @_builtins.property
@@ -130,12 +118,7 @@ def get_motd_banner_setting(device: Optional[_builtins.str] = None,
130
118
 
131
119
 
132
120
  :param _builtins.str device: The device in which the resource is defined
133
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
134
- :param _builtins.str folder: The folder in which the resource is defined
135
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
136
121
  :param _builtins.str id: UUID of the resource
137
- :param _builtins.str snippet: The snippet in which the resource is defined
138
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
139
122
  """
140
123
  __args__ = dict()
141
124
  __args__['device'] = device
@@ -172,12 +155,7 @@ def get_motd_banner_setting_output(device: Optional[pulumi.Input[Optional[_built
172
155
 
173
156
 
174
157
  :param _builtins.str device: The device in which the resource is defined
175
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
176
- :param _builtins.str folder: The folder in which the resource is defined
177
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
178
158
  :param _builtins.str id: UUID of the resource
179
- :param _builtins.str snippet: The snippet in which the resource is defined
180
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
181
159
  """
182
160
  __args__ = dict()
183
161
  __args__['device'] = device