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
@@ -52,25 +52,17 @@ class GetGeneralSettingResult:
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
69
64
  @pulumi.getter
70
65
  def general(self) -> 'outputs.GetGeneralSettingGeneralResult':
71
- """
72
- General
73
- """
74
66
  return pulumi.get(self, "general")
75
67
 
76
68
  @_builtins.property
@@ -84,10 +76,6 @@ class GetGeneralSettingResult:
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_general_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_general_setting_output(device: Optional[pulumi.Input[Optional[_builtins.
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
@@ -86,41 +86,26 @@ class GetHipObjectResult:
86
86
  @_builtins.property
87
87
  @pulumi.getter(name="antiMalware")
88
88
  def anti_malware(self) -> 'outputs.GetHipObjectAntiMalwareResult':
89
- """
90
- Anti malware
91
- """
92
89
  return pulumi.get(self, "anti_malware")
93
90
 
94
91
  @_builtins.property
95
92
  @pulumi.getter
96
93
  def certificate(self) -> 'outputs.GetHipObjectCertificateResult':
97
- """
98
- Certificate
99
- """
100
94
  return pulumi.get(self, "certificate")
101
95
 
102
96
  @_builtins.property
103
97
  @pulumi.getter(name="customChecks")
104
98
  def custom_checks(self) -> 'outputs.GetHipObjectCustomChecksResult':
105
- """
106
- Custom checks
107
- """
108
99
  return pulumi.get(self, "custom_checks")
109
100
 
110
101
  @_builtins.property
111
102
  @pulumi.getter(name="dataLossPrevention")
112
103
  def data_loss_prevention(self) -> 'outputs.GetHipObjectDataLossPreventionResult':
113
- """
114
- Data loss prevention
115
- """
116
104
  return pulumi.get(self, "data_loss_prevention")
117
105
 
118
106
  @_builtins.property
119
107
  @pulumi.getter
120
108
  def description(self) -> _builtins.str:
121
- """
122
- Description
123
- """
124
109
  return pulumi.get(self, "description")
125
110
 
126
111
  @_builtins.property
@@ -128,49 +113,32 @@ class GetHipObjectResult:
128
113
  def device(self) -> _builtins.str:
129
114
  """
130
115
  The device in which the resource is defined
131
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
132
116
  """
133
117
  return pulumi.get(self, "device")
134
118
 
135
119
  @_builtins.property
136
120
  @pulumi.getter(name="diskBackup")
137
121
  def disk_backup(self) -> 'outputs.GetHipObjectDiskBackupResult':
138
- """
139
- Disk backup
140
- """
141
122
  return pulumi.get(self, "disk_backup")
142
123
 
143
124
  @_builtins.property
144
125
  @pulumi.getter(name="diskEncryption")
145
126
  def disk_encryption(self) -> 'outputs.GetHipObjectDiskEncryptionResult':
146
- """
147
- Disk encryption
148
- """
149
127
  return pulumi.get(self, "disk_encryption")
150
128
 
151
129
  @_builtins.property
152
130
  @pulumi.getter
153
131
  def firewall(self) -> 'outputs.GetHipObjectFirewallResult':
154
- """
155
- Firewall
156
- """
157
132
  return pulumi.get(self, "firewall")
158
133
 
159
134
  @_builtins.property
160
135
  @pulumi.getter
161
136
  def folder(self) -> _builtins.str:
162
- """
163
- The folder in which the resource is defined
164
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
165
- """
166
137
  return pulumi.get(self, "folder")
167
138
 
168
139
  @_builtins.property
169
140
  @pulumi.getter(name="hostInfo")
170
141
  def host_info(self) -> 'outputs.GetHipObjectHostInfoResult':
171
- """
172
- Host info
173
- """
174
142
  return pulumi.get(self, "host_info")
175
143
 
176
144
  @_builtins.property
@@ -184,42 +152,26 @@ class GetHipObjectResult:
184
152
  @_builtins.property
185
153
  @pulumi.getter(name="mobileDevice")
186
154
  def mobile_device(self) -> 'outputs.GetHipObjectMobileDeviceResult':
187
- """
188
- Mobile device
189
- """
190
155
  return pulumi.get(self, "mobile_device")
191
156
 
192
157
  @_builtins.property
193
158
  @pulumi.getter
194
159
  def name(self) -> _builtins.str:
195
- """
196
- The name of the HIP object
197
- """
198
160
  return pulumi.get(self, "name")
199
161
 
200
162
  @_builtins.property
201
163
  @pulumi.getter(name="networkInfo")
202
164
  def network_info(self) -> 'outputs.GetHipObjectNetworkInfoResult':
203
- """
204
- Network info
205
- """
206
165
  return pulumi.get(self, "network_info")
207
166
 
208
167
  @_builtins.property
209
168
  @pulumi.getter(name="patchManagement")
210
169
  def patch_management(self) -> 'outputs.GetHipObjectPatchManagementResult':
211
- """
212
- Patch management
213
- """
214
170
  return pulumi.get(self, "patch_management")
215
171
 
216
172
  @_builtins.property
217
173
  @pulumi.getter
218
174
  def snippet(self) -> _builtins.str:
219
- """
220
- The snippet in which the resource is defined
221
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
222
- """
223
175
  return pulumi.get(self, "snippet")
224
176
 
225
177
  @_builtins.property
@@ -276,13 +228,7 @@ def get_hip_object(device: Optional[_builtins.str] = None,
276
228
 
277
229
 
278
230
  :param _builtins.str device: The device in which the resource is defined
279
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
280
- :param _builtins.str folder: The folder in which the resource is defined
281
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
282
231
  :param _builtins.str id: UUID of the resource
283
- :param _builtins.str name: The name of the HIP object
284
- :param _builtins.str snippet: The snippet in which the resource is defined
285
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
286
232
  """
287
233
  __args__ = dict()
288
234
  __args__['device'] = device
@@ -334,13 +280,7 @@ def get_hip_object_output(device: Optional[pulumi.Input[Optional[_builtins.str]]
334
280
 
335
281
 
336
282
  :param _builtins.str device: The device in which the resource is defined
337
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
338
- :param _builtins.str folder: The folder in which the resource is defined
339
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
340
283
  :param _builtins.str id: UUID of the resource
341
- :param _builtins.str name: The name of the HIP object
342
- :param _builtins.str snippet: The snippet in which the resource is defined
343
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
344
284
  """
345
285
  __args__ = dict()
346
286
  __args__['device'] = device
@@ -55,9 +55,6 @@ class GetHipProfileResult:
55
55
  @_builtins.property
56
56
  @pulumi.getter
57
57
  def description(self) -> _builtins.str:
58
- """
59
- Description
60
- """
61
58
  return pulumi.get(self, "description")
62
59
 
63
60
  @_builtins.property
@@ -65,17 +62,12 @@ class GetHipProfileResult:
65
62
  def device(self) -> _builtins.str:
66
63
  """
67
64
  The device in which the resource is defined
68
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
69
65
  """
70
66
  return pulumi.get(self, "device")
71
67
 
72
68
  @_builtins.property
73
69
  @pulumi.getter
74
70
  def folder(self) -> _builtins.str:
75
- """
76
- The folder in which the resource is defined
77
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
78
- """
79
71
  return pulumi.get(self, "folder")
80
72
 
81
73
  @_builtins.property
@@ -89,26 +81,16 @@ class GetHipProfileResult:
89
81
  @_builtins.property
90
82
  @pulumi.getter
91
83
  def match(self) -> _builtins.str:
92
- """
93
- Match
94
- """
95
84
  return pulumi.get(self, "match")
96
85
 
97
86
  @_builtins.property
98
87
  @pulumi.getter
99
88
  def name(self) -> _builtins.str:
100
- """
101
- The name of the HIP profile
102
- """
103
89
  return pulumi.get(self, "name")
104
90
 
105
91
  @_builtins.property
106
92
  @pulumi.getter
107
93
  def snippet(self) -> _builtins.str:
108
- """
109
- The snippet in which the resource is defined
110
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
111
- """
112
94
  return pulumi.get(self, "snippet")
113
95
 
114
96
  @_builtins.property
@@ -155,13 +137,7 @@ def get_hip_profile(device: Optional[_builtins.str] = None,
155
137
 
156
138
 
157
139
  :param _builtins.str device: The device in which the resource is defined
158
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
159
- :param _builtins.str folder: The folder in which the resource is defined
160
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
161
140
  :param _builtins.str id: UUID of the resource
162
- :param _builtins.str name: The name of the HIP profile
163
- :param _builtins.str snippet: The snippet in which the resource is defined
164
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
165
141
  """
166
142
  __args__ = dict()
167
143
  __args__['device'] = device
@@ -203,13 +179,7 @@ def get_hip_profile_output(device: Optional[pulumi.Input[Optional[_builtins.str]
203
179
 
204
180
 
205
181
  :param _builtins.str device: The device in which the resource is defined
206
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
207
- :param _builtins.str folder: The folder in which the resource is defined
208
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
209
182
  :param _builtins.str id: UUID of the resource
210
- :param _builtins.str name: The name of the HIP profile
211
- :param _builtins.str snippet: The snippet in which the resource is defined
212
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
213
183
  """
214
184
  __args__ = dict()
215
185
  __args__['device'] = device
@@ -56,9 +56,6 @@ class GetHttpHeaderProfileResult:
56
56
  @_builtins.property
57
57
  @pulumi.getter
58
58
  def description(self) -> _builtins.str:
59
- """
60
- The description of the HTTP header profile
61
- """
62
59
  return pulumi.get(self, "description")
63
60
 
64
61
  @_builtins.property
@@ -66,25 +63,17 @@ class GetHttpHeaderProfileResult:
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
83
75
  @pulumi.getter(name="httpHeaderInsertions")
84
76
  def http_header_insertions(self) -> Sequence['outputs.GetHttpHeaderProfileHttpHeaderInsertionResult']:
85
- """
86
- A list of HTTP header profile rules
87
- """
88
77
  return pulumi.get(self, "http_header_insertions")
89
78
 
90
79
  @_builtins.property
@@ -98,18 +87,11 @@ class GetHttpHeaderProfileResult:
98
87
  @_builtins.property
99
88
  @pulumi.getter
100
89
  def name(self) -> _builtins.str:
101
- """
102
- The name of the HTTP header 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
@@ -163,13 +145,7 @@ def get_http_header_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 HTTP header profile
170
- :param _builtins.str name: The name of the HTTP header 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_http_header_profile_output(device: Optional[pulumi.Input[Optional[_built
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 HTTP header profile
225
- :param _builtins.str name: The name of the HTTP header 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
@@ -61,25 +61,17 @@ class GetHttpServerProfileResult:
61
61
  def device(self) -> _builtins.str:
62
62
  """
63
63
  The device in which the resource is defined
64
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
65
64
  """
66
65
  return pulumi.get(self, "device")
67
66
 
68
67
  @_builtins.property
69
68
  @pulumi.getter
70
69
  def folder(self) -> _builtins.str:
71
- """
72
- The folder in which the resource is defined
73
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
74
- """
75
70
  return pulumi.get(self, "folder")
76
71
 
77
72
  @_builtins.property
78
73
  @pulumi.getter
79
74
  def format(self) -> 'outputs.GetHttpServerProfileFormatResult':
80
- """
81
- Format
82
- """
83
75
  return pulumi.get(self, "format")
84
76
 
85
77
  @_builtins.property
@@ -93,34 +85,21 @@ class GetHttpServerProfileResult:
93
85
  @_builtins.property
94
86
  @pulumi.getter
95
87
  def name(self) -> _builtins.str:
96
- """
97
- The name of the profile
98
- """
99
88
  return pulumi.get(self, "name")
100
89
 
101
90
  @_builtins.property
102
91
  @pulumi.getter
103
92
  def servers(self) -> Sequence['outputs.GetHttpServerProfileServerResult']:
104
- """
105
- Server
106
- """
107
93
  return pulumi.get(self, "servers")
108
94
 
109
95
  @_builtins.property
110
96
  @pulumi.getter
111
97
  def snippet(self) -> _builtins.str:
112
- """
113
- The snippet in which the resource is defined
114
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
115
- """
116
98
  return pulumi.get(self, "snippet")
117
99
 
118
100
  @_builtins.property
119
101
  @pulumi.getter(name="tagRegistration")
120
102
  def tag_registration(self) -> _builtins.bool:
121
- """
122
- Register tags on match
123
- """
124
103
  return pulumi.get(self, "tag_registration")
125
104
 
126
105
  @_builtins.property
@@ -157,13 +136,7 @@ def get_http_server_profile(device: Optional[_builtins.str] = None,
157
136
 
158
137
 
159
138
  :param _builtins.str device: The device in which the resource is defined
160
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
161
- :param _builtins.str folder: The folder in which the resource is defined
162
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
163
139
  :param _builtins.str id: The UUID of the HTTP server profile
164
- :param _builtins.str name: The name of the profile
165
- :param _builtins.str snippet: The snippet in which the resource is defined
166
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
167
140
  """
168
141
  __args__ = dict()
169
142
  __args__['device'] = device
@@ -195,13 +168,7 @@ def get_http_server_profile_output(device: Optional[pulumi.Input[Optional[_built
195
168
 
196
169
 
197
170
  :param _builtins.str device: The device in which the resource is defined
198
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
199
- :param _builtins.str folder: The folder in which the resource is defined
200
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
201
171
  :param _builtins.str id: The UUID of the HTTP server profile
202
- :param _builtins.str name: The name of the profile
203
- :param _builtins.str snippet: The snippet in which the resource is defined
204
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
205
172
  """
206
173
  __args__ = dict()
207
174
  __args__['device'] = device
@@ -65,9 +65,6 @@ class GetIkeCryptoProfileResult:
65
65
  @_builtins.property
66
66
  @pulumi.getter(name="authenticationMultiple")
67
67
  def authentication_multiple(self) -> _builtins.int:
68
- """
69
- IKEv2 SA reauthentication interval equals authetication-multiple * rekey-lifetime; 0 means reauthentication disabled
70
- """
71
68
  return pulumi.get(self, "authentication_multiple")
72
69
 
73
70
  @_builtins.property
@@ -75,41 +72,27 @@ class GetIkeCryptoProfileResult:
75
72
  def device(self) -> _builtins.str:
76
73
  """
77
74
  The device in which the resource is defined
78
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
79
75
  """
80
76
  return pulumi.get(self, "device")
81
77
 
82
78
  @_builtins.property
83
79
  @pulumi.getter(name="dhGroups")
84
80
  def dh_groups(self) -> Sequence[_builtins.str]:
85
- """
86
- Dh group
87
- """
88
81
  return pulumi.get(self, "dh_groups")
89
82
 
90
83
  @_builtins.property
91
84
  @pulumi.getter
92
85
  def encryptions(self) -> Sequence[_builtins.str]:
93
- """
94
- Encryption algorithm
95
- """
96
86
  return pulumi.get(self, "encryptions")
97
87
 
98
88
  @_builtins.property
99
89
  @pulumi.getter
100
90
  def folder(self) -> _builtins.str:
101
- """
102
- The folder in which the resource is defined
103
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
104
- """
105
91
  return pulumi.get(self, "folder")
106
92
 
107
93
  @_builtins.property
108
94
  @pulumi.getter
109
95
  def hashes(self) -> Sequence[_builtins.str]:
110
- """
111
- Hash
112
- """
113
96
  return pulumi.get(self, "hashes")
114
97
 
115
98
  @_builtins.property
@@ -123,26 +106,16 @@ class GetIkeCryptoProfileResult:
123
106
  @_builtins.property
124
107
  @pulumi.getter
125
108
  def lifetime(self) -> 'outputs.GetIkeCryptoProfileLifetimeResult':
126
- """
127
- Ike crypto profile lifetime
128
- """
129
109
  return pulumi.get(self, "lifetime")
130
110
 
131
111
  @_builtins.property
132
112
  @pulumi.getter
133
113
  def name(self) -> _builtins.str:
134
- """
135
- Alphanumeric string begin with letter: [0-9a-zA-Z._-]
136
- """
137
114
  return pulumi.get(self, "name")
138
115
 
139
116
  @_builtins.property
140
117
  @pulumi.getter
141
118
  def snippet(self) -> _builtins.str:
142
- """
143
- The snippet in which the resource is defined
144
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
145
- """
146
119
  return pulumi.get(self, "snippet")
147
120
 
148
121
  @_builtins.property
@@ -192,13 +165,7 @@ def get_ike_crypto_profile(device: Optional[_builtins.str] = None,
192
165
 
193
166
 
194
167
  :param _builtins.str device: The device in which the resource is defined
195
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
196
- :param _builtins.str folder: The folder in which the resource is defined
197
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
198
168
  :param _builtins.str id: UUID of the resource
199
- :param _builtins.str name: Alphanumeric string begin with letter: [0-9a-zA-Z._-]
200
- :param _builtins.str snippet: The snippet in which the resource is defined
201
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
202
169
  """
203
170
  __args__ = dict()
204
171
  __args__['device'] = device
@@ -243,13 +210,7 @@ def get_ike_crypto_profile_output(device: Optional[pulumi.Input[Optional[_builti
243
210
 
244
211
 
245
212
  :param _builtins.str device: The device in which the resource is defined
246
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
247
- :param _builtins.str folder: The folder in which the resource is defined
248
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
249
213
  :param _builtins.str id: UUID of the resource
250
- :param _builtins.str name: Alphanumeric string begin with letter: [0-9a-zA-Z._-]
251
- :param _builtins.str snippet: The snippet in which the resource is defined
252
- > ℹ️ **Note:** You must specify exactly one of `device`, `folder`, and `snippet`.
253
214
  """
254
215
  __args__ = dict()
255
216
  __args__['device'] = device