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
@@ -62,9 +62,6 @@ class GetDosProtectionProfileResult:
62
62
  @_builtins.property
63
63
  @pulumi.getter
64
64
  def description(self) -> _builtins.str:
65
- """
66
- Description
67
- """
68
65
  return pulumi.get(self, "description")
69
66
 
70
67
  @_builtins.property
@@ -72,25 +69,17 @@ class GetDosProtectionProfileResult:
72
69
  def device(self) -> _builtins.str:
73
70
  """
74
71
  The device in which the resource is defined
75
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
76
72
  """
77
73
  return pulumi.get(self, "device")
78
74
 
79
75
  @_builtins.property
80
76
  @pulumi.getter
81
77
  def flood(self) -> 'outputs.GetDosProtectionProfileFloodResult':
82
- """
83
- Flood
84
- """
85
78
  return pulumi.get(self, "flood")
86
79
 
87
80
  @_builtins.property
88
81
  @pulumi.getter
89
82
  def folder(self) -> _builtins.str:
90
- """
91
- The folder in which the resource is defined
92
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
93
- """
94
83
  return pulumi.get(self, "folder")
95
84
 
96
85
  @_builtins.property
@@ -104,26 +93,16 @@ class GetDosProtectionProfileResult:
104
93
  @_builtins.property
105
94
  @pulumi.getter
106
95
  def name(self) -> _builtins.str:
107
- """
108
- Profile name
109
- """
110
96
  return pulumi.get(self, "name")
111
97
 
112
98
  @_builtins.property
113
99
  @pulumi.getter
114
100
  def resource(self) -> 'outputs.GetDosProtectionProfileResourceResult':
115
- """
116
- Resource
117
- """
118
101
  return pulumi.get(self, "resource")
119
102
 
120
103
  @_builtins.property
121
104
  @pulumi.getter
122
105
  def snippet(self) -> _builtins.str:
123
- """
124
- The snippet in which the resource is defined
125
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
126
- """
127
106
  return pulumi.get(self, "snippet")
128
107
 
129
108
  @_builtins.property
@@ -134,9 +113,6 @@ class GetDosProtectionProfileResult:
134
113
  @_builtins.property
135
114
  @pulumi.getter
136
115
  def type(self) -> _builtins.str:
137
- """
138
- Type
139
- """
140
116
  return pulumi.get(self, "type")
141
117
 
142
118
 
