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,2508 @@
|
|
1
|
+
{
|
2
|
+
"huaweicloud_as_configuration_v1": {
|
3
|
+
"full_properties": {
|
4
|
+
"instance_config": {
|
5
|
+
"description": "The information about instance configurations. The instance_config",
|
6
|
+
"required": true
|
7
|
+
},
|
8
|
+
"region": {
|
9
|
+
"description": "The region in which to create the AS configuration. If",
|
10
|
+
"required": false
|
11
|
+
},
|
12
|
+
"scaling_configuration_name": {
|
13
|
+
"description": "The name of the AS configuration. The name can contain letters,",
|
14
|
+
"required": true
|
15
|
+
}
|
16
|
+
},
|
17
|
+
"path": "/docs/providers/huaweicloud/r/as_configuration_v1.html",
|
18
|
+
"properties": [
|
19
|
+
"region",
|
20
|
+
"scaling_configuration_name",
|
21
|
+
"instance_config"
|
22
|
+
]
|
23
|
+
},
|
24
|
+
"huaweicloud_as_group_v1": {
|
25
|
+
"full_properties": {
|
26
|
+
"available_zones": {
|
27
|
+
"description": "The availability zones in which to create",
|
28
|
+
"required": false
|
29
|
+
},
|
30
|
+
"cool_down_time": {
|
31
|
+
"description": "The cooling duration (in seconds). The value ranges",
|
32
|
+
"required": false
|
33
|
+
},
|
34
|
+
"delete_instances": {
|
35
|
+
"description": "Whether to delete the instances in the AS group",
|
36
|
+
"required": false
|
37
|
+
},
|
38
|
+
"delete_publicip": {
|
39
|
+
"description": "Whether to delete the elastic IP address bound to the",
|
40
|
+
"required": false
|
41
|
+
},
|
42
|
+
"desire_instance_number": {
|
43
|
+
"description": "The expected number of instances. The default",
|
44
|
+
"required": false
|
45
|
+
},
|
46
|
+
"health_periodic_audit_method": {
|
47
|
+
"description": "The health check method for instances",
|
48
|
+
"required": false
|
49
|
+
},
|
50
|
+
"health_periodic_audit_time": {
|
51
|
+
"description": "The health check period for instances.",
|
52
|
+
"required": false
|
53
|
+
},
|
54
|
+
"instance_terminate_policy": {
|
55
|
+
"description": "The instance removal policy. The policy has",
|
56
|
+
"required": false
|
57
|
+
},
|
58
|
+
"lb_listener_id": {
|
59
|
+
"description": "The ELB listener IDs. The system supports up to",
|
60
|
+
"required": false
|
61
|
+
},
|
62
|
+
"max_instance_number": {
|
63
|
+
"description": "The maximum number of instances.",
|
64
|
+
"required": false
|
65
|
+
},
|
66
|
+
"min_instance_number": {
|
67
|
+
"description": "The minimum number of instances.",
|
68
|
+
"required": false
|
69
|
+
},
|
70
|
+
"networks": {
|
71
|
+
"description": "An array of one or more network IDs.",
|
72
|
+
"required": true
|
73
|
+
},
|
74
|
+
"notifications": {
|
75
|
+
"description": "The notification mode. The system only supports EMAIL",
|
76
|
+
"required": false
|
77
|
+
},
|
78
|
+
"region": {
|
79
|
+
"description": "The region in which to create the AS group. If",
|
80
|
+
"required": false
|
81
|
+
},
|
82
|
+
"scaling_configuration_id": {
|
83
|
+
"description": "The configuration ID which defines",
|
84
|
+
"required": false
|
85
|
+
},
|
86
|
+
"scaling_group_name": {
|
87
|
+
"description": "The name of the scaling group. The name can contain letters,",
|
88
|
+
"required": true
|
89
|
+
},
|
90
|
+
"security_groups": {
|
91
|
+
"description": "An array of one or more security group IDs",
|
92
|
+
"required": true
|
93
|
+
},
|
94
|
+
"vpc_id": {
|
95
|
+
"description": "The VPC ID. Changing this creates a new group.",
|
96
|
+
"required": true
|
97
|
+
}
|
98
|
+
},
|
99
|
+
"path": "/docs/providers/huaweicloud/r/as_group_v1.html",
|
100
|
+
"properties": [
|
101
|
+
"region",
|
102
|
+
"scaling_group_name",
|
103
|
+
"scaling_configuration_id",
|
104
|
+
"desire_instance_number",
|
105
|
+
"min_instance_number",
|
106
|
+
"max_instance_number",
|
107
|
+
"cool_down_time",
|
108
|
+
"lb_listener_id",
|
109
|
+
"available_zones",
|
110
|
+
"networks",
|
111
|
+
"security_groups",
|
112
|
+
"vpc_id",
|
113
|
+
"health_periodic_audit_method",
|
114
|
+
"health_periodic_audit_time",
|
115
|
+
"instance_terminate_policy",
|
116
|
+
"notifications",
|
117
|
+
"delete_publicip",
|
118
|
+
"delete_instances"
|
119
|
+
]
|
120
|
+
},
|
121
|
+
"huaweicloud_as_policy_v1": {
|
122
|
+
"full_properties": {
|
123
|
+
"alarm_id": {
|
124
|
+
"description": "The alarm rule ID. This argument is mandatory",
|
125
|
+
"required": false
|
126
|
+
},
|
127
|
+
"cool_down_time": {
|
128
|
+
"description": "The cooling duration (in seconds), and is 900 by default.",
|
129
|
+
"required": false
|
130
|
+
},
|
131
|
+
"region": {
|
132
|
+
"description": "The region in which to create the AS policy. If",
|
133
|
+
"required": false
|
134
|
+
},
|
135
|
+
"scaling_group_id": {
|
136
|
+
"description": "The AS group ID. Changing this creates a new AS policy.",
|
137
|
+
"required": true
|
138
|
+
},
|
139
|
+
"scaling_policy_action": {
|
140
|
+
"description": "The action of the AS policy. The scaling_policy_action",
|
141
|
+
"required": false
|
142
|
+
},
|
143
|
+
"scaling_policy_name": {
|
144
|
+
"description": "The name of the AS policy. The name can contain letters,",
|
145
|
+
"required": true
|
146
|
+
},
|
147
|
+
"scaling_policy_type": {
|
148
|
+
"description": "The AS policy type. The values can be ALARM, SCHEDULED,",
|
149
|
+
"required": true
|
150
|
+
},
|
151
|
+
"scheduled_policy": {
|
152
|
+
"description": "The periodic or scheduled AS policy. This argument is mandatory",
|
153
|
+
"required": false
|
154
|
+
}
|
155
|
+
},
|
156
|
+
"path": "/docs/providers/huaweicloud/r/as_policy_v1.html",
|
157
|
+
"properties": [
|
158
|
+
"region",
|
159
|
+
"scaling_policy_name",
|
160
|
+
"scaling_group_id",
|
161
|
+
"scaling_policy_type",
|
162
|
+
"alarm_id",
|
163
|
+
"scheduled_policy",
|
164
|
+
"scaling_policy_action",
|
165
|
+
"cool_down_time"
|
166
|
+
]
|
167
|
+
},
|
168
|
+
"huaweicloud_blockstorage_volume_v2": {
|
169
|
+
"full_properties": {
|
170
|
+
"availability_zone": {
|
171
|
+
"description": "The availability zone for the volume.",
|
172
|
+
"required": false
|
173
|
+
},
|
174
|
+
"consistency_group_id": {
|
175
|
+
"description": "The consistency group to place the volume",
|
176
|
+
"required": false
|
177
|
+
},
|
178
|
+
"description": {
|
179
|
+
"description": "A description of the volume. Changing this updates",
|
180
|
+
"required": false
|
181
|
+
},
|
182
|
+
"image_id": {
|
183
|
+
"description": "The image ID from which to create the volume.",
|
184
|
+
"required": false
|
185
|
+
},
|
186
|
+
"metadata": {
|
187
|
+
"description": "Metadata key/value pairs to associate with the volume.",
|
188
|
+
"required": false
|
189
|
+
},
|
190
|
+
"name": {
|
191
|
+
"description": "A unique name for the volume. Changing this updates the",
|
192
|
+
"required": false
|
193
|
+
},
|
194
|
+
"region": {
|
195
|
+
"description": "The region in which to create the volume. If",
|
196
|
+
"required": false
|
197
|
+
},
|
198
|
+
"size": {
|
199
|
+
"description": "The size of the volume to create (in gigabytes). Changing",
|
200
|
+
"required": true
|
201
|
+
},
|
202
|
+
"snapshot_id": {
|
203
|
+
"description": "The snapshot ID from which to create the volume.",
|
204
|
+
"required": false
|
205
|
+
},
|
206
|
+
"source_replica": {
|
207
|
+
"description": "The volume ID to replicate with.",
|
208
|
+
"required": false
|
209
|
+
},
|
210
|
+
"source_vol_id": {
|
211
|
+
"description": "The volume ID from which to create the volume.",
|
212
|
+
"required": false
|
213
|
+
},
|
214
|
+
"volume_type": {
|
215
|
+
"description": "The type of volume to create. Available types are",
|
216
|
+
"required": false
|
217
|
+
}
|
218
|
+
},
|
219
|
+
"path": "/docs/providers/huaweicloud/r/blockstorage_volume_v2.html",
|
220
|
+
"properties": [
|
221
|
+
"region",
|
222
|
+
"size",
|
223
|
+
"availability_zone",
|
224
|
+
"consistency_group_id",
|
225
|
+
"description",
|
226
|
+
"image_id",
|
227
|
+
"metadata",
|
228
|
+
"name",
|
229
|
+
"snapshot_id",
|
230
|
+
"source_replica",
|
231
|
+
"source_vol_id",
|
232
|
+
"volume_type"
|
233
|
+
]
|
234
|
+
},
|
235
|
+
"huaweicloud_ces_alarmrule": {
|
236
|
+
"full_properties": {
|
237
|
+
"alarm_action_enabled": {
|
238
|
+
"description": "Specifies whether to enable the action",
|
239
|
+
"required": false
|
240
|
+
},
|
241
|
+
"alarm_actions": {
|
242
|
+
"description": "Specifies the action triggered by an alarm. The",
|
243
|
+
"required": false
|
244
|
+
},
|
245
|
+
"alarm_description": {
|
246
|
+
"description": "The value can be a string of 0 to 256 characters.",
|
247
|
+
"required": false
|
248
|
+
},
|
249
|
+
"alarm_enabled": {
|
250
|
+
"description": "Specifies whether to enable the alarm. The default",
|
251
|
+
"required": false
|
252
|
+
},
|
253
|
+
"alarm_name": {
|
254
|
+
"description": "Specifies the name of an alarm rule. The value can",
|
255
|
+
"required": true
|
256
|
+
},
|
257
|
+
"condition": {
|
258
|
+
"description": "Specifies the alarm triggering condition. The structure",
|
259
|
+
"required": true
|
260
|
+
},
|
261
|
+
"insufficientdata_actions": {
|
262
|
+
"description": "Specifies the action triggered by",
|
263
|
+
"required": false
|
264
|
+
},
|
265
|
+
"metric": {
|
266
|
+
"description": "Specifies the alarm metrics. The structure is described",
|
267
|
+
"required": true
|
268
|
+
},
|
269
|
+
"ok_actions": {
|
270
|
+
"description": "Specifies the action triggered by the clearing of",
|
271
|
+
"required": false
|
272
|
+
}
|
273
|
+
},
|
274
|
+
"path": "/docs/providers/huaweicloud/r/ces_alarmrule.html",
|
275
|
+
"properties": [
|
276
|
+
"alarm_name",
|
277
|
+
"alarm_description",
|
278
|
+
"metric",
|
279
|
+
"condition",
|
280
|
+
"alarm_actions",
|
281
|
+
"insufficientdata_actions",
|
282
|
+
"ok_actions",
|
283
|
+
"alarm_enabled",
|
284
|
+
"alarm_action_enabled"
|
285
|
+
]
|
286
|
+
},
|
287
|
+
"huaweicloud_compute_floatingip_associate_v2": {
|
288
|
+
"full_properties": {
|
289
|
+
"fixed_ip": {
|
290
|
+
"description": "The specific IP address to direct traffic to.",
|
291
|
+
"required": false
|
292
|
+
},
|
293
|
+
"floating_ip": {
|
294
|
+
"description": "The floating IP to associate.",
|
295
|
+
"required": true
|
296
|
+
},
|
297
|
+
"instance_id": {
|
298
|
+
"description": "The instance to associte the floating IP with.",
|
299
|
+
"required": true
|
300
|
+
},
|
301
|
+
"region": {
|
302
|
+
"description": "The region in which to obtain the V2 Compute client.",
|
303
|
+
"required": false
|
304
|
+
}
|
305
|
+
},
|
306
|
+
"path": "/docs/providers/huaweicloud/r/compute_floatingip_associate_v2.html",
|
307
|
+
"properties": [
|
308
|
+
"region",
|
309
|
+
"floating_ip",
|
310
|
+
"instance_id",
|
311
|
+
"fixed_ip"
|
312
|
+
]
|
313
|
+
},
|
314
|
+
"huaweicloud_compute_floatingip_v2": {
|
315
|
+
"full_properties": {
|
316
|
+
"pool": {
|
317
|
+
"description": "The name of the pool from which to obtain the floating",
|
318
|
+
"required": true
|
319
|
+
},
|
320
|
+
"region": {
|
321
|
+
"description": "The region in which to obtain the V2 Compute client.",
|
322
|
+
"required": false
|
323
|
+
}
|
324
|
+
},
|
325
|
+
"path": "/docs/providers/huaweicloud/r/compute_floatingip_v2.html",
|
326
|
+
"properties": [
|
327
|
+
"region",
|
328
|
+
"pool"
|
329
|
+
]
|
330
|
+
},
|
331
|
+
"huaweicloud_compute_instance_v2": {
|
332
|
+
"full_properties": {
|
333
|
+
"admin_pass": {
|
334
|
+
"description": "The administrative password to assign to the server.",
|
335
|
+
"required": false
|
336
|
+
},
|
337
|
+
"availability_zone": {
|
338
|
+
"description": "The availability zone in which to create",
|
339
|
+
"required": true
|
340
|
+
},
|
341
|
+
"block_device": {
|
342
|
+
"description": "Configuration of block devices. The block_device",
|
343
|
+
"required": false
|
344
|
+
},
|
345
|
+
"config_drive": {
|
346
|
+
"description": "Whether to use the config_drive feature to",
|
347
|
+
"required": false
|
348
|
+
},
|
349
|
+
"flavor_id": {
|
350
|
+
"description": "The flavor ID of",
|
351
|
+
"required": false
|
352
|
+
},
|
353
|
+
"flavor_name": {
|
354
|
+
"description": "The name of the",
|
355
|
+
"required": false
|
356
|
+
},
|
357
|
+
"image_id": {
|
358
|
+
"description": "(Optional; Required if image_name is empty and not booting",
|
359
|
+
"required": false
|
360
|
+
},
|
361
|
+
"image_name": {
|
362
|
+
"description": "(Optional; Required if image_id is empty and not booting",
|
363
|
+
"required": false
|
364
|
+
},
|
365
|
+
"key_pair": {
|
366
|
+
"description": "The name of a key pair to put on the server. The key",
|
367
|
+
"required": false
|
368
|
+
},
|
369
|
+
"metadata": {
|
370
|
+
"description": "Metadata key/value pairs to make available from",
|
371
|
+
"required": false
|
372
|
+
},
|
373
|
+
"name": {
|
374
|
+
"description": "A unique name for the resource.",
|
375
|
+
"required": true
|
376
|
+
},
|
377
|
+
"network": {
|
378
|
+
"description": "An array of one or more networks to attach to the",
|
379
|
+
"required": false
|
380
|
+
},
|
381
|
+
"personality": {
|
382
|
+
"description": "Customize the personality of an instance by",
|
383
|
+
"required": false
|
384
|
+
},
|
385
|
+
"region": {
|
386
|
+
"description": "The region in which to create the server instance. If",
|
387
|
+
"required": false
|
388
|
+
},
|
389
|
+
"scheduler_hints": {
|
390
|
+
"description": "Provide the Nova scheduler with hints on how",
|
391
|
+
"required": false
|
392
|
+
},
|
393
|
+
"security_groups": {
|
394
|
+
"description": "An array of one or more security group names",
|
395
|
+
"required": false
|
396
|
+
},
|
397
|
+
"stop_before_destroy": {
|
398
|
+
"description": "Whether to try stop instance gracefully",
|
399
|
+
"required": false
|
400
|
+
},
|
401
|
+
"user_data": {
|
402
|
+
"description": "The user data to provide when launching the instance.",
|
403
|
+
"required": false
|
404
|
+
}
|
405
|
+
},
|
406
|
+
"path": "/docs/providers/huaweicloud/r/compute_instance_v2.html",
|
407
|
+
"properties": [
|
408
|
+
"region",
|
409
|
+
"name",
|
410
|
+
"image_id",
|
411
|
+
"image_name",
|
412
|
+
"flavor_id",
|
413
|
+
"flavor_name",
|
414
|
+
"user_data",
|
415
|
+
"security_groups",
|
416
|
+
"availability_zone",
|
417
|
+
"network",
|
418
|
+
"metadata",
|
419
|
+
"config_drive",
|
420
|
+
"admin_pass",
|
421
|
+
"key_pair",
|
422
|
+
"block_device",
|
423
|
+
"scheduler_hints",
|
424
|
+
"personality",
|
425
|
+
"stop_before_destroy"
|
426
|
+
]
|
427
|
+
},
|
428
|
+
"huaweicloud_compute_keypair_v2": {
|
429
|
+
"full_properties": {
|
430
|
+
"name": {
|
431
|
+
"description": "A unique name for the keypair. Changing this creates a new",
|
432
|
+
"required": true
|
433
|
+
},
|
434
|
+
"public_key": {
|
435
|
+
"description": "A pregenerated OpenSSH-formatted public key.",
|
436
|
+
"required": true
|
437
|
+
},
|
438
|
+
"region": {
|
439
|
+
"description": "The region in which to obtain the V2 Compute client.",
|
440
|
+
"required": false
|
441
|
+
},
|
442
|
+
"value_specs": {
|
443
|
+
"description": "Map of additional options.",
|
444
|
+
"required": false
|
445
|
+
}
|
446
|
+
},
|
447
|
+
"path": "/docs/providers/huaweicloud/r/compute_keypair_v2.html",
|
448
|
+
"properties": [
|
449
|
+
"region",
|
450
|
+
"name",
|
451
|
+
"public_key",
|
452
|
+
"value_specs"
|
453
|
+
]
|
454
|
+
},
|
455
|
+
"huaweicloud_compute_secgroup_v2": {
|
456
|
+
"full_properties": {
|
457
|
+
"description": {
|
458
|
+
"description": "A description for the security group. Changing this",
|
459
|
+
"required": true
|
460
|
+
},
|
461
|
+
"name": {
|
462
|
+
"description": "A unique name for the security group. Changing this",
|
463
|
+
"required": true
|
464
|
+
},
|
465
|
+
"region": {
|
466
|
+
"description": "The region in which to obtain the V2 Compute client.",
|
467
|
+
"required": false
|
468
|
+
},
|
469
|
+
"rule": {
|
470
|
+
"description": "A rule describing how the security group operates. The",
|
471
|
+
"required": false
|
472
|
+
}
|
473
|
+
},
|
474
|
+
"path": "/docs/providers/huaweicloud/r/compute_secgroup_v2.html",
|
475
|
+
"properties": [
|
476
|
+
"region",
|
477
|
+
"name",
|
478
|
+
"description",
|
479
|
+
"rule"
|
480
|
+
]
|
481
|
+
},
|
482
|
+
"huaweicloud_compute_servergroup_v2": {
|
483
|
+
"full_properties": {
|
484
|
+
"name": {
|
485
|
+
"description": "A unique name for the server group. Changing this creates",
|
486
|
+
"required": true
|
487
|
+
},
|
488
|
+
"policies": {
|
489
|
+
"description": "The set of policies for the server group. Only two",
|
490
|
+
"required": true
|
491
|
+
},
|
492
|
+
"region": {
|
493
|
+
"description": "The region in which to obtain the V2 Compute client.",
|
494
|
+
"required": false
|
495
|
+
},
|
496
|
+
"value_specs": {
|
497
|
+
"description": "Map of additional options.",
|
498
|
+
"required": false
|
499
|
+
}
|
500
|
+
},
|
501
|
+
"path": "/docs/providers/huaweicloud/r/compute_servergroup_v2.html",
|
502
|
+
"properties": [
|
503
|
+
"region",
|
504
|
+
"name",
|
505
|
+
"policies",
|
506
|
+
"value_specs"
|
507
|
+
]
|
508
|
+
},
|
509
|
+
"huaweicloud_compute_volume_attach_v2": {
|
510
|
+
"full_properties": {
|
511
|
+
"device": {
|
512
|
+
"description": "The device of the volume attachment (ex: /dev/vdc).",
|
513
|
+
"required": false
|
514
|
+
},
|
515
|
+
"instance_id": {
|
516
|
+
"description": "The ID of the Instance to attach the Volume to.",
|
517
|
+
"required": true
|
518
|
+
},
|
519
|
+
"region": {
|
520
|
+
"description": "The region in which to obtain the V2 Compute client.",
|
521
|
+
"required": false
|
522
|
+
},
|
523
|
+
"volume_id": {
|
524
|
+
"description": "The ID of the Volume to attach to an Instance.",
|
525
|
+
"required": true
|
526
|
+
}
|
527
|
+
},
|
528
|
+
"path": "/docs/providers/huaweicloud/r/compute_volume_attach_v2.html",
|
529
|
+
"properties": [
|
530
|
+
"region",
|
531
|
+
"instance_id",
|
532
|
+
"volume_id",
|
533
|
+
"device"
|
534
|
+
]
|
535
|
+
},
|
536
|
+
"huaweicloud_dns_recordset_v2": {
|
537
|
+
"full_properties": {
|
538
|
+
"description": {
|
539
|
+
"description": "A description of the record set.",
|
540
|
+
"required": false
|
541
|
+
},
|
542
|
+
"name": {
|
543
|
+
"description": "The name of the record set. Note the . at the end of the name.",
|
544
|
+
"required": true
|
545
|
+
},
|
546
|
+
"records": {
|
547
|
+
"description": "An array of DNS records.",
|
548
|
+
"required": true
|
549
|
+
},
|
550
|
+
"region": {
|
551
|
+
"description": "The region in which to obtain the V2 DNS client.",
|
552
|
+
"required": false
|
553
|
+
},
|
554
|
+
"ttl": {
|
555
|
+
"description": "The time to live (TTL) of the record set (in seconds). The value",
|
556
|
+
"required": false
|
557
|
+
},
|
558
|
+
"type": {
|
559
|
+
"description": "The type of record set. The options include A, AAAA, MX,",
|
560
|
+
"required": false
|
561
|
+
},
|
562
|
+
"value_specs": {
|
563
|
+
"description": "Map of additional options. Changing this creates a",
|
564
|
+
"required": false
|
565
|
+
},
|
566
|
+
"zone_id": {
|
567
|
+
"description": "The ID of the zone in which to create the record set.",
|
568
|
+
"required": true
|
569
|
+
}
|
570
|
+
},
|
571
|
+
"path": "/docs/providers/huaweicloud/r/dns_recordset_v2.html",
|
572
|
+
"properties": [
|
573
|
+
"region",
|
574
|
+
"zone_id",
|
575
|
+
"name",
|
576
|
+
"type",
|
577
|
+
"ttl",
|
578
|
+
"description",
|
579
|
+
"records",
|
580
|
+
"value_specs"
|
581
|
+
]
|
582
|
+
},
|
583
|
+
"huaweicloud_dns_zone_v2": {
|
584
|
+
"full_properties": {
|
585
|
+
"description": {
|
586
|
+
"description": "A description of the zone. Changing this creates a new DNS zone.",
|
587
|
+
"required": false
|
588
|
+
},
|
589
|
+
"email": {
|
590
|
+
"description": "The email contact for the zone record.",
|
591
|
+
"required": false
|
592
|
+
},
|
593
|
+
"name": {
|
594
|
+
"description": "The name of the zone. Note the . at the end of the name.",
|
595
|
+
"required": true
|
596
|
+
},
|
597
|
+
"region": {
|
598
|
+
"description": "The region in which to obtain the V2 Compute client.",
|
599
|
+
"required": false
|
600
|
+
},
|
601
|
+
"router": {
|
602
|
+
"description": "Router configuration block which is required if zone_type is private.",
|
603
|
+
"required": false
|
604
|
+
},
|
605
|
+
"ttl": {
|
606
|
+
"description": "The time to live (TTL) of the zone. Changing this creates a new DNS zone.",
|
607
|
+
"required": false
|
608
|
+
},
|
609
|
+
"value_specs": {
|
610
|
+
"description": "Map of additional options. Changing this creates a",
|
611
|
+
"required": false
|
612
|
+
},
|
613
|
+
"zone_type": {
|
614
|
+
"description": "The type of zone. Can either be public or private.",
|
615
|
+
"required": false
|
616
|
+
}
|
617
|
+
},
|
618
|
+
"path": "/docs/providers/huaweicloud/r/dns_zone_v2.html",
|
619
|
+
"properties": [
|
620
|
+
"region",
|
621
|
+
"name",
|
622
|
+
"email",
|
623
|
+
"zone_type",
|
624
|
+
"router",
|
625
|
+
"ttl",
|
626
|
+
"description",
|
627
|
+
"value_specs"
|
628
|
+
]
|
629
|
+
},
|
630
|
+
"huaweicloud_elb_backendecs": {
|
631
|
+
"full_properties": {
|
632
|
+
"listener_id": {
|
633
|
+
"description": "Specifies the listener ID.",
|
634
|
+
"required": true
|
635
|
+
},
|
636
|
+
"private_address": {
|
637
|
+
"description": "Specifies the private IP address of the backend member.",
|
638
|
+
"required": true
|
639
|
+
},
|
640
|
+
"server_id": {
|
641
|
+
"description": "Specifies the backend member ID.",
|
642
|
+
"required": true
|
643
|
+
}
|
644
|
+
},
|
645
|
+
"path": "/docs/providers/huaweicloud/r/elb_backendecs.html",
|
646
|
+
"properties": [
|
647
|
+
"listener_id",
|
648
|
+
"server_id",
|
649
|
+
"private_address"
|
650
|
+
]
|
651
|
+
},
|
652
|
+
"huaweicloud_elb_healthcheck": {
|
653
|
+
"full_properties": {
|
654
|
+
"healthcheck_connect_port": {
|
655
|
+
"description": "Specifies the port used for the health",
|
656
|
+
"required": false
|
657
|
+
},
|
658
|
+
"healthcheck_interval": {
|
659
|
+
"description": "Specifies the maximum interval (s) for",
|
660
|
+
"required": false
|
661
|
+
},
|
662
|
+
"healthcheck_protocol": {
|
663
|
+
"description": "Specifies the protocol used for the health",
|
664
|
+
"required": false
|
665
|
+
},
|
666
|
+
"healthcheck_timeout": {
|
667
|
+
"description": "Specifies the maximum timeout duration",
|
668
|
+
"required": false
|
669
|
+
},
|
670
|
+
"healthcheck_uri": {
|
671
|
+
"description": "Specifies the URI for health check. This parameter",
|
672
|
+
"required": false
|
673
|
+
},
|
674
|
+
"healthy_threshold": {
|
675
|
+
"description": "Specifies the threshold at which the health",
|
676
|
+
"required": false
|
677
|
+
},
|
678
|
+
"listener_id": {
|
679
|
+
"description": "Specifies the ID of the listener to which the health",
|
680
|
+
"required": true
|
681
|
+
},
|
682
|
+
"unhealthy_threshold": {
|
683
|
+
"description": "Specifies the threshold at which the health",
|
684
|
+
"required": false
|
685
|
+
}
|
686
|
+
},
|
687
|
+
"path": "/docs/providers/huaweicloud/r/elb_healthcheck.html",
|
688
|
+
"properties": [
|
689
|
+
"listener_id",
|
690
|
+
"healthcheck_protocol",
|
691
|
+
"healthcheck_uri",
|
692
|
+
"healthcheck_connect_port",
|
693
|
+
"healthy_threshold",
|
694
|
+
"unhealthy_threshold",
|
695
|
+
"healthcheck_timeout",
|
696
|
+
"healthcheck_interval"
|
697
|
+
]
|
698
|
+
},
|
699
|
+
"huaweicloud_elb_listener": {
|
700
|
+
"full_properties": {
|
701
|
+
"backend_port": {
|
702
|
+
"description": "Specifies the backend port. The value ranges from",
|
703
|
+
"required": true
|
704
|
+
},
|
705
|
+
"backend_protocol": {
|
706
|
+
"description": "Specifies the backend protocol. If the value",
|
707
|
+
"required": true
|
708
|
+
},
|
709
|
+
"certificate_id": {
|
710
|
+
"description": "Specifies the ID of the SSL certificate used",
|
711
|
+
"required": false
|
712
|
+
},
|
713
|
+
"cookie_timeout": {
|
714
|
+
"description": "Specifies the cookie timeout period (minutes).",
|
715
|
+
"required": false
|
716
|
+
},
|
717
|
+
"description": {
|
718
|
+
"description": "Provides supplementary information about the listener.",
|
719
|
+
"required": false
|
720
|
+
},
|
721
|
+
"lb_algorithm": {
|
722
|
+
"description": "Specifies the load balancing algorithm for the",
|
723
|
+
"required": true
|
724
|
+
},
|
725
|
+
"loadbalancer_id": {
|
726
|
+
"description": "Specifies the ID of the load balancer to which",
|
727
|
+
"required": true
|
728
|
+
},
|
729
|
+
"name": {
|
730
|
+
"description": "Specifies the load balancer name. The name is a string",
|
731
|
+
"required": true
|
732
|
+
},
|
733
|
+
"port": {
|
734
|
+
"description": "Specifies the listening port. The value ranges from 1",
|
735
|
+
"required": true
|
736
|
+
},
|
737
|
+
"protocol": {
|
738
|
+
"description": "Specifies the listening protocol used for layer 4",
|
739
|
+
"required": true
|
740
|
+
},
|
741
|
+
"session_sticky": {
|
742
|
+
"description": "Specifies whether to enable sticky session.",
|
743
|
+
"required": false
|
744
|
+
},
|
745
|
+
"ssl_ciphers": {
|
746
|
+
"description": "Specifies the cipher suite of an encryption protocol.",
|
747
|
+
"required": false
|
748
|
+
},
|
749
|
+
"ssl_protocols": {
|
750
|
+
"description": "Specifies the SSL protocol standard supported",
|
751
|
+
"required": false
|
752
|
+
},
|
753
|
+
"sticky_session_type": {
|
754
|
+
"description": "Specifies the cookie processing method.",
|
755
|
+
"required": false
|
756
|
+
},
|
757
|
+
"tcp_draining": {
|
758
|
+
"description": "Specifies whether to maintain the TCP connection",
|
759
|
+
"required": false
|
760
|
+
},
|
761
|
+
"tcp_draining_timeout": {
|
762
|
+
"description": "Specifies the timeout duration (minutes)",
|
763
|
+
"required": false
|
764
|
+
},
|
765
|
+
"tcp_timeout": {
|
766
|
+
"description": "Specifies the TCP timeout period (minutes). This",
|
767
|
+
"required": false
|
768
|
+
},
|
769
|
+
"udp_timeout": {
|
770
|
+
"description": "Specifies the UDP timeout duration (minutes). This",
|
771
|
+
"required": false
|
772
|
+
}
|
773
|
+
},
|
774
|
+
"path": "/docs/providers/huaweicloud/r/elb_listener.html",
|
775
|
+
"properties": [
|
776
|
+
"name",
|
777
|
+
"description",
|
778
|
+
"loadbalancer_id",
|
779
|
+
"protocol",
|
780
|
+
"port",
|
781
|
+
"backend_protocol",
|
782
|
+
"backend_port",
|
783
|
+
"lb_algorithm",
|
784
|
+
"session_sticky",
|
785
|
+
"sticky_session_type",
|
786
|
+
"cookie_timeout",
|
787
|
+
"tcp_timeout",
|
788
|
+
"tcp_draining",
|
789
|
+
"tcp_draining_timeout",
|
790
|
+
"certificate_id",
|
791
|
+
"udp_timeout",
|
792
|
+
"ssl_protocols",
|
793
|
+
"ssl_ciphers"
|
794
|
+
]
|
795
|
+
},
|
796
|
+
"huaweicloud_elb_loadbalancer": {
|
797
|
+
"full_properties": {
|
798
|
+
"admin_state_up": {
|
799
|
+
"description": "Specifies the status of the load balancer.",
|
800
|
+
"required": true
|
801
|
+
},
|
802
|
+
"az": {
|
803
|
+
"description": "Specifies the ID of the availability zone (AZ). This",
|
804
|
+
"required": false
|
805
|
+
},
|
806
|
+
"bandwidth": {
|
807
|
+
"description": "Specifies the bandwidth (Mbit/s). This parameter",
|
808
|
+
"required": false
|
809
|
+
},
|
810
|
+
"charge_mode": {
|
811
|
+
"description": "This is a reserved field. If the system supports",
|
812
|
+
"required": false
|
813
|
+
},
|
814
|
+
"description": {
|
815
|
+
"description": "Provides supplementary information about the",
|
816
|
+
"required": false
|
817
|
+
},
|
818
|
+
"eip_type": {
|
819
|
+
"description": "This parameter is reserved.",
|
820
|
+
"required": false
|
821
|
+
},
|
822
|
+
"name": {
|
823
|
+
"description": "Specifies the load balancer name. The name is a string",
|
824
|
+
"required": true
|
825
|
+
},
|
826
|
+
"security_group_id": {
|
827
|
+
"description": "Specifies the security group ID. The",
|
828
|
+
"required": false
|
829
|
+
},
|
830
|
+
"tenantid": {
|
831
|
+
"description": "Specifies the tenant ID. This parameter is mandatory",
|
832
|
+
"required": false
|
833
|
+
},
|
834
|
+
"type": {
|
835
|
+
"description": "Specifies the load balancer type. The value can be",
|
836
|
+
"required": true
|
837
|
+
},
|
838
|
+
"vip_address": {
|
839
|
+
"description": "Specifies the IP address provided by ELB.",
|
840
|
+
"required": false
|
841
|
+
},
|
842
|
+
"vip_subnet_id": {
|
843
|
+
"description": "Specifies the ID of the private network",
|
844
|
+
"required": false
|
845
|
+
},
|
846
|
+
"vpc_id": {
|
847
|
+
"description": "Specifies the VPC ID.",
|
848
|
+
"required": true
|
849
|
+
}
|
850
|
+
},
|
851
|
+
"path": "/docs/providers/huaweicloud/r/elb_loadbalancer.html",
|
852
|
+
"properties": [
|
853
|
+
"name",
|
854
|
+
"description",
|
855
|
+
"vpc_id",
|
856
|
+
"bandwidth",
|
857
|
+
"type",
|
858
|
+
"admin_state_up",
|
859
|
+
"vip_subnet_id",
|
860
|
+
"az",
|
861
|
+
"charge_mode",
|
862
|
+
"eip_type",
|
863
|
+
"security_group_id",
|
864
|
+
"vip_address",
|
865
|
+
"tenantid"
|
866
|
+
]
|
867
|
+
},
|
868
|
+
"huaweicloud_fw_firewall_group_v2": {
|
869
|
+
"full_properties": {
|
870
|
+
"admin_state_up": {
|
871
|
+
"description": "Administrative up/down status for the firewall group",
|
872
|
+
"required": false
|
873
|
+
},
|
874
|
+
"description": {
|
875
|
+
"description": "A description for the firewall group. Changing this",
|
876
|
+
"required": true
|
877
|
+
},
|
878
|
+
"egress_policy_id": {
|
879
|
+
"description": "The egress policy resource id for the firewall group. Changing",
|
880
|
+
"required": false
|
881
|
+
},
|
882
|
+
"ingress_policy_id": {
|
883
|
+
"description": "The ingress policy resource id for the firewall group. Changing",
|
884
|
+
"required": false
|
885
|
+
},
|
886
|
+
"name": {
|
887
|
+
"description": "A name for the firewall group. Changing this",
|
888
|
+
"required": false
|
889
|
+
},
|
890
|
+
"ports": {
|
891
|
+
"description": "Port(s) to associate this firewall group instance",
|
892
|
+
"required": false
|
893
|
+
},
|
894
|
+
"region": {
|
895
|
+
"description": "The region in which to obtain the v2 networking client.",
|
896
|
+
"required": false
|
897
|
+
},
|
898
|
+
"tenant_id": {
|
899
|
+
"description": "The owner of the floating IP. Required if admin wants",
|
900
|
+
"required": false
|
901
|
+
},
|
902
|
+
"value_specs": {
|
903
|
+
"description": "Map of additional options.",
|
904
|
+
"required": false
|
905
|
+
}
|
906
|
+
},
|
907
|
+
"path": "/docs/providers/huaweicloud/r/fw_firewall_group_v2.html",
|
908
|
+
"properties": [
|
909
|
+
"region",
|
910
|
+
"ingress_policy_id",
|
911
|
+
"egress_policy_id",
|
912
|
+
"name",
|
913
|
+
"description",
|
914
|
+
"admin_state_up",
|
915
|
+
"tenant_id",
|
916
|
+
"ports",
|
917
|
+
"value_specs"
|
918
|
+
]
|
919
|
+
},
|
920
|
+
"huaweicloud_fw_policy_v2": {
|
921
|
+
"full_properties": {
|
922
|
+
"audited": {
|
923
|
+
"description": "Audit status of the firewall policy",
|
924
|
+
"required": false
|
925
|
+
},
|
926
|
+
"description": {
|
927
|
+
"description": "A description for the firewall policy. Changing",
|
928
|
+
"required": false
|
929
|
+
},
|
930
|
+
"name": {
|
931
|
+
"description": "A name for the firewall policy. Changing this",
|
932
|
+
"required": false
|
933
|
+
},
|
934
|
+
"region": {
|
935
|
+
"description": "The region in which to obtain the v2 networking client.",
|
936
|
+
"required": false
|
937
|
+
},
|
938
|
+
"rules": {
|
939
|
+
"description": "An array of one or more firewall rules that comprise",
|
940
|
+
"required": false
|
941
|
+
},
|
942
|
+
"shared": {
|
943
|
+
"description": "Sharing status of the firewall policy (must be \"true\"",
|
944
|
+
"required": false
|
945
|
+
},
|
946
|
+
"tenant_id": {
|
947
|
+
"description": "The owner of the firewall policy. Required if admin wants",
|
948
|
+
"required": false
|
949
|
+
},
|
950
|
+
"value_specs": {
|
951
|
+
"description": "Map of additional options.",
|
952
|
+
"required": false
|
953
|
+
}
|
954
|
+
},
|
955
|
+
"path": "/docs/providers/huaweicloud/r/fw_policy_v2.html",
|
956
|
+
"properties": [
|
957
|
+
"region",
|
958
|
+
"name",
|
959
|
+
"description",
|
960
|
+
"rules",
|
961
|
+
"audited",
|
962
|
+
"shared",
|
963
|
+
"tenant_id",
|
964
|
+
"value_specs"
|
965
|
+
]
|
966
|
+
},
|
967
|
+
"huaweicloud_fw_rule_v2": {
|
968
|
+
"full_properties": {
|
969
|
+
"action": {
|
970
|
+
"description": "Action to be taken ( must be \"allow\" or \"deny\") when the",
|
971
|
+
"required": true
|
972
|
+
},
|
973
|
+
"description": {
|
974
|
+
"description": "A description for the firewall rule. Changing this",
|
975
|
+
"required": false
|
976
|
+
},
|
977
|
+
"destination_ip_address": {
|
978
|
+
"description": "The destination IP address on which the",
|
979
|
+
"required": false
|
980
|
+
},
|
981
|
+
"destination_port": {
|
982
|
+
"description": "The destination port on which the firewall",
|
983
|
+
"required": false
|
984
|
+
},
|
985
|
+
"enabled": {
|
986
|
+
"description": "Enabled status for the firewall rule (must be \"true\"",
|
987
|
+
"required": false
|
988
|
+
},
|
989
|
+
"ip_version": {
|
990
|
+
"description": "IP version, either 4 (default) or 6. Changing this",
|
991
|
+
"required": false
|
992
|
+
},
|
993
|
+
"name": {
|
994
|
+
"description": "A unique name for the firewall rule. Changing this",
|
995
|
+
"required": false
|
996
|
+
},
|
997
|
+
"protocol": {
|
998
|
+
"description": "The protocol type on which the firewall rule operates.",
|
999
|
+
"required": true
|
1000
|
+
},
|
1001
|
+
"region": {
|
1002
|
+
"description": "The region in which to obtain the v2 Networking client.",
|
1003
|
+
"required": false
|
1004
|
+
},
|
1005
|
+
"source_ip_address": {
|
1006
|
+
"description": "The source IP address on which the firewall",
|
1007
|
+
"required": false
|
1008
|
+
},
|
1009
|
+
"source_port": {
|
1010
|
+
"description": "The source port on which the firewall",
|
1011
|
+
"required": false
|
1012
|
+
},
|
1013
|
+
"tenant_id": {
|
1014
|
+
"description": "The owner of the firewall rule. Required if admin",
|
1015
|
+
"required": false
|
1016
|
+
},
|
1017
|
+
"value_specs": {
|
1018
|
+
"description": "Map of additional options.",
|
1019
|
+
"required": false
|
1020
|
+
}
|
1021
|
+
},
|
1022
|
+
"path": "/docs/providers/huaweicloud/r/fw_rule_v2.html",
|
1023
|
+
"properties": [
|
1024
|
+
"region",
|
1025
|
+
"name",
|
1026
|
+
"description",
|
1027
|
+
"protocol",
|
1028
|
+
"action",
|
1029
|
+
"ip_version",
|
1030
|
+
"source_ip_address",
|
1031
|
+
"destination_ip_address",
|
1032
|
+
"source_port",
|
1033
|
+
"destination_port",
|
1034
|
+
"enabled",
|
1035
|
+
"tenant_id",
|
1036
|
+
"value_specs"
|
1037
|
+
]
|
1038
|
+
},
|
1039
|
+
"huaweicloud_iam_agency_v3": {
|
1040
|
+
"full_properties": {
|
1041
|
+
"delegated_domain_name": {
|
1042
|
+
"description": "The name of delegated domain.",
|
1043
|
+
"required": true
|
1044
|
+
},
|
1045
|
+
"description": {
|
1046
|
+
"description": "Provides supplementary information about the",
|
1047
|
+
"required": false
|
1048
|
+
},
|
1049
|
+
"domain_roles": {
|
1050
|
+
"description": "An array of role names which stand for the",
|
1051
|
+
"required": false
|
1052
|
+
},
|
1053
|
+
"name": {
|
1054
|
+
"description": "The name of agency. The name is a string of 1 to 64",
|
1055
|
+
"required": true
|
1056
|
+
},
|
1057
|
+
"project_role": {
|
1058
|
+
"description": "An array of roles and projects which are used to",
|
1059
|
+
"required": false
|
1060
|
+
}
|
1061
|
+
},
|
1062
|
+
"path": "/docs/providers/huaweicloud/r/iam_agency_v3.html",
|
1063
|
+
"properties": [
|
1064
|
+
"name",
|
1065
|
+
"description",
|
1066
|
+
"delegated_domain_name",
|
1067
|
+
"project_role",
|
1068
|
+
"domain_roles"
|
1069
|
+
]
|
1070
|
+
},
|
1071
|
+
"huaweicloud_images_image_v2": {
|
1072
|
+
"full_properties": {
|
1073
|
+
"container_format": {
|
1074
|
+
"description": "The container format. Must be \"bare\".",
|
1075
|
+
"required": true
|
1076
|
+
},
|
1077
|
+
"disk_format": {
|
1078
|
+
"description": "The disk format. Must be one of \"qcow2\", \"vhd\".",
|
1079
|
+
"required": true
|
1080
|
+
},
|
1081
|
+
"image_cache_path": {
|
1082
|
+
"description": "This is the directory where the images will",
|
1083
|
+
"required": false
|
1084
|
+
},
|
1085
|
+
"image_source_url": {
|
1086
|
+
"description": "This is the url of the raw image that will",
|
1087
|
+
"required": false
|
1088
|
+
},
|
1089
|
+
"local_file_path": {
|
1090
|
+
"description": "This is the filepath of the raw image file",
|
1091
|
+
"required": false
|
1092
|
+
},
|
1093
|
+
"min_disk_gb": {
|
1094
|
+
"description": "Amount of disk space (in GB) required to boot image.",
|
1095
|
+
"required": false
|
1096
|
+
},
|
1097
|
+
"min_ram_mb": {
|
1098
|
+
"description": "Amount of ram (in MB) required to boot image.",
|
1099
|
+
"required": false
|
1100
|
+
},
|
1101
|
+
"name": {
|
1102
|
+
"description": "The name of the image.",
|
1103
|
+
"required": true
|
1104
|
+
},
|
1105
|
+
"protected": {
|
1106
|
+
"description": "If true, image will not be deletable.",
|
1107
|
+
"required": false
|
1108
|
+
},
|
1109
|
+
"region": {
|
1110
|
+
"description": "The region in which to obtain the V2 Glance client.",
|
1111
|
+
"required": false
|
1112
|
+
},
|
1113
|
+
"tags": {
|
1114
|
+
"description": "The tags of the image. It must be a list of strings.",
|
1115
|
+
"required": false
|
1116
|
+
},
|
1117
|
+
"visibility": {
|
1118
|
+
"description": "The visibility of the image. Must be \"private\".",
|
1119
|
+
"required": false
|
1120
|
+
}
|
1121
|
+
},
|
1122
|
+
"path": "/docs/providers/huaweicloud/r/images_image_v2.html",
|
1123
|
+
"properties": [
|
1124
|
+
"container_format",
|
1125
|
+
"disk_format",
|
1126
|
+
"local_file_path",
|
1127
|
+
"image_cache_path",
|
1128
|
+
"image_source_url",
|
1129
|
+
"min_disk_gb",
|
1130
|
+
"min_ram_mb",
|
1131
|
+
"name",
|
1132
|
+
"protected",
|
1133
|
+
"region",
|
1134
|
+
"tags",
|
1135
|
+
"visibility"
|
1136
|
+
]
|
1137
|
+
},
|
1138
|
+
"huaweicloud_kms_key_v1": {
|
1139
|
+
"full_properties": {
|
1140
|
+
"is_enabled": {
|
1141
|
+
"description": "Specifies whether the key is enabled. Defaults to true.",
|
1142
|
+
"required": false
|
1143
|
+
},
|
1144
|
+
"key_alias": {
|
1145
|
+
"description": "The alias in which to create the key. It is required when",
|
1146
|
+
"required": true
|
1147
|
+
},
|
1148
|
+
"key_description": {
|
1149
|
+
"description": "The description of the key as viewed in Huawei console.",
|
1150
|
+
"required": false
|
1151
|
+
},
|
1152
|
+
"pending_days": {
|
1153
|
+
"description": "Duration in days after which the key is deleted",
|
1154
|
+
"required": false
|
1155
|
+
},
|
1156
|
+
"realm": {
|
1157
|
+
"description": "Region where a key resides. Changing this creates a new key.",
|
1158
|
+
"required": false
|
1159
|
+
}
|
1160
|
+
},
|
1161
|
+
"path": "/docs/providers/huaweicloud/r/kms_key_v1.html",
|
1162
|
+
"properties": [
|
1163
|
+
"key_alias",
|
1164
|
+
"key_description",
|
1165
|
+
"realm",
|
1166
|
+
"pending_days",
|
1167
|
+
"is_enabled"
|
1168
|
+
]
|
1169
|
+
},
|
1170
|
+
"huaweicloud_lb_listener_v2": {
|
1171
|
+
"full_properties": {
|
1172
|
+
"admin_state_up": {
|
1173
|
+
"description": "The administrative state of the Listener.",
|
1174
|
+
"required": false
|
1175
|
+
},
|
1176
|
+
"connection_limit": {
|
1177
|
+
"description": "The maximum number of connections allowed",
|
1178
|
+
"required": false
|
1179
|
+
},
|
1180
|
+
"default_pool_id": {
|
1181
|
+
"description": "The ID of the default pool with which the",
|
1182
|
+
"required": false
|
1183
|
+
},
|
1184
|
+
"default_tls_container_ref": {
|
1185
|
+
"description": "A reference to a Barbican Secrets",
|
1186
|
+
"required": false
|
1187
|
+
},
|
1188
|
+
"description": {
|
1189
|
+
"description": "Human-readable description for the Listener.",
|
1190
|
+
"required": false
|
1191
|
+
},
|
1192
|
+
"loadbalancer_id": {
|
1193
|
+
"description": "The load balancer on which to provision this",
|
1194
|
+
"required": true
|
1195
|
+
},
|
1196
|
+
"name": {
|
1197
|
+
"description": "Human-readable name for the Listener. Does not have",
|
1198
|
+
"required": false
|
1199
|
+
},
|
1200
|
+
"protocol": {
|
1201
|
+
"description": "The protocol - can either be TCP, HTTP, HTTPS or TERMINATED_HTTPS.",
|
1202
|
+
"required": true
|
1203
|
+
},
|
1204
|
+
"protocol_port": {
|
1205
|
+
"description": "The port on which to listen for client traffic.",
|
1206
|
+
"required": true
|
1207
|
+
},
|
1208
|
+
"region": {
|
1209
|
+
"description": "The region in which to obtain the V2 Networking client.",
|
1210
|
+
"required": false
|
1211
|
+
},
|
1212
|
+
"sni_container_refs": {
|
1213
|
+
"description": "A list of references to Barbican Secrets",
|
1214
|
+
"required": false
|
1215
|
+
},
|
1216
|
+
"tenant_id": {
|
1217
|
+
"description": "Required for admins. The UUID of the tenant who owns",
|
1218
|
+
"required": false
|
1219
|
+
}
|
1220
|
+
},
|
1221
|
+
"path": "/docs/providers/huaweicloud/r/lb_listener_v2.html",
|
1222
|
+
"properties": [
|
1223
|
+
"region",
|
1224
|
+
"protocol",
|
1225
|
+
"protocol_port",
|
1226
|
+
"tenant_id",
|
1227
|
+
"loadbalancer_id",
|
1228
|
+
"name",
|
1229
|
+
"default_pool_id",
|
1230
|
+
"description",
|
1231
|
+
"connection_limit",
|
1232
|
+
"default_tls_container_ref",
|
1233
|
+
"sni_container_refs",
|
1234
|
+
"admin_state_up"
|
1235
|
+
]
|
1236
|
+
},
|
1237
|
+
"huaweicloud_lb_loadbalancer_v2": {
|
1238
|
+
"full_properties": {
|
1239
|
+
"admin_state_up": {
|
1240
|
+
"description": "The administrative state of the Loadbalancer.",
|
1241
|
+
"required": false
|
1242
|
+
},
|
1243
|
+
"description": {
|
1244
|
+
"description": "Human-readable description for the Loadbalancer.",
|
1245
|
+
"required": false
|
1246
|
+
},
|
1247
|
+
"flavor": {
|
1248
|
+
"description": "The UUID of a flavor. Changing this creates a new",
|
1249
|
+
"required": false
|
1250
|
+
},
|
1251
|
+
"loadbalancer_provider": {
|
1252
|
+
"description": "The name of the provider. Changing this",
|
1253
|
+
"required": false
|
1254
|
+
},
|
1255
|
+
"name": {
|
1256
|
+
"description": "Human-readable name for the Loadbalancer. Does not have",
|
1257
|
+
"required": false
|
1258
|
+
},
|
1259
|
+
"region": {
|
1260
|
+
"description": "The region in which to obtain the V2 Networking client.",
|
1261
|
+
"required": false
|
1262
|
+
},
|
1263
|
+
"security_group_ids": {
|
1264
|
+
"description": "A list of security group IDs to apply to the",
|
1265
|
+
"required": false
|
1266
|
+
},
|
1267
|
+
"tenant_id": {
|
1268
|
+
"description": "Required for admins. The UUID of the tenant who owns",
|
1269
|
+
"required": false
|
1270
|
+
},
|
1271
|
+
"vip_address": {
|
1272
|
+
"description": "The ip address of the load balancer.",
|
1273
|
+
"required": false
|
1274
|
+
},
|
1275
|
+
"vip_subnet_id": {
|
1276
|
+
"description": "The network on which to allocate the",
|
1277
|
+
"required": true
|
1278
|
+
}
|
1279
|
+
},
|
1280
|
+
"path": "/docs/providers/huaweicloud/r/lb_loadbalancer_v2.html",
|
1281
|
+
"properties": [
|
1282
|
+
"region",
|
1283
|
+
"vip_subnet_id",
|
1284
|
+
"name",
|
1285
|
+
"description",
|
1286
|
+
"tenant_id",
|
1287
|
+
"vip_address",
|
1288
|
+
"admin_state_up",
|
1289
|
+
"flavor",
|
1290
|
+
"loadbalancer_provider",
|
1291
|
+
"security_group_ids"
|
1292
|
+
]
|
1293
|
+
},
|
1294
|
+
"huaweicloud_lb_member_v2": {
|
1295
|
+
"full_properties": {
|
1296
|
+
"address": {
|
1297
|
+
"description": "The IP address of the member to receive traffic from",
|
1298
|
+
"required": true
|
1299
|
+
},
|
1300
|
+
"admin_state_up": {
|
1301
|
+
"description": "The administrative state of the member.",
|
1302
|
+
"required": false
|
1303
|
+
},
|
1304
|
+
"name": {
|
1305
|
+
"description": "Human-readable name for the member.",
|
1306
|
+
"required": false
|
1307
|
+
},
|
1308
|
+
"pool_id": {
|
1309
|
+
"description": "The id of the pool that this member will be",
|
1310
|
+
"required": true
|
1311
|
+
},
|
1312
|
+
"protocol_port": {
|
1313
|
+
"description": "The port on which to listen for client traffic.",
|
1314
|
+
"required": true
|
1315
|
+
},
|
1316
|
+
"region": {
|
1317
|
+
"description": "The region in which to obtain the V2 Networking client.",
|
1318
|
+
"required": false
|
1319
|
+
},
|
1320
|
+
"subnet_id": {
|
1321
|
+
"description": "The subnet in which to access the member",
|
1322
|
+
"required": true
|
1323
|
+
},
|
1324
|
+
"tenant_id": {
|
1325
|
+
"description": "Required for admins. The UUID of the tenant who owns",
|
1326
|
+
"required": false
|
1327
|
+
},
|
1328
|
+
"weight": {
|
1329
|
+
"description": "A positive integer value that indicates the relative",
|
1330
|
+
"required": false
|
1331
|
+
}
|
1332
|
+
},
|
1333
|
+
"path": "/docs/providers/huaweicloud/r/lb_member_v2.html",
|
1334
|
+
"properties": [
|
1335
|
+
"region",
|
1336
|
+
"pool_id",
|
1337
|
+
"subnet_id",
|
1338
|
+
"name",
|
1339
|
+
"tenant_id",
|
1340
|
+
"address",
|
1341
|
+
"protocol_port",
|
1342
|
+
"weight",
|
1343
|
+
"admin_state_up"
|
1344
|
+
]
|
1345
|
+
},
|
1346
|
+
"huaweicloud_lb_monitor_v2": {
|
1347
|
+
"full_properties": {
|
1348
|
+
"admin_state_up": {
|
1349
|
+
"description": "The administrative state of the monitor.",
|
1350
|
+
"required": false
|
1351
|
+
},
|
1352
|
+
"delay": {
|
1353
|
+
"description": "The time, in seconds, between sending probes to members.",
|
1354
|
+
"required": true
|
1355
|
+
},
|
1356
|
+
"expected_codes": {
|
1357
|
+
"description": "Required for HTTP(S) types. Expected HTTP codes",
|
1358
|
+
"required": false
|
1359
|
+
},
|
1360
|
+
"http_method": {
|
1361
|
+
"description": "Required for HTTP(S) types. The HTTP method used",
|
1362
|
+
"required": false
|
1363
|
+
},
|
1364
|
+
"max_retries": {
|
1365
|
+
"description": "Number of permissible ping failures before",
|
1366
|
+
"required": true
|
1367
|
+
},
|
1368
|
+
"name": {
|
1369
|
+
"description": "The Name of the Monitor.",
|
1370
|
+
"required": false
|
1371
|
+
},
|
1372
|
+
"pool_id": {
|
1373
|
+
"description": "The id of the pool that this monitor will be assigned to.",
|
1374
|
+
"required": true
|
1375
|
+
},
|
1376
|
+
"region": {
|
1377
|
+
"description": "The region in which to obtain the V2 Networking client.",
|
1378
|
+
"required": false
|
1379
|
+
},
|
1380
|
+
"tenant_id": {
|
1381
|
+
"description": "Required for admins. The UUID of the tenant who owns",
|
1382
|
+
"required": false
|
1383
|
+
},
|
1384
|
+
"timeout": {
|
1385
|
+
"description": "Maximum number of seconds for a monitor to wait for a",
|
1386
|
+
"required": true
|
1387
|
+
},
|
1388
|
+
"type": {
|
1389
|
+
"description": "The type of probe, which is PING, TCP, HTTP, or HTTPS,",
|
1390
|
+
"required": true
|
1391
|
+
},
|
1392
|
+
"url_path": {
|
1393
|
+
"description": "Required for HTTP(S) types. URI path that will be",
|
1394
|
+
"required": false
|
1395
|
+
}
|
1396
|
+
},
|
1397
|
+
"path": "/docs/providers/huaweicloud/r/lb_monitor_v2.html",
|
1398
|
+
"properties": [
|
1399
|
+
"region",
|
1400
|
+
"pool_id",
|
1401
|
+
"name",
|
1402
|
+
"tenant_id",
|
1403
|
+
"type",
|
1404
|
+
"delay",
|
1405
|
+
"timeout",
|
1406
|
+
"max_retries",
|
1407
|
+
"url_path",
|
1408
|
+
"http_method",
|
1409
|
+
"expected_codes",
|
1410
|
+
"admin_state_up"
|
1411
|
+
]
|
1412
|
+
},
|
1413
|
+
"huaweicloud_lb_pool_v2": {
|
1414
|
+
"full_properties": {
|
1415
|
+
"admin_state_up": {
|
1416
|
+
"description": "The administrative state of the pool.",
|
1417
|
+
"required": false
|
1418
|
+
},
|
1419
|
+
"description": {
|
1420
|
+
"description": "Human-readable description for the pool.",
|
1421
|
+
"required": false
|
1422
|
+
},
|
1423
|
+
"lb_method": {
|
1424
|
+
"description": "The load balancing algorithm to",
|
1425
|
+
"required": true
|
1426
|
+
},
|
1427
|
+
"listener_id": {
|
1428
|
+
"description": "The Listener on which the members of the pool",
|
1429
|
+
"required": false
|
1430
|
+
},
|
1431
|
+
"loadbalancer_id": {
|
1432
|
+
"description": "The load balancer on which to provision this",
|
1433
|
+
"required": false
|
1434
|
+
},
|
1435
|
+
"name": {
|
1436
|
+
"description": "Human-readable name for the pool.",
|
1437
|
+
"required": false
|
1438
|
+
},
|
1439
|
+
"persistence": {
|
1440
|
+
"description": "Omit this field to prevent session persistence. Indicates",
|
1441
|
+
"required": false
|
1442
|
+
},
|
1443
|
+
"protocol": {
|
1444
|
+
"description": "= (Required) The protocol - can either be TCP, HTTP or HTTPS.",
|
1445
|
+
"required": false
|
1446
|
+
},
|
1447
|
+
"region": {
|
1448
|
+
"description": "The region in which to obtain the V2 Networking client.",
|
1449
|
+
"required": false
|
1450
|
+
},
|
1451
|
+
"tenant_id": {
|
1452
|
+
"description": "Required for admins. The UUID of the tenant who owns",
|
1453
|
+
"required": false
|
1454
|
+
}
|
1455
|
+
},
|
1456
|
+
"path": "/docs/providers/huaweicloud/r/lb_pool_v2.html",
|
1457
|
+
"properties": [
|
1458
|
+
"region",
|
1459
|
+
"tenant_id",
|
1460
|
+
"name",
|
1461
|
+
"description",
|
1462
|
+
"protocol",
|
1463
|
+
"loadbalancer_id",
|
1464
|
+
"listener_id",
|
1465
|
+
"lb_method",
|
1466
|
+
"persistence",
|
1467
|
+
"admin_state_up"
|
1468
|
+
]
|
1469
|
+
},
|
1470
|
+
"huaweicloud_nat_gateway_v2": {
|
1471
|
+
"full_properties": {
|
1472
|
+
"description": {
|
1473
|
+
"description": "The description of the nat gateway.",
|
1474
|
+
"required": false
|
1475
|
+
},
|
1476
|
+
"internal_network_id": {
|
1477
|
+
"description": "ID of the network this nat gateway connects to.",
|
1478
|
+
"required": false
|
1479
|
+
},
|
1480
|
+
"name": {
|
1481
|
+
"description": "The name of the nat gateway.",
|
1482
|
+
"required": true
|
1483
|
+
},
|
1484
|
+
"region": {
|
1485
|
+
"description": "The region in which to obtain the V2 nat client.",
|
1486
|
+
"required": false
|
1487
|
+
},
|
1488
|
+
"router_id": {
|
1489
|
+
"description": "ID of the router this nat gateway belongs to. Changing",
|
1490
|
+
"required": true
|
1491
|
+
},
|
1492
|
+
"spec": {
|
1493
|
+
"description": "The specification of the nat gateway, valid values are \"1\",",
|
1494
|
+
"required": true
|
1495
|
+
},
|
1496
|
+
"tenant_id": {
|
1497
|
+
"description": "The target tenant ID in which to allocate the nat",
|
1498
|
+
"required": false
|
1499
|
+
}
|
1500
|
+
},
|
1501
|
+
"path": "/docs/providers/huaweicloud/r/nat_gateway_v2.html",
|
1502
|
+
"properties": [
|
1503
|
+
"region",
|
1504
|
+
"name",
|
1505
|
+
"description",
|
1506
|
+
"spec",
|
1507
|
+
"tenant_id",
|
1508
|
+
"router_id",
|
1509
|
+
"internal_network_id"
|
1510
|
+
]
|
1511
|
+
},
|
1512
|
+
"huaweicloud_nat_snat_rule_v2": {
|
1513
|
+
"full_properties": {
|
1514
|
+
"floating_ip_id": {
|
1515
|
+
"description": "ID of the floating ip this snat rule connets to.",
|
1516
|
+
"required": true
|
1517
|
+
},
|
1518
|
+
"nat_gateway_id": {
|
1519
|
+
"description": "ID of the nat gateway this snat rule belongs to.",
|
1520
|
+
"required": true
|
1521
|
+
},
|
1522
|
+
"network_id": {
|
1523
|
+
"description": "ID of the network this snat rule connects to.",
|
1524
|
+
"required": true
|
1525
|
+
},
|
1526
|
+
"region": {
|
1527
|
+
"description": "The region in which to obtain the V2 nat client.",
|
1528
|
+
"required": false
|
1529
|
+
}
|
1530
|
+
},
|
1531
|
+
"path": "/docs/providers/huaweicloud/r/nat_snat_rule_v2.html",
|
1532
|
+
"properties": [
|
1533
|
+
"region",
|
1534
|
+
"nat_gateway_id",
|
1535
|
+
"network_id",
|
1536
|
+
"floating_ip_id"
|
1537
|
+
]
|
1538
|
+
},
|
1539
|
+
"huaweicloud_networking_floatingip_v2": {
|
1540
|
+
"full_properties": {
|
1541
|
+
"fixed_ip": {
|
1542
|
+
"description": "Fixed IP of the port to associate with this floating IP. Required if",
|
1543
|
+
"required": false
|
1544
|
+
},
|
1545
|
+
"pool": {
|
1546
|
+
"description": "The name of the pool from which to obtain the floating",
|
1547
|
+
"required": true
|
1548
|
+
},
|
1549
|
+
"port_id": {
|
1550
|
+
"description": "ID of an existing port with at least one IP address to",
|
1551
|
+
"required": false
|
1552
|
+
},
|
1553
|
+
"region": {
|
1554
|
+
"description": "The region in which to obtain the V2 Networking client.",
|
1555
|
+
"required": false
|
1556
|
+
},
|
1557
|
+
"tenant_id": {
|
1558
|
+
"description": "The target tenant ID in which to allocate the floating",
|
1559
|
+
"required": false
|
1560
|
+
},
|
1561
|
+
"value_specs": {
|
1562
|
+
"description": "Map of additional options.",
|
1563
|
+
"required": false
|
1564
|
+
}
|
1565
|
+
},
|
1566
|
+
"path": "/docs/providers/huaweicloud/r/networking_floatingip_v2.html",
|
1567
|
+
"properties": [
|
1568
|
+
"region",
|
1569
|
+
"pool",
|
1570
|
+
"port_id",
|
1571
|
+
"tenant_id",
|
1572
|
+
"fixed_ip",
|
1573
|
+
"value_specs"
|
1574
|
+
]
|
1575
|
+
},
|
1576
|
+
"huaweicloud_networking_network_v2": {
|
1577
|
+
"full_properties": {
|
1578
|
+
"admin_state_up": {
|
1579
|
+
"description": "The administrative state of the network.",
|
1580
|
+
"required": false
|
1581
|
+
},
|
1582
|
+
"availability_zone_hints": {
|
1583
|
+
"description": "An availability zone is used to make",
|
1584
|
+
"required": false
|
1585
|
+
},
|
1586
|
+
"name": {
|
1587
|
+
"description": "The name of the network. Changing this updates the name of",
|
1588
|
+
"required": false
|
1589
|
+
},
|
1590
|
+
"region": {
|
1591
|
+
"description": "The region in which to obtain the V2 Networking client.",
|
1592
|
+
"required": false
|
1593
|
+
},
|
1594
|
+
"segments": {
|
1595
|
+
"description": "An array of one or more provider segment objects.",
|
1596
|
+
"required": false
|
1597
|
+
},
|
1598
|
+
"shared": {
|
1599
|
+
"description": "Specifies whether the network resource can be accessed",
|
1600
|
+
"required": false
|
1601
|
+
},
|
1602
|
+
"tenant_id": {
|
1603
|
+
"description": "The owner of the network. Required if admin wants to",
|
1604
|
+
"required": false
|
1605
|
+
},
|
1606
|
+
"value_specs": {
|
1607
|
+
"description": "Map of additional options.",
|
1608
|
+
"required": false
|
1609
|
+
}
|
1610
|
+
},
|
1611
|
+
"path": "/docs/providers/huaweicloud/r/networking_network_v2.html",
|
1612
|
+
"properties": [
|
1613
|
+
"region",
|
1614
|
+
"name",
|
1615
|
+
"shared",
|
1616
|
+
"tenant_id",
|
1617
|
+
"admin_state_up",
|
1618
|
+
"segments",
|
1619
|
+
"value_specs",
|
1620
|
+
"availability_zone_hints"
|
1621
|
+
]
|
1622
|
+
},
|
1623
|
+
"huaweicloud_networking_port_v2": {
|
1624
|
+
"full_properties": {
|
1625
|
+
"admin_state_up": {
|
1626
|
+
"description": "Administrative up/down status for the port",
|
1627
|
+
"required": false
|
1628
|
+
},
|
1629
|
+
"allowed_address_pairs": {
|
1630
|
+
"description": "An IP/MAC Address pair of additional IP",
|
1631
|
+
"required": false
|
1632
|
+
},
|
1633
|
+
"device_id": {
|
1634
|
+
"description": "The ID of the device attached to the port. Changing this",
|
1635
|
+
"required": false
|
1636
|
+
},
|
1637
|
+
"device_owner": {
|
1638
|
+
"description": "The device owner of the Port. Changing this creates",
|
1639
|
+
"required": false
|
1640
|
+
},
|
1641
|
+
"fixed_ip": {
|
1642
|
+
"description": "An array of desired IPs for this port. The structure is",
|
1643
|
+
"required": false
|
1644
|
+
},
|
1645
|
+
"mac_address": {
|
1646
|
+
"description": "Specify a specific MAC address for the port. Changing",
|
1647
|
+
"required": false
|
1648
|
+
},
|
1649
|
+
"name": {
|
1650
|
+
"description": "A unique name for the port. Changing this",
|
1651
|
+
"required": false
|
1652
|
+
},
|
1653
|
+
"network_id": {
|
1654
|
+
"description": "The ID of the network to attach the port to. Changing",
|
1655
|
+
"required": true
|
1656
|
+
},
|
1657
|
+
"no_security_groups": {
|
1658
|
+
"description": "If set to",
|
1659
|
+
"required": false
|
1660
|
+
},
|
1661
|
+
"region": {
|
1662
|
+
"description": "The region in which to obtain the V2 networking client.",
|
1663
|
+
"required": false
|
1664
|
+
},
|
1665
|
+
"security_group_ids": {
|
1666
|
+
"description": "A list",
|
1667
|
+
"required": false
|
1668
|
+
},
|
1669
|
+
"tenant_id": {
|
1670
|
+
"description": "The owner of the Port. Required if admin wants",
|
1671
|
+
"required": false
|
1672
|
+
},
|
1673
|
+
"value_specs": {
|
1674
|
+
"description": "Map of additional options.",
|
1675
|
+
"required": false
|
1676
|
+
}
|
1677
|
+
},
|
1678
|
+
"path": "/docs/providers/huaweicloud/r/networking_port_v2.html",
|
1679
|
+
"properties": [
|
1680
|
+
"region",
|
1681
|
+
"name",
|
1682
|
+
"network_id",
|
1683
|
+
"admin_state_up",
|
1684
|
+
"mac_address",
|
1685
|
+
"tenant_id",
|
1686
|
+
"device_owner",
|
1687
|
+
"security_group_ids",
|
1688
|
+
"no_security_groups",
|
1689
|
+
"device_id",
|
1690
|
+
"fixed_ip",
|
1691
|
+
"allowed_address_pairs",
|
1692
|
+
"value_specs"
|
1693
|
+
]
|
1694
|
+
},
|
1695
|
+
"huaweicloud_networking_router_interface_v2": {
|
1696
|
+
"full_properties": {
|
1697
|
+
"port_id": {
|
1698
|
+
"description": "ID of the port this interface connects to. Changing",
|
1699
|
+
"required": false
|
1700
|
+
},
|
1701
|
+
"region": {
|
1702
|
+
"description": "The region in which to obtain the V2 networking client.",
|
1703
|
+
"required": false
|
1704
|
+
},
|
1705
|
+
"router_id": {
|
1706
|
+
"description": "ID of the router this interface belongs to. Changing",
|
1707
|
+
"required": true
|
1708
|
+
},
|
1709
|
+
"subnet_id": {
|
1710
|
+
"description": "ID of the subnet this interface connects to. Changing",
|
1711
|
+
"required": false
|
1712
|
+
}
|
1713
|
+
},
|
1714
|
+
"path": "/docs/providers/huaweicloud/r/networking_router_interface_v2.html",
|
1715
|
+
"properties": [
|
1716
|
+
"region",
|
1717
|
+
"router_id",
|
1718
|
+
"subnet_id",
|
1719
|
+
"port_id"
|
1720
|
+
]
|
1721
|
+
},
|
1722
|
+
"huaweicloud_networking_router_route_v2": {
|
1723
|
+
"full_properties": {
|
1724
|
+
"destination_cidr": {
|
1725
|
+
"description": "CIDR block to match on the packet’s destination IP. Changing",
|
1726
|
+
"required": true
|
1727
|
+
},
|
1728
|
+
"next_hop": {
|
1729
|
+
"description": "IP address of the next hop gateway. Changing",
|
1730
|
+
"required": true
|
1731
|
+
},
|
1732
|
+
"region": {
|
1733
|
+
"description": "The region in which to obtain the V2 networking client.",
|
1734
|
+
"required": false
|
1735
|
+
},
|
1736
|
+
"router_id": {
|
1737
|
+
"description": "ID of the router this routing entry belongs to. Changing",
|
1738
|
+
"required": true
|
1739
|
+
}
|
1740
|
+
},
|
1741
|
+
"path": "/docs/providers/huaweicloud/r/networking_router_route_v2.html",
|
1742
|
+
"properties": [
|
1743
|
+
"region",
|
1744
|
+
"router_id",
|
1745
|
+
"destination_cidr",
|
1746
|
+
"next_hop"
|
1747
|
+
]
|
1748
|
+
},
|
1749
|
+
"huaweicloud_networking_router_v2": {
|
1750
|
+
"full_properties": {
|
1751
|
+
"admin_state_up": {
|
1752
|
+
"description": "Administrative up/down status for the router",
|
1753
|
+
"required": false
|
1754
|
+
},
|
1755
|
+
"availability_zone_hints": {
|
1756
|
+
"description": "An availability zone is used to make ",
|
1757
|
+
"required": false
|
1758
|
+
},
|
1759
|
+
"distributed": {
|
1760
|
+
"description": "Indicates whether or not to create a",
|
1761
|
+
"required": false
|
1762
|
+
},
|
1763
|
+
"enable_snat": {
|
1764
|
+
"description": "Enable Source NAT for the router. Valid values are",
|
1765
|
+
"required": false
|
1766
|
+
},
|
1767
|
+
"external_fixed_ip": {
|
1768
|
+
"description": "An external fixed IP for the router. This",
|
1769
|
+
"required": false
|
1770
|
+
},
|
1771
|
+
"external_network_id": {
|
1772
|
+
"description": "The network UUID of an external gateway",
|
1773
|
+
"required": false
|
1774
|
+
},
|
1775
|
+
"name": {
|
1776
|
+
"description": "A unique name for the router. Changing this",
|
1777
|
+
"required": false
|
1778
|
+
},
|
1779
|
+
"region": {
|
1780
|
+
"description": "The region in which to obtain the V2 networking client.",
|
1781
|
+
"required": false
|
1782
|
+
},
|
1783
|
+
"tenant_id": {
|
1784
|
+
"description": "The owner of the floating IP. Required if admin wants",
|
1785
|
+
"required": false
|
1786
|
+
},
|
1787
|
+
"value_specs": {
|
1788
|
+
"description": "Map of additional driver-specific options.",
|
1789
|
+
"required": false
|
1790
|
+
}
|
1791
|
+
},
|
1792
|
+
"path": "/docs/providers/huaweicloud/r/networking_router_v2.html",
|
1793
|
+
"properties": [
|
1794
|
+
"region",
|
1795
|
+
"name",
|
1796
|
+
"admin_state_up",
|
1797
|
+
"distributed",
|
1798
|
+
"external_network_id",
|
1799
|
+
"enable_snat",
|
1800
|
+
"external_fixed_ip",
|
1801
|
+
"tenant_id",
|
1802
|
+
"value_specs",
|
1803
|
+
"availability_zone_hints"
|
1804
|
+
]
|
1805
|
+
},
|
1806
|
+
"huaweicloud_networking_secgroup_rule_v2": {
|
1807
|
+
"full_properties": {
|
1808
|
+
"": {
|
1809
|
+
"description": "vrrp",
|
1810
|
+
"required": false
|
1811
|
+
},
|
1812
|
+
"direction": {
|
1813
|
+
"description": "The direction of the rule, valid values are ingress",
|
1814
|
+
"required": true
|
1815
|
+
},
|
1816
|
+
"ethertype": {
|
1817
|
+
"description": "The layer 3 protocol type, valid values are IPv4",
|
1818
|
+
"required": true
|
1819
|
+
},
|
1820
|
+
"port_range_max": {
|
1821
|
+
"description": "The higher part of the allowed port range, valid",
|
1822
|
+
"required": false
|
1823
|
+
},
|
1824
|
+
"port_range_min": {
|
1825
|
+
"description": "The lower part of the allowed port range, valid",
|
1826
|
+
"required": false
|
1827
|
+
},
|
1828
|
+
"protocol": {
|
1829
|
+
"description": "The layer 4 protocol type, valid values are following. Changing this creates a new security group rule. This is required if you want to specify a port range.",
|
1830
|
+
"required": false
|
1831
|
+
},
|
1832
|
+
"region": {
|
1833
|
+
"description": "The region in which to obtain the V2 networking client.",
|
1834
|
+
"required": false
|
1835
|
+
},
|
1836
|
+
"remote_group_id": {
|
1837
|
+
"description": "The remote group id, the value needs to be an",
|
1838
|
+
"required": false
|
1839
|
+
},
|
1840
|
+
"remote_ip_prefix": {
|
1841
|
+
"description": "The remote CIDR, the value needs to be a valid",
|
1842
|
+
"required": false
|
1843
|
+
},
|
1844
|
+
"security_group_id": {
|
1845
|
+
"description": "The security group id the rule should belong",
|
1846
|
+
"required": true
|
1847
|
+
},
|
1848
|
+
"tenant_id": {
|
1849
|
+
"description": "The owner of the security group. Required if admin",
|
1850
|
+
"required": false
|
1851
|
+
}
|
1852
|
+
},
|
1853
|
+
"path": "/docs/providers/huaweicloud/r/networking_secgroup_rule_v2.html",
|
1854
|
+
"properties": [
|
1855
|
+
"region",
|
1856
|
+
"direction",
|
1857
|
+
"ethertype",
|
1858
|
+
"protocol",
|
1859
|
+
"",
|
1860
|
+
"port_range_min",
|
1861
|
+
"port_range_max",
|
1862
|
+
"remote_ip_prefix",
|
1863
|
+
"remote_group_id",
|
1864
|
+
"security_group_id",
|
1865
|
+
"tenant_id"
|
1866
|
+
]
|
1867
|
+
},
|
1868
|
+
"huaweicloud_networking_secgroup_v2": {
|
1869
|
+
"full_properties": {
|
1870
|
+
"delete_default_rules": {
|
1871
|
+
"description": "Whether or not to delete the default",
|
1872
|
+
"required": false
|
1873
|
+
},
|
1874
|
+
"description": {
|
1875
|
+
"description": "A unique name for the security group.",
|
1876
|
+
"required": false
|
1877
|
+
},
|
1878
|
+
"name": {
|
1879
|
+
"description": "A unique name for the security group.",
|
1880
|
+
"required": true
|
1881
|
+
},
|
1882
|
+
"region": {
|
1883
|
+
"description": "The region in which to obtain the V2 networking client.",
|
1884
|
+
"required": false
|
1885
|
+
},
|
1886
|
+
"tenant_id": {
|
1887
|
+
"description": "The owner of the security group. Required if admin",
|
1888
|
+
"required": false
|
1889
|
+
}
|
1890
|
+
},
|
1891
|
+
"path": "/docs/providers/huaweicloud/r/networking_secgroup_v2.html",
|
1892
|
+
"properties": [
|
1893
|
+
"region",
|
1894
|
+
"name",
|
1895
|
+
"description",
|
1896
|
+
"tenant_id",
|
1897
|
+
"delete_default_rules"
|
1898
|
+
]
|
1899
|
+
},
|
1900
|
+
"huaweicloud_networking_subnet_v2": {
|
1901
|
+
"full_properties": {
|
1902
|
+
"allocation_pools": {
|
1903
|
+
"description": "An array of sub-ranges of CIDR available for",
|
1904
|
+
"required": false
|
1905
|
+
},
|
1906
|
+
"cidr": {
|
1907
|
+
"description": "CIDR representing IP range for this subnet, based on IP",
|
1908
|
+
"required": true
|
1909
|
+
},
|
1910
|
+
"dns_nameservers": {
|
1911
|
+
"description": "An array of DNS name server names used by hosts",
|
1912
|
+
"required": false
|
1913
|
+
},
|
1914
|
+
"enable_dhcp": {
|
1915
|
+
"description": "The administrative state of the network.",
|
1916
|
+
"required": false
|
1917
|
+
},
|
1918
|
+
"gateway_ip": {
|
1919
|
+
"description": "Default gateway used by devices in this subnet.",
|
1920
|
+
"required": false
|
1921
|
+
},
|
1922
|
+
"host_routes": {
|
1923
|
+
"description": "An array of routes that should be used by devices",
|
1924
|
+
"required": false
|
1925
|
+
},
|
1926
|
+
"ip_version": {
|
1927
|
+
"description": "IP version, either 4 (default) or 6. Changing this creates a",
|
1928
|
+
"required": false
|
1929
|
+
},
|
1930
|
+
"name": {
|
1931
|
+
"description": "The name of the subnet. Changing this updates the name of",
|
1932
|
+
"required": false
|
1933
|
+
},
|
1934
|
+
"network_id": {
|
1935
|
+
"description": "The UUID of the parent network. Changing this",
|
1936
|
+
"required": true
|
1937
|
+
},
|
1938
|
+
"no_gateway": {
|
1939
|
+
"description": "Do not set a gateway IP on this subnet. Changing",
|
1940
|
+
"required": false
|
1941
|
+
},
|
1942
|
+
"region": {
|
1943
|
+
"description": "The region in which to obtain the V2 Networking client.",
|
1944
|
+
"required": false
|
1945
|
+
},
|
1946
|
+
"tenant_id": {
|
1947
|
+
"description": "The owner of the subnet. Required if admin wants to",
|
1948
|
+
"required": false
|
1949
|
+
},
|
1950
|
+
"value_specs": {
|
1951
|
+
"description": "Map of additional options.",
|
1952
|
+
"required": false
|
1953
|
+
}
|
1954
|
+
},
|
1955
|
+
"path": "/docs/providers/huaweicloud/r/networking_subnet_v2.html",
|
1956
|
+
"properties": [
|
1957
|
+
"region",
|
1958
|
+
"network_id",
|
1959
|
+
"cidr",
|
1960
|
+
"ip_version",
|
1961
|
+
"name",
|
1962
|
+
"tenant_id",
|
1963
|
+
"allocation_pools",
|
1964
|
+
"gateway_ip",
|
1965
|
+
"no_gateway",
|
1966
|
+
"enable_dhcp",
|
1967
|
+
"dns_nameservers",
|
1968
|
+
"host_routes",
|
1969
|
+
"value_specs"
|
1970
|
+
]
|
1971
|
+
},
|
1972
|
+
"huaweicloud_rds_instance_v1": {
|
1973
|
+
"full_properties": {
|
1974
|
+
"availabilityzone": {
|
1975
|
+
"description": "Specifies the ID of the AZ.",
|
1976
|
+
"required": true
|
1977
|
+
},
|
1978
|
+
"backupstrategy": {
|
1979
|
+
"description": "Specifies the advanced backup policy. The structure",
|
1980
|
+
"required": false
|
1981
|
+
},
|
1982
|
+
"datastore": {
|
1983
|
+
"description": "Specifies database information. The structure is",
|
1984
|
+
"required": true
|
1985
|
+
},
|
1986
|
+
"dbport": {
|
1987
|
+
"description": "Specifies the database port number.",
|
1988
|
+
"required": false
|
1989
|
+
},
|
1990
|
+
"dbrtpd": {
|
1991
|
+
"description": "Specifies the password for user root of the database.",
|
1992
|
+
"required": true
|
1993
|
+
},
|
1994
|
+
"flavorref": {
|
1995
|
+
"description": "Specifies the specification ID (flavors.id in the",
|
1996
|
+
"required": true
|
1997
|
+
},
|
1998
|
+
"ha": {
|
1999
|
+
"description": "Specifies the parameters configured on HA and is used when",
|
2000
|
+
"required": false
|
2001
|
+
},
|
2002
|
+
"name": {
|
2003
|
+
"description": "Specifies the DB instance name. The DB instance name of",
|
2004
|
+
"required": true
|
2005
|
+
},
|
2006
|
+
"nics": {
|
2007
|
+
"description": "Specifies the nics information. For details about how",
|
2008
|
+
"required": true
|
2009
|
+
},
|
2010
|
+
"region": {
|
2011
|
+
"description": "Specifies the region ID.",
|
2012
|
+
"required": true
|
2013
|
+
},
|
2014
|
+
"securitygroup": {
|
2015
|
+
"description": "Specifies the security group which the RDS DB",
|
2016
|
+
"required": true
|
2017
|
+
},
|
2018
|
+
"volume": {
|
2019
|
+
"description": "Specifies the volume information. The structure is described",
|
2020
|
+
"required": true
|
2021
|
+
},
|
2022
|
+
"vpc": {
|
2023
|
+
"description": "Specifies the VPC ID. For details about how to obtain this",
|
2024
|
+
"required": true
|
2025
|
+
}
|
2026
|
+
},
|
2027
|
+
"path": "/docs/providers/huaweicloud/r/rds_instance_v1.html",
|
2028
|
+
"properties": [
|
2029
|
+
"name",
|
2030
|
+
"datastore",
|
2031
|
+
"flavorref",
|
2032
|
+
"volume",
|
2033
|
+
"region",
|
2034
|
+
"availabilityzone",
|
2035
|
+
"vpc",
|
2036
|
+
"nics",
|
2037
|
+
"securitygroup",
|
2038
|
+
"dbport",
|
2039
|
+
"backupstrategy",
|
2040
|
+
"dbrtpd",
|
2041
|
+
"ha"
|
2042
|
+
]
|
2043
|
+
},
|
2044
|
+
"huaweicloud_rts_stack_v1_": {
|
2045
|
+
"full_properties": {
|
2046
|
+
"disable_rollback": {
|
2047
|
+
"description": "Specifies whether to perform a rollback if the creation fails.",
|
2048
|
+
"required": false
|
2049
|
+
},
|
2050
|
+
"environment": {
|
2051
|
+
"description": "Specifies the environment information about the stack.",
|
2052
|
+
"required": false
|
2053
|
+
},
|
2054
|
+
"files": {
|
2055
|
+
"description": "Specifies files used in the environment.",
|
2056
|
+
"required": false
|
2057
|
+
},
|
2058
|
+
"parameters": {
|
2059
|
+
"description": "Specifies parameter information of the stack.",
|
2060
|
+
"required": false
|
2061
|
+
},
|
2062
|
+
"stack_id": {
|
2063
|
+
"description": "Specifies the stack UUID.",
|
2064
|
+
"required": true
|
2065
|
+
},
|
2066
|
+
"stack_name": {
|
2067
|
+
"description": "Specifies the stack name. The value must meet the regular expression rule ([a-zA-Z][a-zA-Z0-9_.-]{0,254}$). Changing this will create a new stack.",
|
2068
|
+
"required": true
|
2069
|
+
},
|
2070
|
+
"template": {
|
2071
|
+
"description": "Specifies the template. The template content must use the json syntax.",
|
2072
|
+
"required": false
|
2073
|
+
},
|
2074
|
+
"template_url": {
|
2075
|
+
"description": "Specifies the template URL.",
|
2076
|
+
"required": false
|
2077
|
+
},
|
2078
|
+
"timeout_mins": {
|
2079
|
+
"description": "Specifies the timeout duration.",
|
2080
|
+
"required": false
|
2081
|
+
}
|
2082
|
+
},
|
2083
|
+
"path": "/docs/providers/huaweicloud/r/rts_stack_v1.html",
|
2084
|
+
"properties": [
|
2085
|
+
"stack_name",
|
2086
|
+
"stack_id",
|
2087
|
+
"template",
|
2088
|
+
"environment",
|
2089
|
+
"files",
|
2090
|
+
"parameters",
|
2091
|
+
"timeout_mins",
|
2092
|
+
"template_url",
|
2093
|
+
"disable_rollback"
|
2094
|
+
]
|
2095
|
+
},
|
2096
|
+
"huaweicloud_s3_bucket": {
|
2097
|
+
"full_properties": {
|
2098
|
+
"acl": {
|
2099
|
+
"description": "The canned ACL to apply. Defaults to \"private\".",
|
2100
|
+
"required": false
|
2101
|
+
},
|
2102
|
+
"bucket": {
|
2103
|
+
"description": "The name of the bucket. If omitted, Terraform will assign a random, unique name.",
|
2104
|
+
"required": false
|
2105
|
+
},
|
2106
|
+
"bucket_prefix": {
|
2107
|
+
"description": "Creates a unique bucket name beginning with the specified prefix. Conflicts with bucket.",
|
2108
|
+
"required": false
|
2109
|
+
},
|
2110
|
+
"cors_rule": {
|
2111
|
+
"description": "A rule of Cross-Origin Resource Sharing (documented below).",
|
2112
|
+
"required": false
|
2113
|
+
},
|
2114
|
+
"force_destroy": {
|
2115
|
+
"description": "A boolean that indicates all objects should be deleted from the bucket so that the bucket can be destroyed without error. These objects are not recoverable.",
|
2116
|
+
"required": false
|
2117
|
+
},
|
2118
|
+
"lifecycle_rule": {
|
2119
|
+
"description": "A configuration of object lifecycle management (documented below).",
|
2120
|
+
"required": false
|
2121
|
+
},
|
2122
|
+
"logging": {
|
2123
|
+
"description": "A settings of bucket logging (documented below).",
|
2124
|
+
"required": false
|
2125
|
+
},
|
2126
|
+
"policy": {
|
2127
|
+
"description": "A valid bucket policy JSON document. Note that if the policy document is not specific enough (but still valid), Terraform may view the policy as constantly changing in a terraform plan. In this case, please make sure you use the verbose/specific version of the policy.",
|
2128
|
+
"required": false
|
2129
|
+
},
|
2130
|
+
"region": {
|
2131
|
+
"description": "If specified, the region this bucket should reside in. Otherwise, the region used by the callee.",
|
2132
|
+
"required": false
|
2133
|
+
},
|
2134
|
+
"versioning": {
|
2135
|
+
"description": "A state of versioning (documented below)",
|
2136
|
+
"required": false
|
2137
|
+
},
|
2138
|
+
"website": {
|
2139
|
+
"description": "A website object (documented below).",
|
2140
|
+
"required": false
|
2141
|
+
}
|
2142
|
+
},
|
2143
|
+
"path": "/docs/providers/huaweicloud/r/s3_bucket.html",
|
2144
|
+
"properties": [
|
2145
|
+
"bucket",
|
2146
|
+
"bucket_prefix",
|
2147
|
+
"acl",
|
2148
|
+
"policy",
|
2149
|
+
"force_destroy",
|
2150
|
+
"website",
|
2151
|
+
"cors_rule",
|
2152
|
+
"versioning",
|
2153
|
+
"logging",
|
2154
|
+
"lifecycle_rule",
|
2155
|
+
"region"
|
2156
|
+
]
|
2157
|
+
},
|
2158
|
+
"huaweicloud_s3_bucket_object": {
|
2159
|
+
"full_properties": {
|
2160
|
+
"acl": {
|
2161
|
+
"description": "The canned ACL to apply. Defaults to \"private\".",
|
2162
|
+
"required": false
|
2163
|
+
},
|
2164
|
+
"bucket": {
|
2165
|
+
"description": "The name of the bucket to put the file in.",
|
2166
|
+
"required": true
|
2167
|
+
},
|
2168
|
+
"cache_control": {
|
2169
|
+
"description": "Specifies caching behavior along the request/reply chain Read w3c cache_control for further details.",
|
2170
|
+
"required": false
|
2171
|
+
},
|
2172
|
+
"content": {
|
2173
|
+
"description": "The literal content being uploaded to the bucket.",
|
2174
|
+
"required": false
|
2175
|
+
},
|
2176
|
+
"content_disposition": {
|
2177
|
+
"description": "Specifies presentational information for the object. Read wc3 content_disposition for further information.",
|
2178
|
+
"required": false
|
2179
|
+
},
|
2180
|
+
"content_encoding": {
|
2181
|
+
"description": "Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field. Read w3c content encoding for further information.",
|
2182
|
+
"required": false
|
2183
|
+
},
|
2184
|
+
"content_language": {
|
2185
|
+
"description": "The language the content is in e.g. en-US or en-GB.",
|
2186
|
+
"required": false
|
2187
|
+
},
|
2188
|
+
"content_type": {
|
2189
|
+
"description": "A standard MIME type describing the format of the object data, e.g. application/octet-stream. All Valid MIME Types are valid for this input.",
|
2190
|
+
"required": false
|
2191
|
+
},
|
2192
|
+
"etag": {
|
2193
|
+
"description": "Used to trigger updates. The only meaningful value is ${md5(file(\"path/to/file\"))}.",
|
2194
|
+
"required": false
|
2195
|
+
},
|
2196
|
+
"key": {
|
2197
|
+
"description": "The name of the object once it is in the bucket.",
|
2198
|
+
"required": true
|
2199
|
+
},
|
2200
|
+
"server_side_encryption": {
|
2201
|
+
"description": "Specifies server-side encryption of the object in S3. Valid values are \"AES256\" and \"aws:kms\".",
|
2202
|
+
"required": false
|
2203
|
+
},
|
2204
|
+
"source": {
|
2205
|
+
"description": "The path to the source file being uploaded to the bucket.",
|
2206
|
+
"required": true
|
2207
|
+
},
|
2208
|
+
"sse_kms_key_id": {
|
2209
|
+
"description": "The ID of the kms key.",
|
2210
|
+
"required": false
|
2211
|
+
},
|
2212
|
+
"website_redirect": {
|
2213
|
+
"description": "Specifies a target URL for website redirect.",
|
2214
|
+
"required": false
|
2215
|
+
}
|
2216
|
+
},
|
2217
|
+
"path": "/docs/providers/huaweicloud/r/s3_bucket_object.html",
|
2218
|
+
"properties": [
|
2219
|
+
"bucket",
|
2220
|
+
"key",
|
2221
|
+
"source",
|
2222
|
+
"content",
|
2223
|
+
"acl",
|
2224
|
+
"cache_control",
|
2225
|
+
"content_disposition",
|
2226
|
+
"content_encoding",
|
2227
|
+
"content_language",
|
2228
|
+
"content_type",
|
2229
|
+
"website_redirect",
|
2230
|
+
"etag",
|
2231
|
+
"server_side_encryption",
|
2232
|
+
"sse_kms_key_id"
|
2233
|
+
]
|
2234
|
+
},
|
2235
|
+
"huaweicloud_s3_bucket_policy": {
|
2236
|
+
"full_properties": {
|
2237
|
+
"bucket": {
|
2238
|
+
"description": "The name of the bucket to which to apply the policy.",
|
2239
|
+
"required": true
|
2240
|
+
},
|
2241
|
+
"policy": {
|
2242
|
+
"description": "The text of the policy.",
|
2243
|
+
"required": true
|
2244
|
+
}
|
2245
|
+
},
|
2246
|
+
"path": "/docs/providers/huaweicloud/r/s3_bucket_policy.html",
|
2247
|
+
"properties": [
|
2248
|
+
"bucket",
|
2249
|
+
"policy"
|
2250
|
+
]
|
2251
|
+
},
|
2252
|
+
"huaweicloud_sfs_file_system_v2": {
|
2253
|
+
"full_properties": {
|
2254
|
+
"access_level": {
|
2255
|
+
"description": "The access level of the shared file system. Changing this will create a new access rule.",
|
2256
|
+
"required": true
|
2257
|
+
},
|
2258
|
+
"access_to": {
|
2259
|
+
"description": "The access that the back end grants or denies. Changing this will create a new access rule",
|
2260
|
+
"required": true
|
2261
|
+
},
|
2262
|
+
"access_type": {
|
2263
|
+
"description": "The type of the share access rule. Changing this will create a new access rule.",
|
2264
|
+
"required": false
|
2265
|
+
},
|
2266
|
+
"availability_zone": {
|
2267
|
+
"description": "The availability zone name.Changing this parameter will create a new resource.",
|
2268
|
+
"required": false
|
2269
|
+
},
|
2270
|
+
"description": {
|
2271
|
+
"description": "Describes the shared file system.",
|
2272
|
+
"required": false
|
2273
|
+
},
|
2274
|
+
"is_public": {
|
2275
|
+
"description": "The level of visibility for the shared file system.",
|
2276
|
+
"required": false
|
2277
|
+
},
|
2278
|
+
"metadata": {
|
2279
|
+
"description": "Metadata key and value pairs as a dictionary of strings.Changing this will create a new resource.",
|
2280
|
+
"required": false
|
2281
|
+
},
|
2282
|
+
"name": {
|
2283
|
+
"description": "The name of the shared file system.",
|
2284
|
+
"required": false
|
2285
|
+
},
|
2286
|
+
"share_proto": {
|
2287
|
+
"description": "The protocol for sharing file systems. The default value is NFS.",
|
2288
|
+
"required": false
|
2289
|
+
},
|
2290
|
+
"size": {
|
2291
|
+
"description": "The size (GB) of the shared file system.",
|
2292
|
+
"required": true
|
2293
|
+
}
|
2294
|
+
},
|
2295
|
+
"path": "/docs/providers/huaweicloud/r/sfs_file_system_v2.html",
|
2296
|
+
"properties": [
|
2297
|
+
"size",
|
2298
|
+
"share_proto",
|
2299
|
+
"name",
|
2300
|
+
"description",
|
2301
|
+
"is_public",
|
2302
|
+
"metadata",
|
2303
|
+
"availability_zone",
|
2304
|
+
"access_level",
|
2305
|
+
"access_type",
|
2306
|
+
"access_to"
|
2307
|
+
]
|
2308
|
+
},
|
2309
|
+
"huaweicloud_smn_subscription_v2": {
|
2310
|
+
"full_properties": {
|
2311
|
+
"endpoint": {
|
2312
|
+
"description": "Message endpoint.",
|
2313
|
+
"required": true
|
2314
|
+
},
|
2315
|
+
"owner": {
|
2316
|
+
"description": "Project ID of the topic creator.",
|
2317
|
+
"required": false
|
2318
|
+
},
|
2319
|
+
"protocol": {
|
2320
|
+
"description": "Protocol of the message endpoint. Currently, email,",
|
2321
|
+
"required": true
|
2322
|
+
},
|
2323
|
+
"remark": {
|
2324
|
+
"description": "Remark information. The remarks must be a UTF-8-coded",
|
2325
|
+
"required": false
|
2326
|
+
},
|
2327
|
+
"status": {
|
2328
|
+
"description": "Subscription status.",
|
2329
|
+
"required": false
|
2330
|
+
},
|
2331
|
+
"subscription_urn": {
|
2332
|
+
"description": "Resource identifier of a subscription, which",
|
2333
|
+
"required": false
|
2334
|
+
},
|
2335
|
+
"topic_urn": {
|
2336
|
+
"description": "Resource identifier of a topic, which is unique.",
|
2337
|
+
"required": true
|
2338
|
+
}
|
2339
|
+
},
|
2340
|
+
"path": "/docs/providers/huaweicloud/r/smn_subscription_v2.html",
|
2341
|
+
"properties": [
|
2342
|
+
"topic_urn",
|
2343
|
+
"endpoint",
|
2344
|
+
"protocol",
|
2345
|
+
"remark",
|
2346
|
+
"subscription_urn",
|
2347
|
+
"owner",
|
2348
|
+
"status"
|
2349
|
+
]
|
2350
|
+
},
|
2351
|
+
"huaweicloud_smn_topic_v2": {
|
2352
|
+
"full_properties": {
|
2353
|
+
"create_time": {
|
2354
|
+
"description": "Time when the topic was created.",
|
2355
|
+
"required": false
|
2356
|
+
},
|
2357
|
+
"display_name": {
|
2358
|
+
"description": "Topic display name, which is presented as the",
|
2359
|
+
"required": false
|
2360
|
+
},
|
2361
|
+
"name": {
|
2362
|
+
"description": "The name of the topic to be created.",
|
2363
|
+
"required": true
|
2364
|
+
},
|
2365
|
+
"push_policy": {
|
2366
|
+
"description": "Message pushing policy. 0 indicates that the message",
|
2367
|
+
"required": false
|
2368
|
+
},
|
2369
|
+
"topic_urn": {
|
2370
|
+
"description": "Resource identifier of a topic, which is unique.",
|
2371
|
+
"required": false
|
2372
|
+
},
|
2373
|
+
"update_time": {
|
2374
|
+
"description": "Time when the topic was updated.",
|
2375
|
+
"required": false
|
2376
|
+
}
|
2377
|
+
},
|
2378
|
+
"path": "/docs/providers/huaweicloud/r/smn_topic_v2.html",
|
2379
|
+
"properties": [
|
2380
|
+
"name",
|
2381
|
+
"display_name",
|
2382
|
+
"topic_urn",
|
2383
|
+
"push_policy",
|
2384
|
+
"create_time",
|
2385
|
+
"update_time"
|
2386
|
+
]
|
2387
|
+
},
|
2388
|
+
"huaweicloud_vpc_eip_v1": {
|
2389
|
+
"full_properties": {
|
2390
|
+
"bandwidth": {
|
2391
|
+
"description": "The bandwidth object.",
|
2392
|
+
"required": true
|
2393
|
+
},
|
2394
|
+
"publicip": {
|
2395
|
+
"description": "The elastic IP address object.",
|
2396
|
+
"required": true
|
2397
|
+
},
|
2398
|
+
"region": {
|
2399
|
+
"description": "The region in which to create the eip. If omitted,",
|
2400
|
+
"required": false
|
2401
|
+
}
|
2402
|
+
},
|
2403
|
+
"path": "/docs/providers/huaweicloud/r/vpc_eip_v1.html",
|
2404
|
+
"properties": [
|
2405
|
+
"region",
|
2406
|
+
"publicip",
|
2407
|
+
"bandwidth"
|
2408
|
+
]
|
2409
|
+
},
|
2410
|
+
"huaweicloud_vpc_peering_connection_accepter_v2": {
|
2411
|
+
"full_properties": {
|
2412
|
+
"accept": {
|
2413
|
+
"description": "- Whether or not to accept the peering request. Defaults to false.",
|
2414
|
+
"required": false
|
2415
|
+
},
|
2416
|
+
"vpc_peering_connection_id": {
|
2417
|
+
"description": "- The VPC Peering Connection ID to manage. Changing this creates a new VPC peering connection accepter.",
|
2418
|
+
"required": true
|
2419
|
+
}
|
2420
|
+
},
|
2421
|
+
"path": "/docs/providers/huaweicloud/r/vpc_peering_accepter_v2.html",
|
2422
|
+
"properties": [
|
2423
|
+
"vpc_peering_connection_id",
|
2424
|
+
"accept"
|
2425
|
+
]
|
2426
|
+
},
|
2427
|
+
"huaweicloud_vpc_peering_connection_v2": {
|
2428
|
+
"full_properties": {
|
2429
|
+
"name": {
|
2430
|
+
"description": "- Specifies the name of the VPC peering connection. The value can contain 1 to 64 characters.",
|
2431
|
+
"required": true
|
2432
|
+
},
|
2433
|
+
"peer_tenant_id": {
|
2434
|
+
"description": "- Specified the Tenant Id of the accepter tenant. Changing this creates a new VPC peering connection.",
|
2435
|
+
"required": false
|
2436
|
+
},
|
2437
|
+
"peer_vpc_id": {
|
2438
|
+
"description": "- Specifies the VPC ID of the accepter tenant. Changing this creates a new VPC peering connection.",
|
2439
|
+
"required": true
|
2440
|
+
},
|
2441
|
+
"vpc_id": {
|
2442
|
+
"description": "- Specifies the ID of a VPC involved in a VPC peering connection. Changing this creates a new VPC peering connection.",
|
2443
|
+
"required": true
|
2444
|
+
}
|
2445
|
+
},
|
2446
|
+
"path": "/docs/providers/huaweicloud/r/vpc_peering_v2.html",
|
2447
|
+
"properties": [
|
2448
|
+
"name",
|
2449
|
+
"vpc_id",
|
2450
|
+
"peer_vpc_id",
|
2451
|
+
"peer_tenant_id"
|
2452
|
+
]
|
2453
|
+
},
|
2454
|
+
"huaweicloud_vpc_route_v2": {
|
2455
|
+
"full_properties": {
|
2456
|
+
"destination": {
|
2457
|
+
"description": "- Specifies the destination IP address or CIDR block. Changing this creates a new Route.",
|
2458
|
+
"required": true
|
2459
|
+
},
|
2460
|
+
"nexthop": {
|
2461
|
+
"description": "- Specifies the next hop. If the route type is peering, enter the VPC peering connection ID. Changing this creates a new Route.",
|
2462
|
+
"required": true
|
2463
|
+
},
|
2464
|
+
"tenant_id": {
|
2465
|
+
"description": "- Specifies the tenant ID. Only the administrator can specify the tenant ID of other tenant. Changing this creates a new Route.",
|
2466
|
+
"required": false
|
2467
|
+
},
|
2468
|
+
"type": {
|
2469
|
+
"description": "- Specifies the route type. Currently, the value can only be peering. Changing this creates a new Route.",
|
2470
|
+
"required": true
|
2471
|
+
},
|
2472
|
+
"vpc_id": {
|
2473
|
+
"description": "- Specifies the VPC for which a route is to be added. Changing this creates a new Route.",
|
2474
|
+
"required": true
|
2475
|
+
}
|
2476
|
+
},
|
2477
|
+
"path": "/docs/providers/huaweicloud/r/vpc_route_v2.html",
|
2478
|
+
"properties": [
|
2479
|
+
"destination",
|
2480
|
+
"nexthop",
|
2481
|
+
"type",
|
2482
|
+
"vpc_id",
|
2483
|
+
"tenant_id"
|
2484
|
+
]
|
2485
|
+
},
|
2486
|
+
"huaweicloud_vpc_v1": {
|
2487
|
+
"full_properties": {
|
2488
|
+
"cidr": {
|
2489
|
+
"description": "The range of available subnets in the VPC. The value ranges from 10.0.0.0/8 to 10.255.255.0/24, 172.16.0.0/12 to 172.31.255.0/24, or 192.168.0.0/16 to 192.168.255.0/24.",
|
2490
|
+
"required": true
|
2491
|
+
},
|
2492
|
+
"name": {
|
2493
|
+
"description": "The name of the VPC. The name must be unique for a tenant. The value is a string of no more than 64 characters and can contain digits, letters, underscores (_), and hyphens (-). Changing this updates the name of the existing VPC.",
|
2494
|
+
"required": true
|
2495
|
+
},
|
2496
|
+
"region": {
|
2497
|
+
"description": "The region in which to obtain the V1 VPC client. A VPC client is needed to create a VPC. If omitted, the region argument of the provider is used. Changing this creates a new VPC.",
|
2498
|
+
"required": false
|
2499
|
+
}
|
2500
|
+
},
|
2501
|
+
"path": "/docs/providers/huaweicloud/r/vpc_v1.html",
|
2502
|
+
"properties": [
|
2503
|
+
"cidr",
|
2504
|
+
"region",
|
2505
|
+
"name"
|
2506
|
+
]
|
2507
|
+
}
|
2508
|
+
}
|