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,541 @@
|
|
1
|
+
{
|
2
|
+
"ovh_cloud_network_private": {
|
3
|
+
"full_properties": {
|
4
|
+
"name": {
|
5
|
+
"description": "The name of the network.",
|
6
|
+
"required": true
|
7
|
+
},
|
8
|
+
"project_id": {
|
9
|
+
"description": "The id of the public cloud project. If omitted,",
|
10
|
+
"required": true
|
11
|
+
},
|
12
|
+
"regions": {
|
13
|
+
"description": "an array of valid OVH public cloud region ID in which the network",
|
14
|
+
"required": false
|
15
|
+
},
|
16
|
+
"vlan_id": {
|
17
|
+
"description": "a vlan id to associate with the network.",
|
18
|
+
"required": false
|
19
|
+
}
|
20
|
+
},
|
21
|
+
"path": "/docs/providers/ovh/r/cloud_network_private.html",
|
22
|
+
"properties": [
|
23
|
+
"project_id",
|
24
|
+
"name",
|
25
|
+
"vlan_id",
|
26
|
+
"regions"
|
27
|
+
]
|
28
|
+
},
|
29
|
+
"ovh_cloud_network_private_subnet": {
|
30
|
+
"full_properties": {
|
31
|
+
"dhcp": {
|
32
|
+
"description": "Enable DHCP.",
|
33
|
+
"required": false
|
34
|
+
},
|
35
|
+
"end": {
|
36
|
+
"description": "Last ip for this region.",
|
37
|
+
"required": true
|
38
|
+
},
|
39
|
+
"network": {
|
40
|
+
"description": "Global network in CIDR format.",
|
41
|
+
"required": true
|
42
|
+
},
|
43
|
+
"network_id": {
|
44
|
+
"description": "The id of the network.",
|
45
|
+
"required": true
|
46
|
+
},
|
47
|
+
"no_gateway": {
|
48
|
+
"description": "Set to true if you don't want to set a default gateway IP.",
|
49
|
+
"required": false
|
50
|
+
},
|
51
|
+
"project_id": {
|
52
|
+
"description": "The id of the public cloud project. If omitted,",
|
53
|
+
"required": true
|
54
|
+
},
|
55
|
+
"region": {
|
56
|
+
"description": "The region in which the network subnet will be created.",
|
57
|
+
"required": false
|
58
|
+
},
|
59
|
+
"start": {
|
60
|
+
"description": "First ip for this region.",
|
61
|
+
"required": true
|
62
|
+
}
|
63
|
+
},
|
64
|
+
"path": "/docs/providers/ovh/r/cloud_network_private_subnet.html",
|
65
|
+
"properties": [
|
66
|
+
"project_id",
|
67
|
+
"network_id",
|
68
|
+
"dhcp",
|
69
|
+
"start",
|
70
|
+
"end",
|
71
|
+
"network",
|
72
|
+
"region",
|
73
|
+
"no_gateway"
|
74
|
+
]
|
75
|
+
},
|
76
|
+
"ovh_cloud_user": {
|
77
|
+
"full_properties": {
|
78
|
+
"description": {
|
79
|
+
"description": "A description associated with the user.",
|
80
|
+
"required": false
|
81
|
+
},
|
82
|
+
"project_id": {
|
83
|
+
"description": "The id of the public cloud project. If omitted,",
|
84
|
+
"required": true
|
85
|
+
}
|
86
|
+
},
|
87
|
+
"path": "/docs/providers/ovh/r/cloud_user.html",
|
88
|
+
"properties": [
|
89
|
+
"project_id",
|
90
|
+
"description"
|
91
|
+
]
|
92
|
+
},
|
93
|
+
"ovh_domain_zone_record": {
|
94
|
+
"full_properties": {
|
95
|
+
"fieldtype": {
|
96
|
+
"description": "The type of the record",
|
97
|
+
"required": true
|
98
|
+
},
|
99
|
+
"subdomain": {
|
100
|
+
"description": "The name of the record",
|
101
|
+
"required": true
|
102
|
+
},
|
103
|
+
"target": {
|
104
|
+
"description": "The value of the record",
|
105
|
+
"required": true
|
106
|
+
},
|
107
|
+
"ttl": {
|
108
|
+
"description": "The TTL of the record",
|
109
|
+
"required": false
|
110
|
+
},
|
111
|
+
"zone": {
|
112
|
+
"description": "The domain to add the record to",
|
113
|
+
"required": true
|
114
|
+
}
|
115
|
+
},
|
116
|
+
"path": "/docs/providers/ovh/r/ovh_domain_zone_record.html",
|
117
|
+
"properties": [
|
118
|
+
"zone",
|
119
|
+
"subdomain",
|
120
|
+
"target",
|
121
|
+
"fieldtype",
|
122
|
+
"ttl"
|
123
|
+
]
|
124
|
+
},
|
125
|
+
"ovh_domain_zone_redirection": {
|
126
|
+
"full_properties": {
|
127
|
+
"description": {
|
128
|
+
"description": "A description of this redirection",
|
129
|
+
"required": false
|
130
|
+
},
|
131
|
+
"invisible": {
|
132
|
+
"description": "> Redirection by html frame",
|
133
|
+
"required": false
|
134
|
+
},
|
135
|
+
"keywords": {
|
136
|
+
"description": "Keywords to describe this redirection",
|
137
|
+
"required": false
|
138
|
+
},
|
139
|
+
"subdomain": {
|
140
|
+
"description": "The name of the redirection",
|
141
|
+
"required": false
|
142
|
+
},
|
143
|
+
"target": {
|
144
|
+
"description": "The value of the redirection",
|
145
|
+
"required": true
|
146
|
+
},
|
147
|
+
"title": {
|
148
|
+
"description": "Title of this redirection",
|
149
|
+
"required": false
|
150
|
+
},
|
151
|
+
"typevisiblevisiblePermanentinvisible": {
|
152
|
+
},
|
153
|
+
"visible": {
|
154
|
+
"description": "> Redirection by http code 302",
|
155
|
+
"required": false
|
156
|
+
},
|
157
|
+
"visiblePermanent": {
|
158
|
+
"description": "> Redirection by http code 301",
|
159
|
+
"required": false
|
160
|
+
},
|
161
|
+
"zone": {
|
162
|
+
"description": "The domain to add the redirection to",
|
163
|
+
"required": true
|
164
|
+
}
|
165
|
+
},
|
166
|
+
"path": "/docs/providers/ovh/r/ovh_domain_zone_redirection.html",
|
167
|
+
"properties": [
|
168
|
+
"zone",
|
169
|
+
"subdomain",
|
170
|
+
"target",
|
171
|
+
"typevisiblevisiblePermanentinvisible",
|
172
|
+
"visible",
|
173
|
+
"visiblePermanent",
|
174
|
+
"invisible",
|
175
|
+
"description",
|
176
|
+
"keywords",
|
177
|
+
"title"
|
178
|
+
]
|
179
|
+
},
|
180
|
+
"ovh_iploadbalancing_http_route": {
|
181
|
+
"full_properties": {
|
182
|
+
"action.status": {
|
183
|
+
"description": "HTTP status code for \"redirect\" and \"reject\" actions",
|
184
|
+
"required": false
|
185
|
+
},
|
186
|
+
"action.target": {
|
187
|
+
"description": "Farm ID for \"farm\" action type or URL template for \"redirect\" action. You may use ${uri}, ${protocol}, ${host}, ${port} and ${path} variables in redirect target",
|
188
|
+
"required": false
|
189
|
+
},
|
190
|
+
"action.type": {
|
191
|
+
"description": "Action to trigger if all the rules of this route matches",
|
192
|
+
"required": true
|
193
|
+
},
|
194
|
+
"display_name": {
|
195
|
+
"description": "Human readable name for your route, this field is for you",
|
196
|
+
"required": false
|
197
|
+
},
|
198
|
+
"frontend_id": {
|
199
|
+
"description": "Route traffic for this frontend",
|
200
|
+
"required": false
|
201
|
+
},
|
202
|
+
"service_name": {
|
203
|
+
"description": "The internal name of your IP load balancing",
|
204
|
+
"required": true
|
205
|
+
},
|
206
|
+
"weight": {
|
207
|
+
"description": "Route priority ([0..255]). 0 if null. Highest priority routes are evaluated first. Only the first matching route will trigger an action",
|
208
|
+
"required": false
|
209
|
+
}
|
210
|
+
},
|
211
|
+
"path": "/docs/providers/ovh/r/iploadbalancing_http_route.html",
|
212
|
+
"properties": [
|
213
|
+
"service_name",
|
214
|
+
"display_name",
|
215
|
+
"weight",
|
216
|
+
"action.status",
|
217
|
+
"action.target",
|
218
|
+
"action.type",
|
219
|
+
"frontend_id"
|
220
|
+
]
|
221
|
+
},
|
222
|
+
"ovh_iploadbalancing_http_route_rule": {
|
223
|
+
"full_properties": {
|
224
|
+
"display_name": {
|
225
|
+
"description": "Human readable name for your rule, this field is for you",
|
226
|
+
"required": false
|
227
|
+
},
|
228
|
+
"field": {
|
229
|
+
"description": "Name of the field to match like \"protocol\" or \"host\". See \"/ipLoadbalancing/{serviceName}/availableRouteRules\" for a list of available rules",
|
230
|
+
"required": true
|
231
|
+
},
|
232
|
+
"match": {
|
233
|
+
"description": "Matching operator. Not all operators are available for all fields. See \"/ipLoadbalancing/{serviceName}/availableRouteRules\"",
|
234
|
+
"required": true
|
235
|
+
},
|
236
|
+
"negate": {
|
237
|
+
"description": "Invert the matching operator effect",
|
238
|
+
"required": false
|
239
|
+
},
|
240
|
+
"pattern": {
|
241
|
+
"description": "Value to match against this match. Interpretation if this field depends on the match and field",
|
242
|
+
"required": false
|
243
|
+
},
|
244
|
+
"route_id": {
|
245
|
+
"description": "The route to apply this rule",
|
246
|
+
"required": true
|
247
|
+
},
|
248
|
+
"service_name": {
|
249
|
+
"description": "The internal name of your IP load balancing",
|
250
|
+
"required": true
|
251
|
+
},
|
252
|
+
"sub_field": {
|
253
|
+
"description": "Name of sub-field, if applicable. This may be a Cookie or Header name for instance",
|
254
|
+
"required": false
|
255
|
+
}
|
256
|
+
},
|
257
|
+
"path": "/docs/providers/ovh/r/iploadbalancing_http_route_rule.html",
|
258
|
+
"properties": [
|
259
|
+
"service_name",
|
260
|
+
"route_id",
|
261
|
+
"display_name",
|
262
|
+
"field",
|
263
|
+
"match",
|
264
|
+
"negate",
|
265
|
+
"pattern",
|
266
|
+
"sub_field"
|
267
|
+
]
|
268
|
+
},
|
269
|
+
"ovh_iploadbalancing_tcp_farm": {
|
270
|
+
"full_properties": {
|
271
|
+
"balance": {
|
272
|
+
"description": "Load balancing algorithm. roundrobin if null (first, leastconn, roundrobin, source)",
|
273
|
+
"required": false
|
274
|
+
},
|
275
|
+
"display_name": {
|
276
|
+
"description": "Readable label for loadbalancer farm",
|
277
|
+
"required": false
|
278
|
+
},
|
279
|
+
"force_ssl": {
|
280
|
+
"description": "Force use of SSL (TLS)",
|
281
|
+
"required": false
|
282
|
+
},
|
283
|
+
"interval": {
|
284
|
+
"description": "probe interval, Value between 30 and 3600 seconds, default 30",
|
285
|
+
"required": false
|
286
|
+
},
|
287
|
+
"match": {
|
288
|
+
"description": "What to mach pattern against (contains, default, internal, matches, status)",
|
289
|
+
"required": false
|
290
|
+
},
|
291
|
+
"method": {
|
292
|
+
"description": "HTTP probe method (GET, HEAD, OPTIONS, internal)",
|
293
|
+
"required": false
|
294
|
+
},
|
295
|
+
"negate": {
|
296
|
+
"description": "Negate probe result",
|
297
|
+
"required": false
|
298
|
+
},
|
299
|
+
"pattern": {
|
300
|
+
"description": "Pattern to match against match",
|
301
|
+
"required": false
|
302
|
+
},
|
303
|
+
"port": {
|
304
|
+
"description": "Port for backends to recieve traffic on.",
|
305
|
+
"required": false
|
306
|
+
},
|
307
|
+
"probetypeintervalmatchportnegatepatternforce_sslurlmethod": {
|
308
|
+
},
|
309
|
+
"service_name": {
|
310
|
+
"description": "The internal name of your IP load balancing",
|
311
|
+
"required": true
|
312
|
+
},
|
313
|
+
"stickiness": {
|
314
|
+
"description": "Stickiness type. No stickiness if null (sourceIp)",
|
315
|
+
"required": false
|
316
|
+
},
|
317
|
+
"type": {
|
318
|
+
"description": "Valid values : http, internal, mysql, oko, pgsql, smtp, tcp",
|
319
|
+
"required": true
|
320
|
+
},
|
321
|
+
"url": {
|
322
|
+
"description": "URL for HTTP probe type.",
|
323
|
+
"required": false
|
324
|
+
},
|
325
|
+
"vrack_network_id": {
|
326
|
+
"description": "Internal Load Balancer identifier of the vRack private network to attach to your farm, mandatory when your Load Balancer is attached to a vRack",
|
327
|
+
"required": false
|
328
|
+
},
|
329
|
+
"zone": {
|
330
|
+
"description": "Zone where the farm will be defined (ie. GRA, BHS also supports ALL)",
|
331
|
+
"required": true
|
332
|
+
}
|
333
|
+
},
|
334
|
+
"path": "/docs/providers/ovh/r/iploadbalancing_tcp_farm.html",
|
335
|
+
"properties": [
|
336
|
+
"service_name",
|
337
|
+
"balance",
|
338
|
+
"display_name",
|
339
|
+
"port",
|
340
|
+
"stickiness",
|
341
|
+
"vrack_network_id",
|
342
|
+
"zone",
|
343
|
+
"probetypeintervalmatchportnegatepatternforce_sslurlmethod",
|
344
|
+
"type",
|
345
|
+
"interval",
|
346
|
+
"match",
|
347
|
+
"negate",
|
348
|
+
"pattern",
|
349
|
+
"force_ssl",
|
350
|
+
"url",
|
351
|
+
"method"
|
352
|
+
]
|
353
|
+
},
|
354
|
+
"ovh_iploadbalancing_tcp_farm_server": {
|
355
|
+
"full_properties": {
|
356
|
+
"address": {
|
357
|
+
"description": "Address of the backend server (IP from either internal or OVH network)",
|
358
|
+
"required": false
|
359
|
+
},
|
360
|
+
"backup": {
|
361
|
+
"description": "is it a backup server used in case of failure of all the non-backup backends",
|
362
|
+
"required": false
|
363
|
+
},
|
364
|
+
"display_name": {
|
365
|
+
"description": "Label for the server",
|
366
|
+
"required": false
|
367
|
+
},
|
368
|
+
"farm_id": {
|
369
|
+
"description": "ID of the farm this server is attached to",
|
370
|
+
"required": false
|
371
|
+
},
|
372
|
+
"port": {
|
373
|
+
"description": "Port that backend will respond on",
|
374
|
+
"required": false
|
375
|
+
},
|
376
|
+
"probe": {
|
377
|
+
"description": "defines if backend will be probed to determine health and keep as active in farm if healthy",
|
378
|
+
"required": false
|
379
|
+
},
|
380
|
+
"proxy_protocol_version": {
|
381
|
+
"description": "version of the PROXY protocol used to pass origin connection information from loadbalancer to recieving service (v1, v2, v2-ssl, v2-ssl-cn)",
|
382
|
+
"required": false
|
383
|
+
},
|
384
|
+
"service_name": {
|
385
|
+
"description": "The internal name of your IP load balancing",
|
386
|
+
"required": true
|
387
|
+
},
|
388
|
+
"ssl": {
|
389
|
+
"description": "is the connection ciphered with SSL (TLS)",
|
390
|
+
"required": false
|
391
|
+
},
|
392
|
+
"status": {
|
393
|
+
"description": "backend status - active or inactive",
|
394
|
+
"required": false
|
395
|
+
},
|
396
|
+
"weight": {
|
397
|
+
"description": "used in loadbalancing algorithm",
|
398
|
+
"required": false
|
399
|
+
}
|
400
|
+
},
|
401
|
+
"path": "/docs/providers/ovh/r/iploadbalancing_tcp_farm_server.html",
|
402
|
+
"properties": [
|
403
|
+
"service_name",
|
404
|
+
"farm_id",
|
405
|
+
"display_name",
|
406
|
+
"address",
|
407
|
+
"status",
|
408
|
+
"port",
|
409
|
+
"proxy_protocol_version",
|
410
|
+
"weight",
|
411
|
+
"probe",
|
412
|
+
"ssl",
|
413
|
+
"backup"
|
414
|
+
]
|
415
|
+
},
|
416
|
+
"ovh_publiccloud_private_network": {
|
417
|
+
"full_properties": {
|
418
|
+
"name": {
|
419
|
+
"description": "The name of the network.",
|
420
|
+
"required": true
|
421
|
+
},
|
422
|
+
"project_id": {
|
423
|
+
"description": "The id of the public cloud project. If omitted,",
|
424
|
+
"required": true
|
425
|
+
},
|
426
|
+
"regions": {
|
427
|
+
"description": "an array of valid OVH public cloud region ID in which the network",
|
428
|
+
"required": false
|
429
|
+
},
|
430
|
+
"vlan_id": {
|
431
|
+
"description": "a vlan id to associate with the network.",
|
432
|
+
"required": false
|
433
|
+
}
|
434
|
+
},
|
435
|
+
"path": "/docs/providers/ovh/r/publiccloud_private_network.html",
|
436
|
+
"properties": [
|
437
|
+
"project_id",
|
438
|
+
"name",
|
439
|
+
"vlan_id",
|
440
|
+
"regions"
|
441
|
+
]
|
442
|
+
},
|
443
|
+
"ovh_publiccloud_private_network_subnet": {
|
444
|
+
"full_properties": {
|
445
|
+
"dhcp": {
|
446
|
+
"description": "Enable DHCP.",
|
447
|
+
"required": false
|
448
|
+
},
|
449
|
+
"end": {
|
450
|
+
"description": "Last ip for this region.",
|
451
|
+
"required": true
|
452
|
+
},
|
453
|
+
"network": {
|
454
|
+
"description": "Global network in CIDR format.",
|
455
|
+
"required": true
|
456
|
+
},
|
457
|
+
"network_id": {
|
458
|
+
"description": "The id of the network.",
|
459
|
+
"required": true
|
460
|
+
},
|
461
|
+
"no_gateway": {
|
462
|
+
"description": "Set to true if you don't want to set a default gateway IP.",
|
463
|
+
"required": false
|
464
|
+
},
|
465
|
+
"project_id": {
|
466
|
+
"description": "The id of the public cloud project. If omitted,",
|
467
|
+
"required": true
|
468
|
+
},
|
469
|
+
"region": {
|
470
|
+
"description": "The region in which the network subnet will be created.",
|
471
|
+
"required": false
|
472
|
+
},
|
473
|
+
"start": {
|
474
|
+
"description": "First ip for this region.",
|
475
|
+
"required": true
|
476
|
+
}
|
477
|
+
},
|
478
|
+
"path": "/docs/providers/ovh/r/publiccloud_private_network_subnet.html",
|
479
|
+
"properties": [
|
480
|
+
"project_id",
|
481
|
+
"network_id",
|
482
|
+
"dhcp",
|
483
|
+
"start",
|
484
|
+
"end",
|
485
|
+
"network",
|
486
|
+
"region",
|
487
|
+
"no_gateway"
|
488
|
+
]
|
489
|
+
},
|
490
|
+
"ovh_publiccloud_user": {
|
491
|
+
"full_properties": {
|
492
|
+
"description": {
|
493
|
+
"description": "A description associated with the user.",
|
494
|
+
"required": false
|
495
|
+
},
|
496
|
+
"project_id": {
|
497
|
+
"description": "The id of the public cloud project. If omitted,",
|
498
|
+
"required": true
|
499
|
+
}
|
500
|
+
},
|
501
|
+
"path": "/docs/providers/ovh/r/publiccloud_user.html",
|
502
|
+
"properties": [
|
503
|
+
"project_id",
|
504
|
+
"description"
|
505
|
+
]
|
506
|
+
},
|
507
|
+
"ovh_vrack_cloudproject": {
|
508
|
+
"full_properties": {
|
509
|
+
"project_id": {
|
510
|
+
"description": "The id of the public cloud project. If omitted,",
|
511
|
+
"required": true
|
512
|
+
},
|
513
|
+
"vrack_id": {
|
514
|
+
"description": "The id of the vrack. If omitted, the OVH_VRACK_ID",
|
515
|
+
"required": true
|
516
|
+
}
|
517
|
+
},
|
518
|
+
"path": "/docs/providers/ovh/r/vrack_cloudproject.html",
|
519
|
+
"properties": [
|
520
|
+
"vrack_id",
|
521
|
+
"project_id"
|
522
|
+
]
|
523
|
+
},
|
524
|
+
"ovh_vrack_publiccloud_attachment": {
|
525
|
+
"full_properties": {
|
526
|
+
"project_id": {
|
527
|
+
"description": "The id of the public cloud project. If omitted,",
|
528
|
+
"required": true
|
529
|
+
},
|
530
|
+
"vrack_id": {
|
531
|
+
"description": "The id of the vrack. If omitted, the OVH_VRACK_ID",
|
532
|
+
"required": true
|
533
|
+
}
|
534
|
+
},
|
535
|
+
"path": "/docs/providers/ovh/r/vrack_publiccloud_attachment.html",
|
536
|
+
"properties": [
|
537
|
+
"vrack_id",
|
538
|
+
"project_id"
|
539
|
+
]
|
540
|
+
}
|
541
|
+
}
|