sparkle_formation 3.0.32 → 3.0.34
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/LICENSE +1 -1
- data/lib/sparkle_formation/provider/terraform.rb +9 -1
- data/lib/sparkle_formation/resources.rb +7 -0
- data/lib/sparkle_formation/resources/aws.rb +18 -24
- data/lib/sparkle_formation/resources/aws_resources.json +2107 -186
- data/lib/sparkle_formation/resources/azure_resources.json +16497 -5796
- data/lib/sparkle_formation/resources/heat_resources.json +190 -4
- data/lib/sparkle_formation/resources/terraform.rb +16 -0
- data/lib/sparkle_formation/resources/terraform_account_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_acme_resources.json +59 -0
- data/lib/sparkle_formation/resources/terraform_alicloud_resources.json +4023 -0
- data/lib/sparkle_formation/resources/terraform_arukas_resources.json +49 -0
- data/lib/sparkle_formation/resources/terraform_aws_resources.json +15899 -0
- data/lib/sparkle_formation/resources/terraform_azure_resources.json +572 -0
- data/lib/sparkle_formation/resources/terraform_azurerm_resources.json +6632 -0
- data/lib/sparkle_formation/resources/terraform_azurestack_resources.json +1231 -0
- data/lib/sparkle_formation/resources/terraform_bigip_resources.json +1004 -0
- data/lib/sparkle_formation/resources/terraform_bitbucket_resources.json +123 -0
- data/lib/sparkle_formation/resources/terraform_brightbox_resources.json +283 -0
- data/lib/sparkle_formation/resources/terraform_bucket_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_chef_resources.json +132 -0
- data/lib/sparkle_formation/resources/terraform_circonus_resources.json +406 -0
- data/lib/sparkle_formation/resources/terraform_clc_resources.json +222 -0
- data/lib/sparkle_formation/resources/terraform_cloudflare_resources.json +638 -0
- data/lib/sparkle_formation/resources/terraform_cloudscale_resources.json +96 -0
- data/lib/sparkle_formation/resources/terraform_cloudstack_resources.json +888 -0
- data/lib/sparkle_formation/resources/terraform_cobbler_resources.json +589 -0
- data/lib/sparkle_formation/resources/terraform_consul_resources.json +297 -0
- data/lib/sparkle_formation/resources/terraform_databases_resources.json +14 -0
- data/lib/sparkle_formation/resources/terraform_datadog_resources.json +385 -0
- data/lib/sparkle_formation/resources/terraform_digitalocean_resources.json +408 -0
- data/lib/sparkle_formation/resources/terraform_dme_resources.json +29 -0
- data/lib/sparkle_formation/resources/terraform_dns_resources.json +137 -0
- data/lib/sparkle_formation/resources/terraform_dnsimple_resources.json +39 -0
- data/lib/sparkle_formation/resources/terraform_docker_resources.json +266 -0
- data/lib/sparkle_formation/resources/terraform_dyn_resources.json +34 -0
- data/lib/sparkle_formation/resources/terraform_fastly_resources.json +124 -0
- data/lib/sparkle_formation/resources/terraform_flexibleengine_resources.json +2915 -0
- data/lib/sparkle_formation/resources/terraform_github_resources.json +449 -0
- data/lib/sparkle_formation/resources/terraform_gitlab_resources.json +267 -0
- data/lib/sparkle_formation/resources/terraform_google_resources.json +2485 -0
- data/lib/sparkle_formation/resources/terraform_grafana_resources.json +135 -0
- data/lib/sparkle_formation/resources/terraform_hcloud_resources.json +201 -0
- data/lib/sparkle_formation/resources/terraform_heroku_resources.json +447 -0
- data/lib/sparkle_formation/resources/terraform_huaweicloud_resources.json +2508 -0
- data/lib/sparkle_formation/resources/terraform_icinga2_resources.json +100 -0
- data/lib/sparkle_formation/resources/terraform_influxdb_resources.json +68 -0
- data/lib/sparkle_formation/resources/terraform_kubernetes_resources.json +277 -0
- data/lib/sparkle_formation/resources/terraform_librato_resources.json +167 -0
- data/lib/sparkle_formation/resources/terraform_linode_resources.json +252 -0
- data/lib/sparkle_formation/resources/terraform_local_resources.json +19 -0
- data/lib/sparkle_formation/resources/terraform_logentries_resources.json +56 -0
- data/lib/sparkle_formation/resources/terraform_logicmonitor_resources.json +140 -0
- data/lib/sparkle_formation/resources/terraform_mailgun_resources.json +29 -0
- data/lib/sparkle_formation/resources/terraform_mysql_resources.json +143 -0
- data/lib/sparkle_formation/resources/terraform_netlify_resources.json +90 -0
- data/lib/sparkle_formation/resources/terraform_newrelic_resources.json +298 -0
- data/lib/sparkle_formation/resources/terraform_nomad_resources.json +149 -0
- data/lib/sparkle_formation/resources/terraform_ns1_resources.json +320 -0
- data/lib/sparkle_formation/resources/terraform_nsxt_resources.json +813 -0
- data/lib/sparkle_formation/resources/terraform_nutanix_resources.json +596 -0
- data/lib/sparkle_formation/resources/terraform_oci_resources.json +3567 -0
- data/lib/sparkle_formation/resources/terraform_oneandone_resources.json +221 -0
- data/lib/sparkle_formation/resources/terraform_opc_resources.json +1224 -0
- data/lib/sparkle_formation/resources/terraform_openstack_resources.json +3293 -0
- data/lib/sparkle_formation/resources/terraform_opentelekomcloud_resources.json +2881 -0
- data/lib/sparkle_formation/resources/terraform_opsgenie_resources.json +56 -0
- data/lib/sparkle_formation/resources/terraform_oraclepaas_resources.json +551 -0
- data/lib/sparkle_formation/resources/terraform_ovh_resources.json +541 -0
- data/lib/sparkle_formation/resources/terraform_packet_resources.json +295 -0
- data/lib/sparkle_formation/resources/terraform_pagerduty_resources.json +329 -0
- data/lib/sparkle_formation/resources/terraform_panos_resources.json +2686 -0
- data/lib/sparkle_formation/resources/terraform_postgresql_resources.json +181 -0
- data/lib/sparkle_formation/resources/terraform_powerdns_resources.json +34 -0
- data/lib/sparkle_formation/resources/terraform_profitbricks_resources.json +523 -0
- data/lib/sparkle_formation/resources/terraform_projects_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_rabbitmq_resources.json +161 -0
- data/lib/sparkle_formation/resources/terraform_rancher_resources.json +310 -0
- data/lib/sparkle_formation/resources/terraform_random_resources.json +167 -0
- data/lib/sparkle_formation/resources/terraform_rightscale_resources.json +796 -0
- data/lib/sparkle_formation/resources/terraform_ring_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_rundeck_resources.json +175 -0
- data/lib/sparkle_formation/resources/terraform_runscope_resources.json +167 -0
- data/lib/sparkle_formation/resources/terraform_scaleway_resources.json +267 -0
- data/lib/sparkle_formation/resources/terraform_ses_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_sfn_resources.json +36 -0
- data/lib/sparkle_formation/resources/terraform_softlayer_resources.json +136 -0
- data/lib/sparkle_formation/resources/terraform_spotinst_resources.json +237 -0
- data/lib/sparkle_formation/resources/terraform_statuscake_resources.json +159 -0
- data/lib/sparkle_formation/resources/terraform_subnetwork_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_telefonicaopencloud_resources.json +1558 -0
- data/lib/sparkle_formation/resources/terraform_template_resources.json +24 -0
- data/lib/sparkle_formation/resources/terraform_tencentcloud_resources.json +656 -0
- data/lib/sparkle_formation/resources/terraform_tfe_resources.json +306 -0
- data/lib/sparkle_formation/resources/terraform_tls_resources.json +120 -0
- data/lib/sparkle_formation/resources/terraform_triton_resources.json +291 -0
- data/lib/sparkle_formation/resources/terraform_ultradns_resources.json +222 -0
- data/lib/sparkle_formation/resources/terraform_vault_resources.json +1414 -0
- data/lib/sparkle_formation/resources/terraform_vcd_resources.json +311 -0
- data/lib/sparkle_formation/resources/terraform_vsphere_resources.json +1076 -0
- data/lib/sparkle_formation/sparkle_attribute/aws.rb +78 -32
- data/lib/sparkle_formation/sparkle_attribute/terraform.rb +24 -5
- data/lib/sparkle_formation/sparkle_formation.rb +18 -4
- data/lib/sparkle_formation/version.rb +1 -1
- data/sparkle_formation.gemspec +23 -23
- metadata +97 -5
@@ -0,0 +1,1004 @@
|
|
1
|
+
{
|
2
|
+
"bigip_cm_devicegroup": {
|
3
|
+
"full_properties": {
|
4
|
+
"auto_sync": {
|
5
|
+
"description": "Specifies if the device-group will automatically sync configuration data to its members",
|
6
|
+
"required": false
|
7
|
+
},
|
8
|
+
"bigip_cm_devicegroup": {
|
9
|
+
"description": "Is the resource used to configure new device group on the BIG-IP.",
|
10
|
+
"required": false
|
11
|
+
},
|
12
|
+
"device": {
|
13
|
+
"description": "Name of the device to be included in device group, this need to be configured before using devicegroup resource",
|
14
|
+
"required": false
|
15
|
+
},
|
16
|
+
"name": {
|
17
|
+
"description": "Is the name of the device Group",
|
18
|
+
"required": false
|
19
|
+
},
|
20
|
+
"type": {
|
21
|
+
"description": "Specifies if the device-group will be used for failover or resource syncing",
|
22
|
+
"required": false
|
23
|
+
}
|
24
|
+
},
|
25
|
+
"path": "/docs/providers/bigip/r/bigip_cm_devicegroup.html",
|
26
|
+
"properties": [
|
27
|
+
"bigip_cm_devicegroup",
|
28
|
+
"name",
|
29
|
+
"auto_sync",
|
30
|
+
"type",
|
31
|
+
"device"
|
32
|
+
]
|
33
|
+
},
|
34
|
+
"bigip_ltm_dns": {
|
35
|
+
"full_properties": {
|
36
|
+
"description": {
|
37
|
+
"description": "Provide description for your DNS server",
|
38
|
+
"required": false
|
39
|
+
},
|
40
|
+
"name_servers": {
|
41
|
+
"description": "Name or IP address of the DNS server",
|
42
|
+
"required": false
|
43
|
+
},
|
44
|
+
"number_of_dots": {
|
45
|
+
"description": "Configures the number of dots needed in a name before an initial absolute query will be made.",
|
46
|
+
"required": false
|
47
|
+
},
|
48
|
+
"search": {
|
49
|
+
"description": "Specify what domains you want to search",
|
50
|
+
"required": false
|
51
|
+
}
|
52
|
+
},
|
53
|
+
"path": "/docs/providers/bigip/r/bigip_sys_dns.html",
|
54
|
+
"properties": [
|
55
|
+
"description",
|
56
|
+
"name_servers",
|
57
|
+
"number_of_dots",
|
58
|
+
"search"
|
59
|
+
]
|
60
|
+
},
|
61
|
+
"bigip_ltm_irule": {
|
62
|
+
"full_properties": {
|
63
|
+
"irule": {
|
64
|
+
"description": "Body of the iRule",
|
65
|
+
"required": true
|
66
|
+
},
|
67
|
+
"name": {
|
68
|
+
"description": "Name of the iRule",
|
69
|
+
"required": true
|
70
|
+
}
|
71
|
+
},
|
72
|
+
"path": "/docs/providers/bigip/r/bigip_ltm_irule.html",
|
73
|
+
"properties": [
|
74
|
+
"name",
|
75
|
+
"irule"
|
76
|
+
]
|
77
|
+
},
|
78
|
+
"bigip_ltm_monitor": {
|
79
|
+
"full_properties": {
|
80
|
+
"destination": {
|
81
|
+
"description": "Specify an alias address for monitoring",
|
82
|
+
"required": false
|
83
|
+
},
|
84
|
+
"interval": {
|
85
|
+
"description": "Check interval in seconds",
|
86
|
+
"required": false
|
87
|
+
},
|
88
|
+
"ip_dscp": {
|
89
|
+
"description": "(Optional)",
|
90
|
+
"required": false
|
91
|
+
},
|
92
|
+
"manual_resume": {
|
93
|
+
"description": "(Optional)",
|
94
|
+
"required": false
|
95
|
+
},
|
96
|
+
"name": {
|
97
|
+
"description": "Name of the monitor",
|
98
|
+
"required": true
|
99
|
+
},
|
100
|
+
"parent": {
|
101
|
+
"description": "Existing LTM monitor to inherit from",
|
102
|
+
"required": true
|
103
|
+
},
|
104
|
+
"receive": {
|
105
|
+
"description": "Expected response string",
|
106
|
+
"required": false
|
107
|
+
},
|
108
|
+
"receive_disable": {
|
109
|
+
"description": "(Optional)",
|
110
|
+
"required": false
|
111
|
+
},
|
112
|
+
"reverse": {
|
113
|
+
"description": "(Optional)",
|
114
|
+
"required": false
|
115
|
+
},
|
116
|
+
"send": {
|
117
|
+
"description": "Request string to send",
|
118
|
+
"required": false
|
119
|
+
},
|
120
|
+
"time_until_up": {
|
121
|
+
"description": "(Optional)",
|
122
|
+
"required": false
|
123
|
+
},
|
124
|
+
"timeout": {
|
125
|
+
"description": "Timeout in seconds",
|
126
|
+
"required": false
|
127
|
+
},
|
128
|
+
"transparent": {
|
129
|
+
"description": "(Optional)",
|
130
|
+
"required": false
|
131
|
+
}
|
132
|
+
},
|
133
|
+
"path": "/docs/providers/bigip/r/bigip_ltm_monitor.html",
|
134
|
+
"properties": [
|
135
|
+
"name",
|
136
|
+
"parent",
|
137
|
+
"interval",
|
138
|
+
"timeout",
|
139
|
+
"send",
|
140
|
+
"receive",
|
141
|
+
"receive_disable",
|
142
|
+
"reverse",
|
143
|
+
"transparent",
|
144
|
+
"manual_resume",
|
145
|
+
"ip_dscp",
|
146
|
+
"time_until_up",
|
147
|
+
"destination"
|
148
|
+
]
|
149
|
+
},
|
150
|
+
"bigip_ltm_node": {
|
151
|
+
"full_properties": {
|
152
|
+
"address": {
|
153
|
+
"description": "IP or hostname of the node",
|
154
|
+
"required": true
|
155
|
+
},
|
156
|
+
"name": {
|
157
|
+
"description": "Name of the node",
|
158
|
+
"required": true
|
159
|
+
},
|
160
|
+
"state": {
|
161
|
+
"description": "Default is \"user-up\" you can set to \"user-down\" if you want to disable",
|
162
|
+
"required": false
|
163
|
+
}
|
164
|
+
},
|
165
|
+
"path": "/docs/providers/bigip/r/bigip_ltm_node.html",
|
166
|
+
"properties": [
|
167
|
+
"name",
|
168
|
+
"address",
|
169
|
+
"state"
|
170
|
+
]
|
171
|
+
},
|
172
|
+
"bigip_ltm_policy": {
|
173
|
+
"full_properties": {
|
174
|
+
"controls": {
|
175
|
+
"description": "Specifies the controls",
|
176
|
+
"required": false
|
177
|
+
},
|
178
|
+
"forward": {
|
179
|
+
"description": "This action will affect forwarding.",
|
180
|
+
"required": false
|
181
|
+
},
|
182
|
+
"name": {
|
183
|
+
"description": "Name of the Policy",
|
184
|
+
"required": true
|
185
|
+
},
|
186
|
+
"pool": {
|
187
|
+
"description": "This action will direct the stream to this pool.",
|
188
|
+
"required": false
|
189
|
+
},
|
190
|
+
"published_copy": {
|
191
|
+
"description": "If you want to publish the policy else it will be deployed in Drafts mode.",
|
192
|
+
"required": false
|
193
|
+
},
|
194
|
+
"requires": {
|
195
|
+
"description": "Specifies the protocol",
|
196
|
+
"required": false
|
197
|
+
},
|
198
|
+
"rule": {
|
199
|
+
"description": "Rules can be applied using the policy",
|
200
|
+
"required": false
|
201
|
+
},
|
202
|
+
"strategy": {
|
203
|
+
"description": "Specifies the match strategy",
|
204
|
+
"required": false
|
205
|
+
},
|
206
|
+
"tm_name": {
|
207
|
+
"description": "If Rule is used then you need to provide the tm_name it can be any value",
|
208
|
+
"required": true
|
209
|
+
}
|
210
|
+
},
|
211
|
+
"path": "/docs/providers/bigip/r/bigip_ltm_policy.html",
|
212
|
+
"properties": [
|
213
|
+
"name",
|
214
|
+
"strategy",
|
215
|
+
"requires",
|
216
|
+
"published_copy",
|
217
|
+
"controls",
|
218
|
+
"rule",
|
219
|
+
"tm_name",
|
220
|
+
"forward",
|
221
|
+
"pool"
|
222
|
+
]
|
223
|
+
},
|
224
|
+
"bigip_ltm_pool": {
|
225
|
+
"full_properties": {
|
226
|
+
"allow_nat": {
|
227
|
+
"description": "(Optional)",
|
228
|
+
"required": false
|
229
|
+
},
|
230
|
+
"allow_snat": {
|
231
|
+
"description": "(Optional)",
|
232
|
+
"required": false
|
233
|
+
},
|
234
|
+
"load_balancing_mode": {
|
235
|
+
"description": "(Optional, Default = round-robin)",
|
236
|
+
"required": false
|
237
|
+
},
|
238
|
+
"monitors": {
|
239
|
+
"description": "List of monitor names to associate with the pool",
|
240
|
+
"required": false
|
241
|
+
},
|
242
|
+
"name": {
|
243
|
+
"description": "Name of the pool",
|
244
|
+
"required": true
|
245
|
+
}
|
246
|
+
},
|
247
|
+
"path": "/docs/providers/bigip/r/bigip_ltm_pool.html",
|
248
|
+
"properties": [
|
249
|
+
"name",
|
250
|
+
"monitors",
|
251
|
+
"allow_nat",
|
252
|
+
"allow_snat",
|
253
|
+
"load_balancing_mode"
|
254
|
+
]
|
255
|
+
},
|
256
|
+
"bigip_ltm_pool_attachment": {
|
257
|
+
"full_properties": {
|
258
|
+
"node": {
|
259
|
+
"description": "Node to add to the pool in /Partition/NodeName:Port format (e.g. /Common/Node01:80)",
|
260
|
+
"required": true
|
261
|
+
},
|
262
|
+
"pool": {
|
263
|
+
"description": "Name of the pool in /Partition/Name format",
|
264
|
+
"required": true
|
265
|
+
}
|
266
|
+
},
|
267
|
+
"path": "/docs/providers/bigip/r/bigip_ltm_pool_attachment.html",
|
268
|
+
"properties": [
|
269
|
+
"pool",
|
270
|
+
"node"
|
271
|
+
]
|
272
|
+
},
|
273
|
+
"bigip_ltm_profile_fasthttp": {
|
274
|
+
"full_properties": {
|
275
|
+
"connpool_maxreuse": {
|
276
|
+
"description": "Specifies the maximum number of times that the system can re-use a current connection. The default value is 0 (zero).",
|
277
|
+
"required": false
|
278
|
+
},
|
279
|
+
"connpool_maxsize": {
|
280
|
+
"description": "Specifies the maximum number of connections to a load balancing pool. A setting of 0 specifies that a pool can accept an unlimited number of connections. The default value is 2048.",
|
281
|
+
"required": false
|
282
|
+
},
|
283
|
+
"connpool_minsize": {
|
284
|
+
"description": "Specifies the minimum number of connections to a load balancing pool. A setting of 0 specifies that there is no minimum. The default value is 10.",
|
285
|
+
"required": false
|
286
|
+
},
|
287
|
+
"connpool_replenish": {
|
288
|
+
"description": "The default value is enabled. When this option is enabled, the system replenishes the number of connections to a load balancing pool to the number of connections that existed when the server closed the connection to the pool. When disabled, the system replenishes the connection that was closed by the server, only when there are fewer connections to the pool than the number of connections set in the connpool-min-size connections option. Also see the connpool-min-size option..",
|
289
|
+
"required": false
|
290
|
+
},
|
291
|
+
"connpool_step": {
|
292
|
+
"description": "Specifies the increment in which the system makes additional connections available, when all available connections are in use. The default value is 4.",
|
293
|
+
"required": false
|
294
|
+
},
|
295
|
+
"connpoolidle_timeoutoverride": {
|
296
|
+
"description": "Specifies the number of seconds after which a server-side connection in a OneConnect pool is eligible for deletion, when the connection has no traffic.The value of this option overrides the idle-timeout value that you specify. The default value is 0 (zero) seconds, which disables the override setting.",
|
297
|
+
"required": false
|
298
|
+
},
|
299
|
+
"defaults_from": {
|
300
|
+
"description": "Specifies the profile that you want to use as the parent profile. Your new profile inherits all settings and values from the parent profile specified.",
|
301
|
+
"required": false
|
302
|
+
},
|
303
|
+
"forcehttp_10response": {
|
304
|
+
"description": "Specifies whether to rewrite the HTTP version in the status line of the server to HTTP 1.0 to discourage the client from pipelining or chunking data. The default value is disabled.",
|
305
|
+
"required": false
|
306
|
+
},
|
307
|
+
"idle_timeout": {
|
308
|
+
"description": "Specifies an idle timeout in seconds. This setting specifies the number of seconds that a connection is idle before the connection is eligible for deletion.When you specify an idle timeout for the Fast L4 profile, the value must be greater than the bigdb database variable Pva.Scrub time in msec for it to work properly.The default value is 300 seconds.",
|
309
|
+
"required": false
|
310
|
+
},
|
311
|
+
"maxheader_size": {
|
312
|
+
"description": "Specifies the maximum amount of HTTP header data that the system buffers before making a load balancing decision. The default setting is 32768.",
|
313
|
+
"required": false
|
314
|
+
},
|
315
|
+
"name": {
|
316
|
+
"description": "Name of the profile_fasthttp",
|
317
|
+
"required": true
|
318
|
+
}
|
319
|
+
},
|
320
|
+
"path": "/docs/providers/bigip/r/bigip_ltm_profile_fasthttp.html",
|
321
|
+
"properties": [
|
322
|
+
"name",
|
323
|
+
"defaults_from",
|
324
|
+
"connpoolidle_timeoutoverride",
|
325
|
+
"connpool_maxreuse",
|
326
|
+
"connpool_maxsize",
|
327
|
+
"connpool_replenish",
|
328
|
+
"idle_timeout",
|
329
|
+
"connpool_minsize",
|
330
|
+
"connpool_step",
|
331
|
+
"forcehttp_10response",
|
332
|
+
"maxheader_size"
|
333
|
+
]
|
334
|
+
},
|
335
|
+
"bigip_ltm_profile_fastl4": {
|
336
|
+
"full_properties": {
|
337
|
+
"client_timeout": {
|
338
|
+
"description": "Specifies late binding client timeout in seconds. This setting specifies the number of seconds allowed for a client to transmit enough data to select a server when late binding is enabled. If it expires timeout-recovery mode will dictate what action to take.",
|
339
|
+
"required": false
|
340
|
+
},
|
341
|
+
"defaults_from": {
|
342
|
+
"description": "Specifies the profile that you want to use as the parent profile. Your new profile inherits all settings and values from the parent profile specified.",
|
343
|
+
"required": false
|
344
|
+
},
|
345
|
+
"explicitflow_migration": {
|
346
|
+
"description": "Enables or disables late binding explicit flow migration that allows iRules to control when flows move from software to hardware. Explicit flow migration is disabled by default hence BIG-IP automatically migrates flows from software to hardware.",
|
347
|
+
"required": false
|
348
|
+
},
|
349
|
+
"hardware_syncookie": {
|
350
|
+
"description": "Enables or disables hardware SYN cookie support when PVA10 is present on the system. Note that when you set the hardware syncookie option to enabled, you may also want to set the following bigdb database variables using the \"/sys modify db\" command, based on your requirements: pva.SynCookies.Full.ConnectionThreshold (default: 500000), pva.SynCookies.Assist.ConnectionThreshold (default: 500000) pva.SynCookies.ClientWindow (default: 0). The default value is disabled.",
|
351
|
+
"required": false
|
352
|
+
},
|
353
|
+
"idle_timeout": {
|
354
|
+
"description": "Specifies an idle timeout in seconds. This setting specifies the number of seconds that a connection is idle before the connection is eligible for deletion.When you specify an idle timeout for the Fast L4 profile, the value must be greater than the bigdb database variable Pva.Scrub time in msec for it to work properly.The default value is 300 seconds.",
|
355
|
+
"required": false
|
356
|
+
},
|
357
|
+
"iptos_toclient": {
|
358
|
+
"description": "Specifies an IP ToS number for the client side. This option specifies the Type of Service level that the traffic management system assigns to IP packets when sending them to clients. The default value is 65535 (pass-through), which indicates, do not modify.",
|
359
|
+
"required": false
|
360
|
+
},
|
361
|
+
"iptos_toserver": {
|
362
|
+
"description": "Specifies an IP ToS number for the server side. This setting specifies the Type of Service level that the traffic management system assigns to IP packets when sending them to servers. The default value is 65535 (pass-through), which indicates, do not modify.",
|
363
|
+
"required": false
|
364
|
+
},
|
365
|
+
"keepalive_interval": {
|
366
|
+
"description": "Specifies the keep alive probe interval, in seconds. The default value is disabled (0 seconds).",
|
367
|
+
"required": false
|
368
|
+
},
|
369
|
+
"name": {
|
370
|
+
"description": "Name of the profile_fastl4",
|
371
|
+
"required": true
|
372
|
+
},
|
373
|
+
"partition": {
|
374
|
+
"description": "Displays the administrative partition within which this profile resides",
|
375
|
+
"required": false
|
376
|
+
}
|
377
|
+
},
|
378
|
+
"path": "/docs/providers/bigip/r/bigip_ltm_profile_fastl4.html",
|
379
|
+
"properties": [
|
380
|
+
"name",
|
381
|
+
"defaults_from",
|
382
|
+
"partition",
|
383
|
+
"client_timeout",
|
384
|
+
"explicitflow_migration",
|
385
|
+
"hardware_syncookie",
|
386
|
+
"idle_timeout",
|
387
|
+
"iptos_toclient",
|
388
|
+
"iptos_toserver",
|
389
|
+
"keepalive_interval"
|
390
|
+
]
|
391
|
+
},
|
392
|
+
"bigip_ltm_profile_http2": {
|
393
|
+
"full_properties": {
|
394
|
+
"activation_modes": {
|
395
|
+
"description": "Specifies what will cause an incoming connection to be handled as a HTTP/2 connection. The default values npn and alpn specify that the TLS next-protocol-negotiation and application-layer-protocol-negotiation extensions will be used.",
|
396
|
+
"required": false
|
397
|
+
},
|
398
|
+
"concurrent_streams_per_connection": {
|
399
|
+
"description": "Specifies how many concurrent requests are allowed to be outstanding on a single HTTP/2 connection.",
|
400
|
+
"required": false
|
401
|
+
},
|
402
|
+
"connection_idle_timeout": {
|
403
|
+
"description": "Specifies the number of seconds that a connection is idle before the connection is eligible for deletion..",
|
404
|
+
"required": false
|
405
|
+
},
|
406
|
+
"connpool_maxsize": {
|
407
|
+
"description": "Specifies the maximum number of connections to a load balancing pool. A setting of 0 specifies that a pool can accept an unlimited number of connections. The default value is 2048.",
|
408
|
+
"required": false
|
409
|
+
},
|
410
|
+
"defaults_from": {
|
411
|
+
"description": "Specifies the profile that you want to use as the parent profile. Your new profile inherits all settings and values from the parent profile specified.",
|
412
|
+
"required": true
|
413
|
+
},
|
414
|
+
"name": {
|
415
|
+
"description": "Name of the profile_http2",
|
416
|
+
"required": true
|
417
|
+
}
|
418
|
+
},
|
419
|
+
"path": "/docs/providers/bigip/r/bigip_ltm_profile_http2.html",
|
420
|
+
"properties": [
|
421
|
+
"name",
|
422
|
+
"defaults_from",
|
423
|
+
"concurrent_streams_per_connection",
|
424
|
+
"connection_idle_timeout",
|
425
|
+
"connpool_maxsize",
|
426
|
+
"activation_modes"
|
427
|
+
]
|
428
|
+
},
|
429
|
+
"bigip_ltm_profile_httpcompress": {
|
430
|
+
"full_properties": {
|
431
|
+
"defaults_from": {
|
432
|
+
"description": "Specifies the profile that you want to use as the parent profile. Your new profile inherits all settings and values from the parent profile specified.",
|
433
|
+
"required": false
|
434
|
+
},
|
435
|
+
"name": {
|
436
|
+
"description": "Name of the profile_httpcompress",
|
437
|
+
"required": true
|
438
|
+
},
|
439
|
+
"uri_exclude": {
|
440
|
+
"description": "Disables compression on a specified list of HTTP Request-URI responses. Use a regular expression to specify a list of URIs you do not want to compress.",
|
441
|
+
"required": false
|
442
|
+
},
|
443
|
+
"uri_include": {
|
444
|
+
"description": "Enables compression on a specified list of HTTP Request-URI responses. Use a regular expression to specify a list of URIs you want to compress.",
|
445
|
+
"required": false
|
446
|
+
}
|
447
|
+
},
|
448
|
+
"path": "/docs/providers/bigip/r/bigip_ltm_profile_httpcompress.html",
|
449
|
+
"properties": [
|
450
|
+
"name",
|
451
|
+
"defaults_from",
|
452
|
+
"uri_exclude",
|
453
|
+
"uri_include"
|
454
|
+
]
|
455
|
+
},
|
456
|
+
"bigip_ltm_profile_oneconnect": {
|
457
|
+
"full_properties": {
|
458
|
+
"defaults_from": {
|
459
|
+
"description": "Specifies the profile that you want to use as the parent profile. Your new profile inherits all settings and values from the parent profile specified.",
|
460
|
+
"required": false
|
461
|
+
},
|
462
|
+
"idle_timeout_override": {
|
463
|
+
"description": "Specifies the number of seconds that a connection is idle before the connection flow is eligible for deletion. Possible values are disabled, indefinite, or a numeric value that you specify. The default value is disabled.",
|
464
|
+
"required": false
|
465
|
+
},
|
466
|
+
"max_age": {
|
467
|
+
"description": "Specifies the maximum age in number of seconds allowed for a connection in the connection reuse pool. For any connection with an age higher than this value, the system removes that connection from the reuse pool. The default value is 86400.",
|
468
|
+
"required": false
|
469
|
+
},
|
470
|
+
"max_reuse": {
|
471
|
+
"description": "Specifies the maximum number of times that a server-side connection can be reused. The default value is 1000.",
|
472
|
+
"required": false
|
473
|
+
},
|
474
|
+
"max_size": {
|
475
|
+
"description": "Specifies the maximum number of connections that the system holds in the connection reuse pool. If the pool is already full, then the server-side connection closes after the response is completed. The default value is 10000.",
|
476
|
+
"required": false
|
477
|
+
},
|
478
|
+
"name": {
|
479
|
+
"description": "Name of the profile_oneconnect",
|
480
|
+
"required": true
|
481
|
+
},
|
482
|
+
"partition": {
|
483
|
+
"description": "Displays the administrative partition within which this profile resides",
|
484
|
+
"required": false
|
485
|
+
},
|
486
|
+
"share_pools": {
|
487
|
+
"description": "Specify if you want to share the pool, default value is \"disabled\"",
|
488
|
+
"required": false
|
489
|
+
},
|
490
|
+
"source_mask": {
|
491
|
+
"description": "Specifies a source IP mask. The default value is 0.0.0.0. The system applies the value of this option to the source address to determine its eligibility for reuse. A mask of 0.0.0.0 causes the system to share reused connections across all clients. A host mask (all 1's in binary), causes the system to share only those reused connections originating from the same client IP address.",
|
492
|
+
"required": false
|
493
|
+
}
|
494
|
+
},
|
495
|
+
"path": "/docs/providers/bigip/r/bigip_ltm_profile_oneconnect.html",
|
496
|
+
"properties": [
|
497
|
+
"name",
|
498
|
+
"partition",
|
499
|
+
"defaults_from",
|
500
|
+
"idle_timeout_override",
|
501
|
+
"share_pools",
|
502
|
+
"max_age",
|
503
|
+
"max_reuse",
|
504
|
+
"max_size",
|
505
|
+
"source_mask"
|
506
|
+
]
|
507
|
+
},
|
508
|
+
"bigip_ltm_profile_tcp": {
|
509
|
+
"full_properties": {
|
510
|
+
"close_wait_timeout": {
|
511
|
+
"description": "Specifies the number of seconds that a connection remains in a LAST-ACK state before quitting. A value of 0 represents a term of forever (or until the maxrtx of the FIN state). The default value is 5 seconds.",
|
512
|
+
"required": false
|
513
|
+
},
|
514
|
+
"defaults_from": {
|
515
|
+
"description": "Specifies the profile that you want to use as the parent profile. Your new profile inherits all settings and values from the parent profile specified.",
|
516
|
+
"required": false
|
517
|
+
},
|
518
|
+
"deferred_accept": {
|
519
|
+
"description": "Specifies, when enabled, that the system defers allocation of the connection chain context until the client response is received. This option is useful for dealing with 3-way handshake DOS attacks. The default value is disabled.",
|
520
|
+
"required": false
|
521
|
+
},
|
522
|
+
"fast_open": {
|
523
|
+
"description": "When enabled, permits TCP Fast Open, allowing properly equipped TCP clients to send data with the SYN packet.",
|
524
|
+
"required": false
|
525
|
+
},
|
526
|
+
"finwait_2timeout": {
|
527
|
+
"description": "Specifies the number of seconds that a connection is in the FIN-WAIT-2 state before quitting. The default value is 300 seconds. A value of 0 (zero) represents a term of forever (or until the maxrtx of the FIN state).",
|
528
|
+
"required": false
|
529
|
+
},
|
530
|
+
"finwait_timeout": {
|
531
|
+
"description": "Specifies the number of seconds that a connection is in the FIN-WAIT-1 or closing state before quitting. The default value is 5 seconds. A value of 0 (zero) represents a term of forever (or until the maxrtx of the FIN state). You can also specify immediate or indefinite.",
|
532
|
+
"required": false
|
533
|
+
},
|
534
|
+
"idle_timeout": {
|
535
|
+
"description": "Specifies the number of seconds that a connection is idle before the connection is eligible for deletion. The default value is 300 seconds.",
|
536
|
+
"required": false
|
537
|
+
},
|
538
|
+
"keepalive_interval": {
|
539
|
+
"description": "Specifies the keep alive probe interval, in seconds. The default value is 1800 seconds.",
|
540
|
+
"required": false
|
541
|
+
},
|
542
|
+
"name": {
|
543
|
+
"description": "Name of the profile_tcp",
|
544
|
+
"required": true
|
545
|
+
},
|
546
|
+
"partition": {
|
547
|
+
"description": "Displays the administrative partition within which this profile resides",
|
548
|
+
"required": false
|
549
|
+
}
|
550
|
+
},
|
551
|
+
"path": "/docs/providers/bigip/r/bigip_ltm_profile_tcp.html",
|
552
|
+
"properties": [
|
553
|
+
"name",
|
554
|
+
"partition",
|
555
|
+
"defaults_from",
|
556
|
+
"idle_timeout",
|
557
|
+
"close_wait_timeout",
|
558
|
+
"finwait_timeout",
|
559
|
+
"finwait_2timeout",
|
560
|
+
"keepalive_interval",
|
561
|
+
"fast_open",
|
562
|
+
"deferred_accept"
|
563
|
+
]
|
564
|
+
},
|
565
|
+
"bigip_ltm_snat": {
|
566
|
+
"full_properties": {
|
567
|
+
"autolasthop": {
|
568
|
+
"description": "Specifies whether to automatically map last hop for pools or not. The default is to use next level's default.",
|
569
|
+
"required": false
|
570
|
+
},
|
571
|
+
"mirror": {
|
572
|
+
"description": "Enables or disables mirroring of SNAT connections.",
|
573
|
+
"required": false
|
574
|
+
},
|
575
|
+
"name": {
|
576
|
+
"description": "Name of the snat",
|
577
|
+
"required": true
|
578
|
+
},
|
579
|
+
"origins": {
|
580
|
+
"description": "IP or hostname of the snat",
|
581
|
+
"required": false
|
582
|
+
},
|
583
|
+
"partition": {
|
584
|
+
"description": "Displays the administrative partition within which this profile resides",
|
585
|
+
"required": false
|
586
|
+
},
|
587
|
+
"snatpool": {
|
588
|
+
"description": "Specifies the name of a SNAT pool. You can only use this option when automap and translation are not used.",
|
589
|
+
"required": false
|
590
|
+
},
|
591
|
+
"sourceport": {
|
592
|
+
"description": "Specifies whether the system preserves the source port of the connection. The default is preserve. Use of the preserve-strict setting should be restricted to UDP only under very special circumstances such as nPath or transparent (that is, no translation of any other L3/L4 field), where there is a 1:1 relationship between virtual IP addresses and node addresses, or when clustered multi-processing (CMP) is disabled. The change setting is useful for obfuscating internal network addresses.",
|
593
|
+
"required": false
|
594
|
+
},
|
595
|
+
"translation": {
|
596
|
+
"description": "Specifies the name of a translated IP address. Note that translated addresses are outside the traffic management system. You can only use this option when automap and snatpool are not used.",
|
597
|
+
"required": false
|
598
|
+
},
|
599
|
+
"vlansdisabled": {
|
600
|
+
"description": "Disables the SNAT on all VLANs.",
|
601
|
+
"required": false
|
602
|
+
}
|
603
|
+
},
|
604
|
+
"path": "/docs/providers/bigip/r/bigip_ltm_snat.html",
|
605
|
+
"properties": [
|
606
|
+
"name",
|
607
|
+
"partition",
|
608
|
+
"origins",
|
609
|
+
"snatpool",
|
610
|
+
"mirror",
|
611
|
+
"autolasthop",
|
612
|
+
"sourceport",
|
613
|
+
"translation",
|
614
|
+
"vlansdisabled"
|
615
|
+
]
|
616
|
+
},
|
617
|
+
"bigip_ltm_snatpool": {
|
618
|
+
"full_properties": {
|
619
|
+
"members": {
|
620
|
+
"description": "Specifies a translation address to add to or delete from a SNAT pool (at least one address is required)",
|
621
|
+
"required": true
|
622
|
+
},
|
623
|
+
"name": {
|
624
|
+
"description": "Name of the snatpool",
|
625
|
+
"required": true
|
626
|
+
}
|
627
|
+
},
|
628
|
+
"path": "/docs/providers/bigip/r/bigip_ltm_snatpool.html",
|
629
|
+
"properties": [
|
630
|
+
"name",
|
631
|
+
"members"
|
632
|
+
]
|
633
|
+
},
|
634
|
+
"bigip_ltm_virtual_address": {
|
635
|
+
"full_properties": {
|
636
|
+
"advertize_route": {
|
637
|
+
"description": "Enabled dynamic routing of the address",
|
638
|
+
"required": false
|
639
|
+
},
|
640
|
+
"arp": {
|
641
|
+
"description": "Enable or disable ARP for the virtual address",
|
642
|
+
"required": false
|
643
|
+
},
|
644
|
+
"auto_delete": {
|
645
|
+
"description": "Automatically delete the virtual address with the virtual server",
|
646
|
+
"required": false
|
647
|
+
},
|
648
|
+
"conn_limit": {
|
649
|
+
"description": "Max number of connections for virtual address",
|
650
|
+
"required": false
|
651
|
+
},
|
652
|
+
"description": {
|
653
|
+
"description": "Description of the virtual address",
|
654
|
+
"required": false
|
655
|
+
},
|
656
|
+
"enabled": {
|
657
|
+
"description": "Enable or disable the virtual address",
|
658
|
+
"required": false
|
659
|
+
},
|
660
|
+
"icmp_echo": {
|
661
|
+
"description": "Enable/Disable ICMP response to the virtual address",
|
662
|
+
"required": false
|
663
|
+
},
|
664
|
+
"name": {
|
665
|
+
"description": "Name of the virtual address",
|
666
|
+
"required": true
|
667
|
+
},
|
668
|
+
"traffic_group": {
|
669
|
+
"description": "Specify the partition and traffic group",
|
670
|
+
"required": false
|
671
|
+
}
|
672
|
+
},
|
673
|
+
"path": "/docs/providers/bigip/r/bigip_ltm_virtual_address.html",
|
674
|
+
"properties": [
|
675
|
+
"name",
|
676
|
+
"description",
|
677
|
+
"advertize_route",
|
678
|
+
"conn_limit",
|
679
|
+
"enabled",
|
680
|
+
"arp",
|
681
|
+
"auto_delete",
|
682
|
+
"icmp_echo",
|
683
|
+
"traffic_group"
|
684
|
+
]
|
685
|
+
},
|
686
|
+
"bigip_ltm_virtual_server": {
|
687
|
+
"full_properties": {
|
688
|
+
"client_profiles": {
|
689
|
+
"description": "List of client context profiles associated on the virtual server. Not mutually exclusive with profiles and server_profiles",
|
690
|
+
"required": false
|
691
|
+
},
|
692
|
+
"destination": {
|
693
|
+
"description": "Destination IP",
|
694
|
+
"required": true
|
695
|
+
},
|
696
|
+
"fallback_persistence_profile": {
|
697
|
+
"description": "Specifies a fallback persistence profile for the Virtual Server to use when the default persistence profile is not available.",
|
698
|
+
"required": false
|
699
|
+
},
|
700
|
+
"ip_protocol": {
|
701
|
+
"description": "Specify the IP protocol to use with the the virtual server (all, tcp, or udp are valid)",
|
702
|
+
"required": false
|
703
|
+
},
|
704
|
+
"mask": {
|
705
|
+
"description": "Mask can either be in CIDR notation or decimal, i.e.: 24 or 255.255.255.0. A CIDR mask of 0 is the same as 0.0.0.0",
|
706
|
+
"required": false
|
707
|
+
},
|
708
|
+
"name": {
|
709
|
+
"description": "Name of the virtual server",
|
710
|
+
"required": true
|
711
|
+
},
|
712
|
+
"persistence_profiles": {
|
713
|
+
"description": "List of persistence profiles associated with the Virtual Server.",
|
714
|
+
"required": false
|
715
|
+
},
|
716
|
+
"pool": {
|
717
|
+
"description": "Default pool name",
|
718
|
+
"required": false
|
719
|
+
},
|
720
|
+
"port": {
|
721
|
+
"description": "Listen port for the virtual server",
|
722
|
+
"required": true
|
723
|
+
},
|
724
|
+
"profiles": {
|
725
|
+
"description": "List of profiles associated both client and server contexts on the virtual server. This includes protocol, ssl, http, etc.",
|
726
|
+
"required": false
|
727
|
+
},
|
728
|
+
"rules": {
|
729
|
+
"description": "The iRules you want run on this virtual server. iRules help automate the intercepting, processing, and routing of application traffic.",
|
730
|
+
"required": false
|
731
|
+
},
|
732
|
+
"server_profiles": {
|
733
|
+
"description": "List of server context profiles associated on the virtual server. Not mutually exclusive with profiles and client_profiles",
|
734
|
+
"required": false
|
735
|
+
},
|
736
|
+
"snatpool": {
|
737
|
+
"description": "Specifies the name of an existing SNAT pool that you want the virtual server to use to implement selective and intelligent SNATs. DEPRECATED - see Virtual Server Property Groups source-address-translation",
|
738
|
+
"required": false
|
739
|
+
},
|
740
|
+
"source": {
|
741
|
+
"description": "Specifies an IP address or network from which the virtual server will accept traffic.",
|
742
|
+
"required": false
|
743
|
+
},
|
744
|
+
"source_address_translation": {
|
745
|
+
"description": "Can be either omitted for none or the values automap or snat",
|
746
|
+
"required": false
|
747
|
+
},
|
748
|
+
"translate_address": {
|
749
|
+
"description": "Enables or disables address translation for the virtual server. Turn address translation off for a virtual server if you want to use the virtual server to load balance connections to any address. This option is useful when the system is load balancing devices that have the same IP address.",
|
750
|
+
"required": false
|
751
|
+
},
|
752
|
+
"translate_port": {
|
753
|
+
"description": "Enables or disables port translation. Turn port translation off for a virtual server if you want to use the virtual server to load balance connections to any service",
|
754
|
+
"required": false
|
755
|
+
},
|
756
|
+
"vlans": {
|
757
|
+
"description": "The virtual server is enabled/disabled on this set of VLANs. See vlans-disabled and vlans-enabled.",
|
758
|
+
"required": false
|
759
|
+
},
|
760
|
+
"vlans_disabled": {
|
761
|
+
"description": "Disables the virtual server on the VLANs specified by the VLANs option.",
|
762
|
+
"required": false
|
763
|
+
},
|
764
|
+
"vlans_enabled": {
|
765
|
+
"description": "Enables the virtual server on the VLANs specified by the VLANs option.",
|
766
|
+
"required": false
|
767
|
+
}
|
768
|
+
},
|
769
|
+
"path": "/docs/providers/bigip/r/bigip_ltm_virtual_server.html",
|
770
|
+
"properties": [
|
771
|
+
"name",
|
772
|
+
"port",
|
773
|
+
"destination",
|
774
|
+
"pool",
|
775
|
+
"mask",
|
776
|
+
"source_address_translation",
|
777
|
+
"translate_address",
|
778
|
+
"translate_port",
|
779
|
+
"ip_protocol",
|
780
|
+
"profiles",
|
781
|
+
"client_profiles",
|
782
|
+
"server_profiles",
|
783
|
+
"source",
|
784
|
+
"rules",
|
785
|
+
"snatpool",
|
786
|
+
"vlans",
|
787
|
+
"vlans_enabled",
|
788
|
+
"vlans_disabled",
|
789
|
+
"persistence_profiles",
|
790
|
+
"fallback_persistence_profile"
|
791
|
+
]
|
792
|
+
},
|
793
|
+
"bigip_net_route": {
|
794
|
+
"full_properties": {
|
795
|
+
"name": {
|
796
|
+
"description": "Name of the route",
|
797
|
+
"required": true
|
798
|
+
},
|
799
|
+
"network": {
|
800
|
+
"description": "Specifies a gateway address for the route.",
|
801
|
+
"required": false
|
802
|
+
}
|
803
|
+
},
|
804
|
+
"path": "/docs/providers/bigip/r/bigip_net_route.html",
|
805
|
+
"properties": [
|
806
|
+
"name",
|
807
|
+
"network"
|
808
|
+
]
|
809
|
+
},
|
810
|
+
"bigip_net_selfip": {
|
811
|
+
"full_properties": {
|
812
|
+
"ip": {
|
813
|
+
"description": "The Self IP's address and netmask.",
|
814
|
+
"required": true
|
815
|
+
},
|
816
|
+
"name": {
|
817
|
+
"description": "Name of the selfip",
|
818
|
+
"required": true
|
819
|
+
},
|
820
|
+
"traffic_group": {
|
821
|
+
"description": "Specifies the traffic group, defaults to traffic-group-local-only if not specified.",
|
822
|
+
"required": false
|
823
|
+
},
|
824
|
+
"vlan": {
|
825
|
+
"description": "Specifies the VLAN for which you are setting a self IP address. This setting must be provided when a self IP is created.",
|
826
|
+
"required": true
|
827
|
+
}
|
828
|
+
},
|
829
|
+
"path": "/docs/providers/bigip/r/bigip_net_selfip.html",
|
830
|
+
"properties": [
|
831
|
+
"name",
|
832
|
+
"ip",
|
833
|
+
"vlan",
|
834
|
+
"traffic_group"
|
835
|
+
]
|
836
|
+
},
|
837
|
+
"bigip_net_vlan": {
|
838
|
+
"full_properties": {
|
839
|
+
"interfaces": {
|
840
|
+
"description": "Specifies which interfaces you want this VLAN to use for traffic management.",
|
841
|
+
"required": false
|
842
|
+
},
|
843
|
+
"name": {
|
844
|
+
"description": "Name of the vlan",
|
845
|
+
"required": true
|
846
|
+
},
|
847
|
+
"tag": {
|
848
|
+
"description": "Specifies a number that the system adds into the header of any frame passing through the VLAN.",
|
849
|
+
"required": false
|
850
|
+
},
|
851
|
+
"tagged": {
|
852
|
+
"description": "Specifies a list of tagged interfaces or trunks associated with this VLAN. Note that you can associate tagged interfaces or trunks with any number of VLANs.",
|
853
|
+
"required": false
|
854
|
+
},
|
855
|
+
"vlanport": {
|
856
|
+
"description": "Physical or virtual port used for traffic",
|
857
|
+
"required": false
|
858
|
+
}
|
859
|
+
},
|
860
|
+
"path": "/docs/providers/bigip/r/bigip_net_vlan.html",
|
861
|
+
"properties": [
|
862
|
+
"name",
|
863
|
+
"tag",
|
864
|
+
"interfaces",
|
865
|
+
"vlanport",
|
866
|
+
"tagged"
|
867
|
+
]
|
868
|
+
},
|
869
|
+
"bigip_sys_iapp": {
|
870
|
+
"full_properties": {
|
871
|
+
"jsonfile": {
|
872
|
+
"description": "Refer to the Json file which will be deployed on F5 BIG-IP.",
|
873
|
+
"required": false
|
874
|
+
},
|
875
|
+
"name": {
|
876
|
+
"description": "Name of the iApp.",
|
877
|
+
"required": false
|
878
|
+
}
|
879
|
+
},
|
880
|
+
"path": "/docs/providers/bigip/r/bigip_sys_iapp.html",
|
881
|
+
"properties": [
|
882
|
+
"name",
|
883
|
+
"jsonfile"
|
884
|
+
]
|
885
|
+
},
|
886
|
+
"bigip_sys_ntp": {
|
887
|
+
"full_properties": {
|
888
|
+
"/Common/NTP1": {
|
889
|
+
"description": "Is the description of the NTP server in the main or common partition of BIG-IP.",
|
890
|
+
"required": false
|
891
|
+
},
|
892
|
+
"bigip_sys_ntp": {
|
893
|
+
"description": "Is the resource is used to configure ntp server on the BIG-IP.",
|
894
|
+
"required": false
|
895
|
+
},
|
896
|
+
"servers": {
|
897
|
+
"description": "Adds NTP servers to or deletes NTP servers from the BIG-IP system.",
|
898
|
+
"required": false
|
899
|
+
},
|
900
|
+
"time.facebook.com": {
|
901
|
+
"description": "Is the NTP server configured on the BIG-IP.",
|
902
|
+
"required": false
|
903
|
+
},
|
904
|
+
"timezone": {
|
905
|
+
"description": "Specifies the time zone that you want to use for the system time.",
|
906
|
+
"required": false
|
907
|
+
}
|
908
|
+
},
|
909
|
+
"path": "/docs/providers/bigip/r/bigip_sys_ntp.html",
|
910
|
+
"properties": [
|
911
|
+
"bigip_sys_ntp",
|
912
|
+
"/Common/NTP1",
|
913
|
+
"time.facebook.com",
|
914
|
+
"servers",
|
915
|
+
"timezone"
|
916
|
+
]
|
917
|
+
},
|
918
|
+
"bigip_sys_provision": {
|
919
|
+
"full_properties": {
|
920
|
+
"Common/ilx": {
|
921
|
+
"description": "Common is the partition and ilx is the module being enabled it could be asm, afm apm etc.",
|
922
|
+
"required": false
|
923
|
+
},
|
924
|
+
"bigip_sys_provision": {
|
925
|
+
"description": "Is the resource which is used to provision big-ip modules like asm, afm, ilx etc",
|
926
|
+
"required": false
|
927
|
+
},
|
928
|
+
"cpuRatio": {
|
929
|
+
"description": "how much cpu resources you need for this resource",
|
930
|
+
"required": false
|
931
|
+
},
|
932
|
+
"diskRatio": {
|
933
|
+
"description": "how much disk space you want to allocate for this resource.",
|
934
|
+
"required": false
|
935
|
+
},
|
936
|
+
"memoryRatio": {
|
937
|
+
"description": "how much memory you want to deidcate for this resource",
|
938
|
+
"required": false
|
939
|
+
}
|
940
|
+
},
|
941
|
+
"path": "/docs/providers/bigip/r/bigip_sys_provision.html",
|
942
|
+
"properties": [
|
943
|
+
"bigip_sys_provision",
|
944
|
+
"Common/ilx",
|
945
|
+
"cpuRatio",
|
946
|
+
"diskRatio",
|
947
|
+
"memoryRatio"
|
948
|
+
]
|
949
|
+
},
|
950
|
+
"bigip_sys_snmp": {
|
951
|
+
"full_properties": {
|
952
|
+
"allowedaddresses": {
|
953
|
+
"description": "Configures hosts or networks from which snmpd can accept traffic. Entries go directly into hosts.allow.",
|
954
|
+
"required": false
|
955
|
+
},
|
956
|
+
"sys_contact": {
|
957
|
+
"description": "Specifies the contact information for the system administrator.",
|
958
|
+
"required": false
|
959
|
+
},
|
960
|
+
"sys_location": {
|
961
|
+
"description": "Describes the system's physical location.",
|
962
|
+
"required": false
|
963
|
+
}
|
964
|
+
},
|
965
|
+
"path": "/docs/providers/bigip/r/bigip_sys_snmp.html",
|
966
|
+
"properties": [
|
967
|
+
"sys_contact",
|
968
|
+
"sys_location",
|
969
|
+
"allowedaddresses"
|
970
|
+
]
|
971
|
+
},
|
972
|
+
"bigip_sys_snmp_traps": {
|
973
|
+
"full_properties": {
|
974
|
+
"community": {
|
975
|
+
"description": "Specifies the community string used for this trap.",
|
976
|
+
"required": false
|
977
|
+
},
|
978
|
+
"description": {
|
979
|
+
"description": "The port that the trap will be sent to.",
|
980
|
+
"required": false
|
981
|
+
},
|
982
|
+
"host": {
|
983
|
+
"description": "The host the trap will be sent to.",
|
984
|
+
"required": false
|
985
|
+
},
|
986
|
+
"name": {
|
987
|
+
"description": "Name of the snmp trap.",
|
988
|
+
"required": false
|
989
|
+
},
|
990
|
+
"port": {
|
991
|
+
"description": "User defined description.",
|
992
|
+
"required": false
|
993
|
+
}
|
994
|
+
},
|
995
|
+
"path": "/docs/providers/bigip/r/bigip_sys_snmp_traps.html",
|
996
|
+
"properties": [
|
997
|
+
"name",
|
998
|
+
"community",
|
999
|
+
"host",
|
1000
|
+
"description",
|
1001
|
+
"port"
|
1002
|
+
]
|
1003
|
+
}
|
1004
|
+
}
|