@@ -169,13 +145,7 @@ def get_dos_protection_profile(device: Optional[_builtins.str] = None,
169
145
 
170
146
 
171
147
  :param _builtins.str device: The device in which the resource is defined
172
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
173
- :param _builtins.str folder: The folder in which the resource is defined
174
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
175
148
  :param _builtins.str id: The UUID of the DNS security profile
176
- :param _builtins.str name: Profile name
177
- :param _builtins.str snippet: The snippet in which the resource is defined
178
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
179
149
  """
180
150
  __args__ = dict()
181
151
  __args__['device'] = device
@@ -208,13 +178,7 @@ def get_dos_protection_profile_output(device: Optional[pulumi.Input[Optional[_bu
208
178
 
209
179
 
210
180
  :param _builtins.str device: The device in which the resource is defined
211
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
212
- :param _builtins.str folder: The folder in which the resource is defined
213
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
214
181
  :param _builtins.str id: The UUID of the DNS security profile
215
- :param _builtins.str name: Profile name
216
- :param _builtins.str snippet: The snippet in which the resource is defined
217
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
218
182
  """
219
183
  __args__ = dict()
220
184
  __args__['device'] = device
@@ -92,25 +92,16 @@ class GetDosProtectionRuleResult:
92
92
  @_builtins.property
93
93
  @pulumi.getter
94
94
  def action(self) -> 'outputs.GetDosProtectionRuleActionResult':
95
- """
96
- The action to take on rule match
97
- """
98
95
  return pulumi.get(self, "action")
99
96
 
100
97
  @_builtins.property
101
98
  @pulumi.getter
102
99
  def description(self) -> _builtins.str:
103
- """
104
- Description
105
- """
106
100
  return pulumi.get(self, "description")
107
101
 
108
102
  @_builtins.property
109
103
  @pulumi.getter
110
104
  def destinations(self) -> Sequence[_builtins.str]:
111
- """
112
- List of destination addresses
113
- """
114
105
  return pulumi.get(self, "destinations")
115
106
 
116
107
  @_builtins.property
@@ -118,33 +109,22 @@ class GetDosProtectionRuleResult:
118
109
  def device(self) -> _builtins.str:
119
110
  """
120
111
  The device in which the resource is defined
121
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
122
112
  """
123
113
  return pulumi.get(self, "device")
124
114
 
125
115
  @_builtins.property
126
116
  @pulumi.getter
127
117
  def disabled(self) -> _builtins.bool:
128
- """
129
- Rule disabled?
130
- """
131
118
  return pulumi.get(self, "disabled")
132
119
 
133
120
  @_builtins.property
134
121
  @pulumi.getter
135
122
  def folder(self) -> _builtins.str:
136
- """
137
- The folder in which the resource is defined
138
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
139
- """
140
123
  return pulumi.get(self, "folder")
141
124
 
142
125
  @_builtins.property
143
126
  @pulumi.getter
144
127
  def froms(self) -> Sequence[_builtins.str]:
145
- """
146
- List of source zones
147
- """
148
128
  return pulumi.get(self, "froms")
149
129
 
150
130
  @_builtins.property
@@ -158,82 +138,51 @@ class GetDosProtectionRuleResult:
158
138
  @_builtins.property
159
139
  @pulumi.getter(name="logSetting")
160
140
  def log_setting(self) -> _builtins.str:
161
- """
162
- Log forwarding profile name
163
- """
164
141
  return pulumi.get(self, "log_setting")
165
142
 
166
143
  @_builtins.property
167
144
  @pulumi.getter
168
145
  def name(self) -> _builtins.str:
169
- """
170
- Rule name
171
- """
172
146
  return pulumi.get(self, "name")
173
147
 
174
148
  @_builtins.property
175
149
  @pulumi.getter
176
150
  def position(self) -> _builtins.str:
177
- """
178
- Position relative to local device rules
179
- """
180
151
  return pulumi.get(self, "position")
181
152
 
182
153
  @_builtins.property
183
154
  @pulumi.getter
184
155
  def protection(self) -> 'outputs.GetDosProtectionRuleProtectionResult':
185
- """
186
- Protection
187
- """
188
156
  return pulumi.get(self, "protection")
189
157
 
190
158
  @_builtins.property
191
159
  @pulumi.getter
192
160
  def schedule(self) -> _builtins.str:
193
- """
194
- Schedule on which to enforce the rule
195
- """
196
161
  return pulumi.get(self, "schedule")
197
162
 
198
163
  @_builtins.property
199
164
  @pulumi.getter
200
165
  def services(self) -> Sequence[_builtins.str]:
201
- """
202
- List of services
203
- """
204
166
  return pulumi.get(self, "services")
205
167
 
206
168
  @_builtins.property
207
169
  @pulumi.getter
208
170
  def snippet(self) -> _builtins.str:
209
- """
210
- The snippet in which the resource is defined
211
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
212
- """
213
171
  return pulumi.get(self, "snippet")
214
172
 
215
173
  @_builtins.property
216
174
  @pulumi.getter(name="sourceUsers")
217
175
  def source_users(self) -> Sequence[_builtins.str]:
218
- """
219
- List of source users and/or groups. Reserved words include `any`, `pre-login`, `known-user`, and `unknown`.
220
- """
221
176
  return pulumi.get(self, "source_users")
222
177
 
223
178
  @_builtins.property
224
179
  @pulumi.getter
225
180
  def sources(self) -> Sequence[_builtins.str]:
226
- """
227
- List of source addresses
228
- """
229
181
  return pulumi.get(self, "sources")
230
182
 
231
183
  @_builtins.property
232
184
  @pulumi.getter
233
185
  def tags(self) -> Sequence[_builtins.str]:
234
- """
235
- List of tags
236
- """
237
186
  return pulumi.get(self, "tags")
238
187
 
239
188
  @_builtins.property
@@ -244,9 +193,6 @@ class GetDosProtectionRuleResult:
244
193
  @_builtins.property
245
194
  @pulumi.getter
246
195
  def tos(self) -> Sequence[_builtins.str]:
247
- """
248
- List of destination zones
249
- """
250
196
  return pulumi.get(self, "tos")
251
197
 
252
198
 
@@ -289,13 +235,7 @@ def get_dos_protection_rule(device: Optional[_builtins.str] = None,
289
235
 
290
236
 
291
237
  :param _builtins.str device: The device in which the resource is defined
292
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
293
- :param _builtins.str folder: The folder in which the resource is defined
294
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
295
238
  :param _builtins.str id: The UUID of the DNS security profile
296
- :param _builtins.str name: Rule name
297
- :param _builtins.str snippet: The snippet in which the resource is defined
298
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
299
239
  """
300
240
  __args__ = dict()
301
241
  __args__['device'] = device
@@ -338,13 +278,7 @@ def get_dos_protection_rule_output(device: Optional[pulumi.Input[Optional[_built
338
278
 
339
279
 
340
280
  :param _builtins.str device: The device in which the resource is defined
341
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
342
- :param _builtins.str folder: The folder in which the resource is defined
343
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
344
281
  :param _builtins.str id: The UUID of the DNS security profile
345
- :param _builtins.str name: Rule name
346
- :param _builtins.str snippet: The snippet in which the resource is defined
347
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
348
282
  """
349
283
  __args__ = dict()
350
284
  __args__['device'] = device
@@ -58,9 +58,6 @@ class GetDynamicUserGroupResult:
58
58
  @_builtins.property
59
59
  @pulumi.getter
60
60
  def description(self) -> _builtins.str:
61
- """
62
- The description of the dynamic address group
63
- """
64
61
  return pulumi.get(self, "description")
65
62
 
66
63
  @_builtins.property
@@ -68,25 +65,17 @@ class GetDynamicUserGroupResult:
68
65
  def device(self) -> _builtins.str:
69
66
  """
70
67
  The device in which the resource is defined
71
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
72
68
  """
73
69
  return pulumi.get(self, "device")
74
70
 
75
71
  @_builtins.property
76
72
  @pulumi.getter
77
73
  def filter(self) -> _builtins.str:
78
- """
79
- The tag-based filter for the dynamic user group
80
- """
81
74
  return pulumi.get(self, "filter")
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 GetDynamicUserGroupResult:
100
89
  @_builtins.property
101
90
  @pulumi.getter
102
91
  def name(self) -> _builtins.str:
103
- """
104
- The name of the dynamic address group
105
- """
106
92
  return pulumi.get(self, "name")
107
93
 
108
94
  @_builtins.property
109
95
  @pulumi.getter
110
96
  def snippet(self) -> _builtins.str:
111
- """
112
- The snippet in which the resource is defined
113
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
114
- """
115
97
  return pulumi.get(self, "snippet")
116
98
 
117
99
  @_builtins.property
118
100
  @pulumi.getter
119
101
  def tags(self) -> Sequence[_builtins.str]:
120
- """
121
- Tags associated with the dynamic user group
122
- """
123
102
  return pulumi.get(self, "tags")
124
103
 
125
104
  @_builtins.property
@@ -174,13 +153,7 @@ def get_dynamic_user_group(device: Optional[_builtins.str] = None,
174
153
 
175
154
 
176
155
  :param _builtins.str device: The device in which the resource is defined
177
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
178
- :param _builtins.str folder: The folder in which the resource is defined
179
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
180
156
  :param _builtins.str id: The UUID of the dynamic user group
181
- :param _builtins.str name: The name of the dynamic address group
182
- :param _builtins.str snippet: The snippet in which the resource is defined
183
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
184
157
  """
185
158
  __args__ = dict()
186
159
  __args__['device'] = device
@@ -230,13 +203,7 @@ def get_dynamic_user_group_output(device: Optional[pulumi.Input[Optional[_builti
230
203
 
231
204
 
232
205
  :param _builtins.str device: The device in which the resource is defined
233
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
234
- :param _builtins.str folder: The folder in which the resource is defined
235
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
236
206
  :param _builtins.str id: The UUID of the dynamic user group
237
- :param _builtins.str name: The name of the dynamic address group
238
- :param _builtins.str snippet: The snippet in which the resource is defined
239
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
240
207
  """
241
208
  __args__ = dict()
242
209
  __args__['device'] = device
@@ -83,26 +83,16 @@ class GetEthernetInterfaceResult:
83
83
  @_builtins.property
84
84
  @pulumi.getter(name="aggregateGroup")
85
85
  def aggregate_group(self) -> _builtins.str:
86
- """
87
- Aggregate group
88
- > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
89
- """
90
86
  return pulumi.get(self, "aggregate_group")
91
87
 
92
88
  @_builtins.property
93
89
  @pulumi.getter
94
90
  def comment(self) -> _builtins.str:
95
- """
96
- Interface description
97
- """
98
91
  return pulumi.get(self, "comment")
99
92
 
100
93
  @_builtins.property
101
94
  @pulumi.getter(name="defaultValue")
102
95
  def default_value(self) -> _builtins.str:
103
- """
104
- Default interface assignment
105
- """
106
96
  return pulumi.get(self, "default_value")
107
97
 
108
98
  @_builtins.property
@@ -110,25 +100,17 @@ class GetEthernetInterfaceResult:
110
100
  def device(self) -> _builtins.str:
111
101
  """
112
102
  The device in which the resource is defined
113
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
114
103
  """
115
104
  return pulumi.get(self, "device")
116
105
 
117
106
  @_builtins.property
118
107
  @pulumi.getter(name="encryptedValues")
119
108
  def encrypted_values(self) -> Mapping[str, _builtins.str]:
120
- """
121
- Map of sensitive values returned from the API.
122
- """
123
109
  return pulumi.get(self, "encrypted_values")
124
110
 
125
111
  @_builtins.property
126
112
  @pulumi.getter
127
113
  def folder(self) -> _builtins.str:
128
- """
129
- The folder in which the resource is defined
130
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
131
- """
132
114
  return pulumi.get(self, "folder")
133
115
 
134
116
  @_builtins.property
@@ -142,77 +124,46 @@ class GetEthernetInterfaceResult:
142
124
  @_builtins.property
143
125
  @pulumi.getter
144
126
  def layer2(self) -> 'outputs.GetEthernetInterfaceLayer2Result':
145
- """
146
- Layer2
147
- > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
148
- """
149
127
  return pulumi.get(self, "layer2")
150
128
 
151
129
  @_builtins.property
152
130
  @pulumi.getter
153
131
  def layer3(self) -> 'outputs.GetEthernetInterfaceLayer3Result':
154
- """
155
- Ethernet Interface Layer 3 configuration
156
- > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
157
- """
158
132
  return pulumi.get(self, "layer3")
159
133
 
160
134
  @_builtins.property
161
135
  @pulumi.getter(name="linkDuplex")
162
136
  def link_duplex(self) -> _builtins.str:
163
- """
164
- Link duplex
165
- """
166
137
  return pulumi.get(self, "link_duplex")
167
138
 
168
139
  @_builtins.property
169
140
  @pulumi.getter(name="linkSpeed")
170
141
  def link_speed(self) -> _builtins.str:
171
- """
172
- Link speed
173
- """
174
142
  return pulumi.get(self, "link_speed")
175
143
 
176
144
  @_builtins.property
177
145
  @pulumi.getter(name="linkState")
178
146
  def link_state(self) -> _builtins.str:
179
- """
180
- Link state
181
- """
182
147
  return pulumi.get(self, "link_state")
183
148
 
184
149
  @_builtins.property
185
150
  @pulumi.getter
186
151
  def name(self) -> _builtins.str:
187
- """
188
- Interface name
189
- """
190
152
  return pulumi.get(self, "name")
191
153
 
192
154
  @_builtins.property
193
155
  @pulumi.getter
194
156
  def poe(self) -> 'outputs.GetEthernetInterfacePoeResult':
195
- """
196
- Poe
197
- """
198
157
  return pulumi.get(self, "poe")
199
158
 
200
159
  @_builtins.property
201
160
  @pulumi.getter
202
161
  def snippet(self) -> _builtins.str:
203
- """
204
- The snippet in which the resource is defined
205
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
206
- """
207
162
  return pulumi.get(self, "snippet")
208
163
 
209
164
  @_builtins.property
210
165
  @pulumi.getter
211
166
  def tap(self) -> 'outputs.GetEthernetInterfaceTapResult':
212
- """
213
- Tap
214
- > ℹ️ **Note:** You must specify exactly one of `aggregate_group`, `layer2`, `layer3`, and `tap`.
215
- """
216
167
  return pulumi.get(self, "tap")
217
168
 
218
169
  @_builtins.property
@@ -274,13 +225,7 @@ def get_ethernet_interface(device: Optional[_builtins.str] = None,
274
225
 
275
226
 
276
227
  :param _builtins.str device: The device in which the resource is defined
277
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
278
- :param _builtins.str folder: The folder in which the resource is defined
279
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
280
228
  :param _builtins.str id: UUID of the resource
281
- :param _builtins.str name: Interface name
282
- :param _builtins.str snippet: The snippet in which the resource is defined
283
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
284
229
  """
285
230
  __args__ = dict()
286
231
  __args__['device'] = device
@@ -337,13 +282,7 @@ def get_ethernet_interface_output(device: Optional[pulumi.Input[Optional[_builti
337
282
 
338
283
 
339
284
  :param _builtins.str device: The device in which the resource is defined
340
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
341
- :param _builtins.str folder: The folder in which the resource is defined
342
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
343
285
  :param _builtins.str id: UUID of the resource
344
- :param _builtins.str name: Interface name
345
- :param _builtins.str snippet: The snippet in which the resource is defined
346
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
347
286
  """
348
287
  __args__ = dict()
349
288
  __args__['device'] = device
@@ -58,25 +58,17 @@ class GetExternalDynamicListResult:
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(name="encryptedValues")
67
66
  def encrypted_values(self) -> Mapping[str, _builtins.str]:
68
- """
69
- Map of sensitive values returned from the API.
70
- """
71
67
  return pulumi.get(self, "encrypted_values")
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,18 +82,11 @@ class GetExternalDynamicListResult:
90
82
  @_builtins.property
91
83
  @pulumi.getter
92
84
  def name(self) -> _builtins.str:
93
- """
94
- The name of the external dynamic list
95
- """
96
85
  return pulumi.get(self, "name")
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 GetExternalDynamicListResult:
112
97
  @_builtins.property
113
98
  @pulumi.getter
114
99
  def type(self) -> 'outputs.GetExternalDynamicListTypeResult':
115
- """
116
- Type configuration for External Dynamic List
117
- """
118
100
  return pulumi.get(self, "type")
119
101
 
120
102
 
@@ -163,13 +145,7 @@ def get_external_dynamic_list(device: Optional[_builtins.str] = None,
163
145
 
164
146
 
165
147
  :param _builtins.str device: The device in which the resource is defined
166
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
167
- :param _builtins.str folder: The folder in which the resource is defined
168
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
169
148
  :param _builtins.str id: The UUID of the external dynamic list
170
- :param _builtins.str name: The name of the external dynamic list
171
- :param _builtins.str snippet: The snippet in which the resource is defined
172
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
173
149
  """
174
150
  __args__ = dict()
175
151
  __args__['device'] = device
@@ -218,13 +194,7 @@ def get_external_dynamic_list_output(device: Optional[pulumi.Input[Optional[_bui
218
194
 
219
195
 
220
196
  :param _builtins.str device: The device in which the resource is defined
221
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
222
- :param _builtins.str folder: The folder in which the resource is defined
223
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
224
197
  :param _builtins.str id: The UUID of the external dynamic list
225
- :param _builtins.str name: The name of the external dynamic list
226
- :param _builtins.str snippet: The snippet in which the resource is defined
227
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
228
198
  """
229
199
  __args__ = dict()
230
200
  __args__['device'] = device
@@ -56,9 +56,6 @@ class GetFileBlockingProfileResult:
56
56
  @_builtins.property
57
57
  @pulumi.getter
58
58
  def description(self) -> _builtins.str:
59
- """
60
- Description
61
- """
62
59
  return pulumi.get(self, "description")
63
60
 
64
61
  @_builtins.property
@@ -66,17 +63,12 @@ class GetFileBlockingProfileResult:
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 GetFileBlockingProfileResult:
90
82
  @_builtins.property
91
83
  @pulumi.getter
92
84
  def name(self) -> _builtins.str:
93
- """
94
- The name of the file blocking profile
95
- """
96
85
  return pulumi.get(self, "name")
97
86
 
98
87
  @_builtins.property
99
88
  @pulumi.getter
100
89
  def rules(self) -> Sequence['outputs.GetFileBlockingProfileRuleResult']:
101
- """
102
- A list of file blocking rules
103
- """
104
90
  return pulumi.get(self, "rules")
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
@@ -163,13 +145,7 @@ def get_file_blocking_profile(device: Optional[_builtins.str] = None,
163
145
 
164
146
 
165
147
  :param _builtins.str device: The device in which the resource is defined
166
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
167
- :param _builtins.str folder: The folder in which the resource is defined
168
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
169
148
  :param _builtins.str id: The UUID of the file blocking profile
170
- :param _builtins.str name: The name of the file blocking profile
171
- :param _builtins.str snippet: The snippet in which the resource is defined
172
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
173
149
  """
174
150
  __args__ = dict()
175
151
  __args__['device'] = device
@@ -218,13 +194,7 @@ def get_file_blocking_profile_output(device: Optional[pulumi.Input[Optional[_bui
218
194
 
219
195
 
220
196
  :param _builtins.str device: The device in which the resource is defined
221
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
222
- :param _builtins.str folder: The folder in which the resource is defined
223
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
224
197
  :param _builtins.str id: The UUID of the file blocking profile
225
- :param _builtins.str name: The name of the file blocking profile
226
- :param _builtins.str snippet: The snippet in which the resource is defined
227
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
228
198
  """
229
199
  __args__ = dict()
230
200
  __args__['device'] = device