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,24 @@
|
|
1
|
+
{
|
2
|
+
"subnetwork": {
|
3
|
+
"full_properties": {
|
4
|
+
"google_compute_subnetwork_iam_binding": {
|
5
|
+
"description": "Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the subnetwork are preserved.",
|
6
|
+
"required": false
|
7
|
+
},
|
8
|
+
"google_compute_subnetwork_iam_member": {
|
9
|
+
"description": "Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the subnetwork are preserved.",
|
10
|
+
"required": false
|
11
|
+
},
|
12
|
+
"google_compute_subnetwork_iam_policy": {
|
13
|
+
"description": "Authoritative. Sets the IAM policy for the subnetwork and replaces any existing policy already attached.",
|
14
|
+
"required": false
|
15
|
+
}
|
16
|
+
},
|
17
|
+
"path": "/docs/providers/google/r/compute_subnetwork_iam.html",
|
18
|
+
"properties": [
|
19
|
+
"google_compute_subnetwork_iam_policy",
|
20
|
+
"google_compute_subnetwork_iam_binding",
|
21
|
+
"google_compute_subnetwork_iam_member"
|
22
|
+
]
|
23
|
+
}
|
24
|
+
}
|
@@ -0,0 +1,1558 @@
|
|
1
|
+
{
|
2
|
+
"telefonicaopencloud_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/telefonicaopencloud/r/as_configuration_v1.html",
|
18
|
+
"properties": [
|
19
|
+
"region",
|
20
|
+
"scaling_configuration_name",
|
21
|
+
"instance_config"
|
22
|
+
]
|
23
|
+
},
|
24
|
+
"telefonicaopencloud_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/telefonicaopencloud/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
|
+
"telefonicaopencloud_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/telefonicaopencloud/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
|
+
"telefonicaopencloud_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.",
|
216
|
+
"required": false
|
217
|
+
}
|
218
|
+
},
|
219
|
+
"path": "/docs/providers/telefonicaopencloud/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
|
+
"telefonicaopencloud_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/telefonicaopencloud/r/ces_alarm_rule.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
|
+
"telefonicaopencloud_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/telefonicaopencloud/r/compute_floatingip_associate_v2.html",
|
307
|
+
"properties": [
|
308
|
+
"region",
|
309
|
+
"floating_ip",
|
310
|
+
"instance_id",
|
311
|
+
"fixed_ip"
|
312
|
+
]
|
313
|
+
},
|
314
|
+
"telefonicaopencloud_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/telefonicaopencloud/r/compute_floatingip_v2.html",
|
326
|
+
"properties": [
|
327
|
+
"region",
|
328
|
+
"pool"
|
329
|
+
]
|
330
|
+
},
|
331
|
+
"telefonicaopencloud_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": false
|
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/telefonicaopencloud/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
|
+
"telefonicaopencloud_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/telefonicaopencloud/r/compute_keypair_v2.html",
|
448
|
+
"properties": [
|
449
|
+
"region",
|
450
|
+
"name",
|
451
|
+
"public_key",
|
452
|
+
"value_specs"
|
453
|
+
]
|
454
|
+
},
|
455
|
+
"telefonicaopencloud_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/telefonicaopencloud/r/compute_secgroup_v2.html",
|
475
|
+
"properties": [
|
476
|
+
"region",
|
477
|
+
"name",
|
478
|
+
"description",
|
479
|
+
"rule"
|
480
|
+
]
|
481
|
+
},
|
482
|
+
"telefonicaopencloud_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/telefonicaopencloud/r/compute_servergroup_v2.html",
|
502
|
+
"properties": [
|
503
|
+
"region",
|
504
|
+
"name",
|
505
|
+
"policies",
|
506
|
+
"value_specs"
|
507
|
+
]
|
508
|
+
},
|
509
|
+
"telefonicaopencloud_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/telefonicaopencloud/r/compute_volume_attach_v2.html",
|
529
|
+
"properties": [
|
530
|
+
"region",
|
531
|
+
"instance_id",
|
532
|
+
"volume_id",
|
533
|
+
"device"
|
534
|
+
]
|
535
|
+
},
|
536
|
+
"telefonicaopencloud_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": false
|
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.",
|
556
|
+
"required": false
|
557
|
+
},
|
558
|
+
"type": {
|
559
|
+
"description": "The type of record set. Examples: \"A\", \"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/telefonicaopencloud/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
|
+
"telefonicaopencloud_dns_zone_v2": {
|
584
|
+
"full_properties": {
|
585
|
+
"attributes": {
|
586
|
+
"description": "Attributes for the DNS Service scheduler.",
|
587
|
+
"required": false
|
588
|
+
},
|
589
|
+
"description": {
|
590
|
+
"description": "A description of the zone.",
|
591
|
+
"required": false
|
592
|
+
},
|
593
|
+
"email": {
|
594
|
+
"description": "The email contact for the zone record.",
|
595
|
+
"required": false
|
596
|
+
},
|
597
|
+
"masters": {
|
598
|
+
"description": "An array of master DNS servers. For when type is",
|
599
|
+
"required": false
|
600
|
+
},
|
601
|
+
"name": {
|
602
|
+
"description": "The name of the zone. Note the . at the end of the name.",
|
603
|
+
"required": true
|
604
|
+
},
|
605
|
+
"region": {
|
606
|
+
"description": "The region in which to obtain the V2 Compute client.",
|
607
|
+
"required": false
|
608
|
+
},
|
609
|
+
"ttl": {
|
610
|
+
"description": "The time to live (TTL) of the zone.",
|
611
|
+
"required": false
|
612
|
+
},
|
613
|
+
"type": {
|
614
|
+
"description": "The type of zone. Can either be PRIMARY or SECONDARY.",
|
615
|
+
"required": false
|
616
|
+
},
|
617
|
+
"value_specs": {
|
618
|
+
"description": "Map of additional options. Changing this creates a",
|
619
|
+
"required": false
|
620
|
+
}
|
621
|
+
},
|
622
|
+
"path": "/docs/providers/telefonicaopencloud/r/dns_zone_v2.html",
|
623
|
+
"properties": [
|
624
|
+
"region",
|
625
|
+
"name",
|
626
|
+
"email",
|
627
|
+
"type",
|
628
|
+
"attributes",
|
629
|
+
"ttl",
|
630
|
+
"description",
|
631
|
+
"masters",
|
632
|
+
"value_specs"
|
633
|
+
]
|
634
|
+
},
|
635
|
+
"telefonicaopencloud_elb_backendecs": {
|
636
|
+
"full_properties": {
|
637
|
+
"listener_id": {
|
638
|
+
"description": "Specifies the listener ID.",
|
639
|
+
"required": true
|
640
|
+
},
|
641
|
+
"private_address": {
|
642
|
+
"description": "Specifies the private IP address of the backend member.",
|
643
|
+
"required": true
|
644
|
+
},
|
645
|
+
"server_id": {
|
646
|
+
"description": "Specifies the backend member ID.",
|
647
|
+
"required": true
|
648
|
+
}
|
649
|
+
},
|
650
|
+
"path": "/docs/providers/telefonicaopencloud/r/elb_backendecs.html",
|
651
|
+
"properties": [
|
652
|
+
"listener_id",
|
653
|
+
"server_id",
|
654
|
+
"private_address"
|
655
|
+
]
|
656
|
+
},
|
657
|
+
"telefonicaopencloud_elb_healthcheck": {
|
658
|
+
"full_properties": {
|
659
|
+
"healthcheck_connect_port": {
|
660
|
+
"description": "Specifies the port used for the health",
|
661
|
+
"required": false
|
662
|
+
},
|
663
|
+
"healthcheck_interval": {
|
664
|
+
"description": "Specifies the maximum interval (s) for",
|
665
|
+
"required": false
|
666
|
+
},
|
667
|
+
"healthcheck_protocol": {
|
668
|
+
"description": "Specifies the protocol used for the health",
|
669
|
+
"required": false
|
670
|
+
},
|
671
|
+
"healthcheck_timeout": {
|
672
|
+
"description": "Specifies the maximum timeout duration",
|
673
|
+
"required": false
|
674
|
+
},
|
675
|
+
"healthcheck_uri": {
|
676
|
+
"description": "Specifies the URI for health check. This parameter",
|
677
|
+
"required": false
|
678
|
+
},
|
679
|
+
"healthy_threshold": {
|
680
|
+
"description": "Specifies the threshold at which the health",
|
681
|
+
"required": false
|
682
|
+
},
|
683
|
+
"listener_id": {
|
684
|
+
"description": "Specifies the ID of the listener to which the health",
|
685
|
+
"required": true
|
686
|
+
},
|
687
|
+
"unhealthy_threshold": {
|
688
|
+
"description": "Specifies the threshold at which the health",
|
689
|
+
"required": false
|
690
|
+
}
|
691
|
+
},
|
692
|
+
"path": "/docs/providers/telefonicaopencloud/r/elb_healthcheck.html",
|
693
|
+
"properties": [
|
694
|
+
"listener_id",
|
695
|
+
"healthcheck_protocol",
|
696
|
+
"healthcheck_uri",
|
697
|
+
"healthcheck_connect_port",
|
698
|
+
"healthy_threshold",
|
699
|
+
"unhealthy_threshold",
|
700
|
+
"healthcheck_timeout",
|
701
|
+
"healthcheck_interval"
|
702
|
+
]
|
703
|
+
},
|
704
|
+
"telefonicaopencloud_elb_listener": {
|
705
|
+
"full_properties": {
|
706
|
+
"backend_port": {
|
707
|
+
"description": "Specifies the backend port. The value ranges from",
|
708
|
+
"required": true
|
709
|
+
},
|
710
|
+
"backend_protocol": {
|
711
|
+
"description": "Specifies the backend protocol. If the value",
|
712
|
+
"required": true
|
713
|
+
},
|
714
|
+
"certificate_id": {
|
715
|
+
"description": "Specifies the ID of the SSL certificate used",
|
716
|
+
"required": false
|
717
|
+
},
|
718
|
+
"cookie_timeout": {
|
719
|
+
"description": "Specifies the cookie timeout period (minutes).",
|
720
|
+
"required": false
|
721
|
+
},
|
722
|
+
"description": {
|
723
|
+
"description": "Provides supplementary information about the listener.",
|
724
|
+
"required": false
|
725
|
+
},
|
726
|
+
"lb_algorithm": {
|
727
|
+
"description": "Specifies the load balancing algorithm for the",
|
728
|
+
"required": true
|
729
|
+
},
|
730
|
+
"loadbalancer_id": {
|
731
|
+
"description": "Specifies the ID of the load balancer to which",
|
732
|
+
"required": true
|
733
|
+
},
|
734
|
+
"name": {
|
735
|
+
"description": "Specifies the load balancer name. The name is a string",
|
736
|
+
"required": true
|
737
|
+
},
|
738
|
+
"port": {
|
739
|
+
"description": "Specifies the listening port. The value ranges from 1",
|
740
|
+
"required": true
|
741
|
+
},
|
742
|
+
"protocol": {
|
743
|
+
"description": "Specifies the listening protocol used for layer 4",
|
744
|
+
"required": true
|
745
|
+
},
|
746
|
+
"session_sticky": {
|
747
|
+
"description": "Specifies whether to enable sticky session.",
|
748
|
+
"required": false
|
749
|
+
},
|
750
|
+
"ssl_ciphers": {
|
751
|
+
"description": "Specifies the cipher suite of an encryption protocol.",
|
752
|
+
"required": false
|
753
|
+
},
|
754
|
+
"ssl_protocols": {
|
755
|
+
"description": "Specifies the SSL protocol standard supported",
|
756
|
+
"required": false
|
757
|
+
},
|
758
|
+
"sticky_session_type": {
|
759
|
+
"description": "Specifies the cookie processing method.",
|
760
|
+
"required": false
|
761
|
+
},
|
762
|
+
"tcp_draining": {
|
763
|
+
"description": "Specifies whether to maintain the TCP connection",
|
764
|
+
"required": false
|
765
|
+
},
|
766
|
+
"tcp_draining_timeout": {
|
767
|
+
"description": "Specifies the timeout duration (minutes)",
|
768
|
+
"required": false
|
769
|
+
},
|
770
|
+
"tcp_timeout": {
|
771
|
+
"description": "Specifies the TCP timeout period (minutes). This",
|
772
|
+
"required": false
|
773
|
+
},
|
774
|
+
"udp_timeout": {
|
775
|
+
"description": "Specifies the UDP timeout duration (minutes). This",
|
776
|
+
"required": false
|
777
|
+
}
|
778
|
+
},
|
779
|
+
"path": "/docs/providers/telefonicaopencloud/r/elb_listener.html",
|
780
|
+
"properties": [
|
781
|
+
"name",
|
782
|
+
"description",
|
783
|
+
"loadbalancer_id",
|
784
|
+
"protocol",
|
785
|
+
"port",
|
786
|
+
"backend_protocol",
|
787
|
+
"backend_port",
|
788
|
+
"lb_algorithm",
|
789
|
+
"session_sticky",
|
790
|
+
"sticky_session_type",
|
791
|
+
"cookie_timeout",
|
792
|
+
"tcp_timeout",
|
793
|
+
"tcp_draining",
|
794
|
+
"tcp_draining_timeout",
|
795
|
+
"certificate_id",
|
796
|
+
"udp_timeout",
|
797
|
+
"ssl_protocols",
|
798
|
+
"ssl_ciphers"
|
799
|
+
]
|
800
|
+
},
|
801
|
+
"telefonicaopencloud_elb_loadbalancer": {
|
802
|
+
"full_properties": {
|
803
|
+
"admin_state_up": {
|
804
|
+
"description": "Specifies the status of the load balancer.",
|
805
|
+
"required": true
|
806
|
+
},
|
807
|
+
"az": {
|
808
|
+
"description": "Specifies the ID of the availability zone (AZ). This",
|
809
|
+
"required": false
|
810
|
+
},
|
811
|
+
"bandwidth": {
|
812
|
+
"description": "Specifies the bandwidth (Mbit/s). This parameter",
|
813
|
+
"required": false
|
814
|
+
},
|
815
|
+
"charge_mode": {
|
816
|
+
"description": "This is a reserved field. If the system supports",
|
817
|
+
"required": false
|
818
|
+
},
|
819
|
+
"description": {
|
820
|
+
"description": "Provides supplementary information about the",
|
821
|
+
"required": false
|
822
|
+
},
|
823
|
+
"eip_type": {
|
824
|
+
"description": "This parameter is reserved.",
|
825
|
+
"required": false
|
826
|
+
},
|
827
|
+
"name": {
|
828
|
+
"description": "Specifies the load balancer name. The name is a string",
|
829
|
+
"required": true
|
830
|
+
},
|
831
|
+
"security_group_id": {
|
832
|
+
"description": "Specifies the security group ID. The",
|
833
|
+
"required": false
|
834
|
+
},
|
835
|
+
"tenantid": {
|
836
|
+
"description": "Specifies the tenant ID. This parameter is mandatory",
|
837
|
+
"required": false
|
838
|
+
},
|
839
|
+
"type": {
|
840
|
+
"description": "Specifies the load balancer type. The value can be",
|
841
|
+
"required": true
|
842
|
+
},
|
843
|
+
"vip_address": {
|
844
|
+
"description": "Specifies the IP address provided by ELB.",
|
845
|
+
"required": false
|
846
|
+
},
|
847
|
+
"vip_subnet_id": {
|
848
|
+
"description": "Specifies the ID of the private network",
|
849
|
+
"required": false
|
850
|
+
},
|
851
|
+
"vpc_id": {
|
852
|
+
"description": "Specifies the VPC ID.",
|
853
|
+
"required": true
|
854
|
+
}
|
855
|
+
},
|
856
|
+
"path": "/docs/providers/telefonicaopencloud/r/elb_loadbalancer.html",
|
857
|
+
"properties": [
|
858
|
+
"name",
|
859
|
+
"description",
|
860
|
+
"vpc_id",
|
861
|
+
"bandwidth",
|
862
|
+
"type",
|
863
|
+
"admin_state_up",
|
864
|
+
"vip_subnet_id",
|
865
|
+
"az",
|
866
|
+
"charge_mode",
|
867
|
+
"eip_type",
|
868
|
+
"security_group_id",
|
869
|
+
"vip_address",
|
870
|
+
"tenantid"
|
871
|
+
]
|
872
|
+
},
|
873
|
+
"telefonicaopencloud_networking_floatingip_v2": {
|
874
|
+
"full_properties": {
|
875
|
+
"fixed_ip": {
|
876
|
+
"description": "Fixed IP of the port to associate with this floating IP. Required if",
|
877
|
+
"required": false
|
878
|
+
},
|
879
|
+
"pool": {
|
880
|
+
"description": "The name of the pool from which to obtain the floating",
|
881
|
+
"required": true
|
882
|
+
},
|
883
|
+
"port_id": {
|
884
|
+
"description": "ID of an existing port with at least one IP address to",
|
885
|
+
"required": false
|
886
|
+
},
|
887
|
+
"region": {
|
888
|
+
"description": "The region in which to obtain the V2 Networking client.",
|
889
|
+
"required": false
|
890
|
+
},
|
891
|
+
"tenant_id": {
|
892
|
+
"description": "The target tenant ID in which to allocate the floating",
|
893
|
+
"required": false
|
894
|
+
},
|
895
|
+
"value_specs": {
|
896
|
+
"description": "Map of additional options.",
|
897
|
+
"required": false
|
898
|
+
}
|
899
|
+
},
|
900
|
+
"path": "/docs/providers/telefonicaopencloud/r/networking_floatingip_v2.html",
|
901
|
+
"properties": [
|
902
|
+
"region",
|
903
|
+
"pool",
|
904
|
+
"port_id",
|
905
|
+
"tenant_id",
|
906
|
+
"fixed_ip",
|
907
|
+
"value_specs"
|
908
|
+
]
|
909
|
+
},
|
910
|
+
"telefonicaopencloud_networking_network_v2": {
|
911
|
+
"full_properties": {
|
912
|
+
"admin_state_up": {
|
913
|
+
"description": "The administrative state of the network.",
|
914
|
+
"required": false
|
915
|
+
},
|
916
|
+
"name": {
|
917
|
+
"description": "The name of the network. Changing this updates the name of",
|
918
|
+
"required": false
|
919
|
+
},
|
920
|
+
"region": {
|
921
|
+
"description": "The region in which to obtain the V2 Networking client.",
|
922
|
+
"required": false
|
923
|
+
},
|
924
|
+
"segments": {
|
925
|
+
"description": "An array of one or more provider segment objects.",
|
926
|
+
"required": false
|
927
|
+
},
|
928
|
+
"shared": {
|
929
|
+
"description": "Specifies whether the network resource can be accessed",
|
930
|
+
"required": false
|
931
|
+
},
|
932
|
+
"tenant_id": {
|
933
|
+
"description": "The owner of the network. Required if admin wants to",
|
934
|
+
"required": false
|
935
|
+
},
|
936
|
+
"value_specs": {
|
937
|
+
"description": "Map of additional options.",
|
938
|
+
"required": false
|
939
|
+
}
|
940
|
+
},
|
941
|
+
"path": "/docs/providers/telefonicaopencloud/r/networking_network_v2.html",
|
942
|
+
"properties": [
|
943
|
+
"region",
|
944
|
+
"name",
|
945
|
+
"shared",
|
946
|
+
"tenant_id",
|
947
|
+
"admin_state_up",
|
948
|
+
"segments",
|
949
|
+
"value_specs"
|
950
|
+
]
|
951
|
+
},
|
952
|
+
"telefonicaopencloud_networking_port_v2": {
|
953
|
+
"full_properties": {
|
954
|
+
"admin_state_up": {
|
955
|
+
"description": "Administrative up/down status for the port",
|
956
|
+
"required": false
|
957
|
+
},
|
958
|
+
"allowed_address_pairs": {
|
959
|
+
"description": "An IP/MAC Address pair of additional IP",
|
960
|
+
"required": false
|
961
|
+
},
|
962
|
+
"device_id": {
|
963
|
+
"description": "The ID of the device attached to the port. Changing this",
|
964
|
+
"required": false
|
965
|
+
},
|
966
|
+
"device_owner": {
|
967
|
+
"description": "The device owner of the Port. Changing this creates",
|
968
|
+
"required": false
|
969
|
+
},
|
970
|
+
"fixed_ip": {
|
971
|
+
"description": "An array of desired IPs for this port. The structure is",
|
972
|
+
"required": false
|
973
|
+
},
|
974
|
+
"mac_address": {
|
975
|
+
"description": "Specify a specific MAC address for the port. Changing",
|
976
|
+
"required": false
|
977
|
+
},
|
978
|
+
"name": {
|
979
|
+
"description": "A unique name for the port. Changing this",
|
980
|
+
"required": false
|
981
|
+
},
|
982
|
+
"network_id": {
|
983
|
+
"description": "The ID of the network to attach the port to. Changing",
|
984
|
+
"required": true
|
985
|
+
},
|
986
|
+
"no_security_groups": {
|
987
|
+
"description": "If set to",
|
988
|
+
"required": false
|
989
|
+
},
|
990
|
+
"region": {
|
991
|
+
"description": "The region in which to obtain the V2 networking client.",
|
992
|
+
"required": false
|
993
|
+
},
|
994
|
+
"security_group_ids": {
|
995
|
+
"description": "A list",
|
996
|
+
"required": false
|
997
|
+
},
|
998
|
+
"tenant_id": {
|
999
|
+
"description": "The owner of the Port. Required if admin wants",
|
1000
|
+
"required": false
|
1001
|
+
},
|
1002
|
+
"value_specs": {
|
1003
|
+
"description": "Map of additional options.",
|
1004
|
+
"required": false
|
1005
|
+
}
|
1006
|
+
},
|
1007
|
+
"path": "/docs/providers/telefonicaopencloud/r/networking_port_v2.html",
|
1008
|
+
"properties": [
|
1009
|
+
"region",
|
1010
|
+
"name",
|
1011
|
+
"network_id",
|
1012
|
+
"admin_state_up",
|
1013
|
+
"mac_address",
|
1014
|
+
"tenant_id",
|
1015
|
+
"device_owner",
|
1016
|
+
"security_group_ids",
|
1017
|
+
"no_security_groups",
|
1018
|
+
"device_id",
|
1019
|
+
"fixed_ip",
|
1020
|
+
"allowed_address_pairs",
|
1021
|
+
"value_specs"
|
1022
|
+
]
|
1023
|
+
},
|
1024
|
+
"telefonicaopencloud_networking_router_interface_v2": {
|
1025
|
+
"full_properties": {
|
1026
|
+
"port_id": {
|
1027
|
+
"description": "ID of the port this interface connects to. Changing",
|
1028
|
+
"required": false
|
1029
|
+
},
|
1030
|
+
"region": {
|
1031
|
+
"description": "The region in which to obtain the V2 networking client.",
|
1032
|
+
"required": false
|
1033
|
+
},
|
1034
|
+
"router_id": {
|
1035
|
+
"description": "ID of the router this interface belongs to. Changing",
|
1036
|
+
"required": true
|
1037
|
+
},
|
1038
|
+
"subnet_id": {
|
1039
|
+
"description": "ID of the subnet this interface connects to. Changing",
|
1040
|
+
"required": false
|
1041
|
+
}
|
1042
|
+
},
|
1043
|
+
"path": "/docs/providers/telefonicaopencloud/r/networking_router_interface_v2.html",
|
1044
|
+
"properties": [
|
1045
|
+
"region",
|
1046
|
+
"router_id",
|
1047
|
+
"subnet_id",
|
1048
|
+
"port_id"
|
1049
|
+
]
|
1050
|
+
},
|
1051
|
+
"telefonicaopencloud_networking_router_route_v2": {
|
1052
|
+
"full_properties": {
|
1053
|
+
"destination_cidr": {
|
1054
|
+
"description": "CIDR block to match on the packet’s destination IP. Changing",
|
1055
|
+
"required": true
|
1056
|
+
},
|
1057
|
+
"next_hop": {
|
1058
|
+
"description": "IP address of the next hop gateway. Changing",
|
1059
|
+
"required": true
|
1060
|
+
},
|
1061
|
+
"region": {
|
1062
|
+
"description": "The region in which to obtain the V2 networking client.",
|
1063
|
+
"required": false
|
1064
|
+
},
|
1065
|
+
"router_id": {
|
1066
|
+
"description": "ID of the router this routing entry belongs to. Changing",
|
1067
|
+
"required": true
|
1068
|
+
}
|
1069
|
+
},
|
1070
|
+
"path": "/docs/providers/telefonicaopencloud/r/networking_router_route_v2.html",
|
1071
|
+
"properties": [
|
1072
|
+
"region",
|
1073
|
+
"router_id",
|
1074
|
+
"destination_cidr",
|
1075
|
+
"next_hop"
|
1076
|
+
]
|
1077
|
+
},
|
1078
|
+
"telefonicaopencloud_networking_router_v2": {
|
1079
|
+
"full_properties": {
|
1080
|
+
"admin_state_up": {
|
1081
|
+
"description": "Administrative up/down status for the router",
|
1082
|
+
"required": false
|
1083
|
+
},
|
1084
|
+
"distributed": {
|
1085
|
+
"description": "Indicates whether or not to create a",
|
1086
|
+
"required": false
|
1087
|
+
},
|
1088
|
+
"enable_snat": {
|
1089
|
+
"description": "Enable Source NAT for the router. Valid values are",
|
1090
|
+
"required": false
|
1091
|
+
},
|
1092
|
+
"external_fixed_ip": {
|
1093
|
+
"description": "An external fixed IP for the router. This",
|
1094
|
+
"required": false
|
1095
|
+
},
|
1096
|
+
"external_gateway": {
|
1097
|
+
"description": "The",
|
1098
|
+
"required": false
|
1099
|
+
},
|
1100
|
+
"external_network_id": {
|
1101
|
+
"description": "The network UUID of an external gateway",
|
1102
|
+
"required": false
|
1103
|
+
},
|
1104
|
+
"name": {
|
1105
|
+
"description": "A unique name for the router. Changing this",
|
1106
|
+
"required": false
|
1107
|
+
},
|
1108
|
+
"region": {
|
1109
|
+
"description": "The region in which to obtain the V2 networking client.",
|
1110
|
+
"required": false
|
1111
|
+
},
|
1112
|
+
"tenant_id": {
|
1113
|
+
"description": "The owner of the floating IP. Required if admin wants",
|
1114
|
+
"required": false
|
1115
|
+
},
|
1116
|
+
"value_specs": {
|
1117
|
+
"description": "Map of additional driver-specific options.",
|
1118
|
+
"required": false
|
1119
|
+
}
|
1120
|
+
},
|
1121
|
+
"path": "/docs/providers/telefonicaopencloud/r/networking_router_v2.html",
|
1122
|
+
"properties": [
|
1123
|
+
"region",
|
1124
|
+
"name",
|
1125
|
+
"admin_state_up",
|
1126
|
+
"distributed",
|
1127
|
+
"external_gateway",
|
1128
|
+
"external_network_id",
|
1129
|
+
"enable_snat",
|
1130
|
+
"external_fixed_ip",
|
1131
|
+
"tenant_id",
|
1132
|
+
"value_specs"
|
1133
|
+
]
|
1134
|
+
},
|
1135
|
+
"telefonicaopencloud_networking_secgroup_rule_v2": {
|
1136
|
+
"full_properties": {
|
1137
|
+
"": {
|
1138
|
+
"description": "vrrp",
|
1139
|
+
"required": false
|
1140
|
+
},
|
1141
|
+
"direction": {
|
1142
|
+
"description": "The direction of the rule, valid values are ingress",
|
1143
|
+
"required": true
|
1144
|
+
},
|
1145
|
+
"ethertype": {
|
1146
|
+
"description": "The layer 3 protocol type, valid values are IPv4",
|
1147
|
+
"required": true
|
1148
|
+
},
|
1149
|
+
"port_range_max": {
|
1150
|
+
"description": "The higher part of the allowed port range, valid",
|
1151
|
+
"required": false
|
1152
|
+
},
|
1153
|
+
"port_range_min": {
|
1154
|
+
"description": "The lower part of the allowed port range, valid",
|
1155
|
+
"required": false
|
1156
|
+
},
|
1157
|
+
"protocol": {
|
1158
|
+
"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.",
|
1159
|
+
"required": false
|
1160
|
+
},
|
1161
|
+
"region": {
|
1162
|
+
"description": "The region in which to obtain the V2 networking client.",
|
1163
|
+
"required": false
|
1164
|
+
},
|
1165
|
+
"remote_group_id": {
|
1166
|
+
"description": "The remote group id, the value needs to be an",
|
1167
|
+
"required": false
|
1168
|
+
},
|
1169
|
+
"remote_ip_prefix": {
|
1170
|
+
"description": "The remote CIDR, the value needs to be a valid",
|
1171
|
+
"required": false
|
1172
|
+
},
|
1173
|
+
"security_group_id": {
|
1174
|
+
"description": "The security group id the rule should belong",
|
1175
|
+
"required": true
|
1176
|
+
},
|
1177
|
+
"tenant_id": {
|
1178
|
+
"description": "The owner of the security group. Required if admin",
|
1179
|
+
"required": false
|
1180
|
+
}
|
1181
|
+
},
|
1182
|
+
"path": "/docs/providers/telefonicaopencloud/r/networking_secgroup_rule_v2.html",
|
1183
|
+
"properties": [
|
1184
|
+
"region",
|
1185
|
+
"direction",
|
1186
|
+
"ethertype",
|
1187
|
+
"protocol",
|
1188
|
+
"",
|
1189
|
+
"port_range_min",
|
1190
|
+
"port_range_max",
|
1191
|
+
"remote_ip_prefix",
|
1192
|
+
"remote_group_id",
|
1193
|
+
"security_group_id",
|
1194
|
+
"tenant_id"
|
1195
|
+
]
|
1196
|
+
},
|
1197
|
+
"telefonicaopencloud_networking_secgroup_v2": {
|
1198
|
+
"full_properties": {
|
1199
|
+
"delete_default_rules": {
|
1200
|
+
"description": "Whether or not to delete the default",
|
1201
|
+
"required": false
|
1202
|
+
},
|
1203
|
+
"description": {
|
1204
|
+
"description": "A unique name for the security group.",
|
1205
|
+
"required": false
|
1206
|
+
},
|
1207
|
+
"name": {
|
1208
|
+
"description": "A unique name for the security group.",
|
1209
|
+
"required": true
|
1210
|
+
},
|
1211
|
+
"region": {
|
1212
|
+
"description": "The region in which to obtain the V2 networking client.",
|
1213
|
+
"required": false
|
1214
|
+
},
|
1215
|
+
"tenant_id": {
|
1216
|
+
"description": "The owner of the security group. Required if admin",
|
1217
|
+
"required": false
|
1218
|
+
}
|
1219
|
+
},
|
1220
|
+
"path": "/docs/providers/telefonicaopencloud/r/networking_secgroup_v2.html",
|
1221
|
+
"properties": [
|
1222
|
+
"region",
|
1223
|
+
"name",
|
1224
|
+
"description",
|
1225
|
+
"tenant_id",
|
1226
|
+
"delete_default_rules"
|
1227
|
+
]
|
1228
|
+
},
|
1229
|
+
"telefonicaopencloud_networking_subnet_v2": {
|
1230
|
+
"full_properties": {
|
1231
|
+
"allocation_pools": {
|
1232
|
+
"description": "An array of sub-ranges of CIDR available for",
|
1233
|
+
"required": false
|
1234
|
+
},
|
1235
|
+
"cidr": {
|
1236
|
+
"description": "CIDR representing IP range for this subnet, based on IP",
|
1237
|
+
"required": true
|
1238
|
+
},
|
1239
|
+
"dns_nameservers": {
|
1240
|
+
"description": "An array of DNS name server names used by hosts",
|
1241
|
+
"required": false
|
1242
|
+
},
|
1243
|
+
"enable_dhcp": {
|
1244
|
+
"description": "The administrative state of the network.",
|
1245
|
+
"required": false
|
1246
|
+
},
|
1247
|
+
"gateway_ip": {
|
1248
|
+
"description": "Default gateway used by devices in this subnet.",
|
1249
|
+
"required": false
|
1250
|
+
},
|
1251
|
+
"host_routes": {
|
1252
|
+
"description": "An array of routes that should be used by devices",
|
1253
|
+
"required": false
|
1254
|
+
},
|
1255
|
+
"ip_version": {
|
1256
|
+
"description": "IP version, either 4 (default) or 6. Changing this creates a",
|
1257
|
+
"required": false
|
1258
|
+
},
|
1259
|
+
"name": {
|
1260
|
+
"description": "The name of the subnet. Changing this updates the name of",
|
1261
|
+
"required": false
|
1262
|
+
},
|
1263
|
+
"network_id": {
|
1264
|
+
"description": "The UUID of the parent network. Changing this",
|
1265
|
+
"required": true
|
1266
|
+
},
|
1267
|
+
"no_gateway": {
|
1268
|
+
"description": "Do not set a gateway IP on this subnet. Changing",
|
1269
|
+
"required": false
|
1270
|
+
},
|
1271
|
+
"region": {
|
1272
|
+
"description": "The region in which to obtain the V2 Networking client.",
|
1273
|
+
"required": false
|
1274
|
+
},
|
1275
|
+
"tenant_id": {
|
1276
|
+
"description": "The owner of the subnet. Required if admin wants to",
|
1277
|
+
"required": false
|
1278
|
+
},
|
1279
|
+
"value_specs": {
|
1280
|
+
"description": "Map of additional options.",
|
1281
|
+
"required": false
|
1282
|
+
}
|
1283
|
+
},
|
1284
|
+
"path": "/docs/providers/telefonicaopencloud/r/networking_subnet_v2.html",
|
1285
|
+
"properties": [
|
1286
|
+
"region",
|
1287
|
+
"network_id",
|
1288
|
+
"cidr",
|
1289
|
+
"ip_version",
|
1290
|
+
"name",
|
1291
|
+
"tenant_id",
|
1292
|
+
"allocation_pools",
|
1293
|
+
"gateway_ip",
|
1294
|
+
"no_gateway",
|
1295
|
+
"enable_dhcp",
|
1296
|
+
"dns_nameservers",
|
1297
|
+
"host_routes",
|
1298
|
+
"value_specs"
|
1299
|
+
]
|
1300
|
+
},
|
1301
|
+
"telefonicaopencloud_s3_bucket": {
|
1302
|
+
"full_properties": {
|
1303
|
+
"acl": {
|
1304
|
+
"description": "The canned ACL to apply. Defaults to \"private\".",
|
1305
|
+
"required": false
|
1306
|
+
},
|
1307
|
+
"bucket": {
|
1308
|
+
"description": "The name of the bucket. If omitted, Terraform will assign a random, unique name.",
|
1309
|
+
"required": false
|
1310
|
+
},
|
1311
|
+
"bucket_prefix": {
|
1312
|
+
"description": "Creates a unique bucket name beginning with the specified prefix. Conflicts with bucket.",
|
1313
|
+
"required": false
|
1314
|
+
},
|
1315
|
+
"cors_rule": {
|
1316
|
+
"description": "A rule of Cross-Origin Resource Sharing (documented below).",
|
1317
|
+
"required": false
|
1318
|
+
},
|
1319
|
+
"force_destroy": {
|
1320
|
+
"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.",
|
1321
|
+
"required": false
|
1322
|
+
},
|
1323
|
+
"lifecycle_rule": {
|
1324
|
+
"description": "A configuration of object lifecycle management (documented below).",
|
1325
|
+
"required": false
|
1326
|
+
},
|
1327
|
+
"logging": {
|
1328
|
+
"description": "A settings of bucket logging (documented below).",
|
1329
|
+
"required": false
|
1330
|
+
},
|
1331
|
+
"policy": {
|
1332
|
+
"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.",
|
1333
|
+
"required": false
|
1334
|
+
},
|
1335
|
+
"region": {
|
1336
|
+
"description": "If specified, the AWS region this bucket should reside in. Otherwise, the region used by the callee.",
|
1337
|
+
"required": false
|
1338
|
+
},
|
1339
|
+
"versioning": {
|
1340
|
+
"description": "A state of versioning (documented below)",
|
1341
|
+
"required": false
|
1342
|
+
},
|
1343
|
+
"website": {
|
1344
|
+
"description": "A website object (documented below).",
|
1345
|
+
"required": false
|
1346
|
+
}
|
1347
|
+
},
|
1348
|
+
"path": "/docs/providers/telefonicaopencloud/r/s3_bucket.html",
|
1349
|
+
"properties": [
|
1350
|
+
"bucket",
|
1351
|
+
"bucket_prefix",
|
1352
|
+
"acl",
|
1353
|
+
"policy",
|
1354
|
+
"force_destroy",
|
1355
|
+
"website",
|
1356
|
+
"cors_rule",
|
1357
|
+
"versioning",
|
1358
|
+
"logging",
|
1359
|
+
"lifecycle_rule",
|
1360
|
+
"region"
|
1361
|
+
]
|
1362
|
+
},
|
1363
|
+
"telefonicaopencloud_s3_bucket_object": {
|
1364
|
+
"full_properties": {
|
1365
|
+
"acl": {
|
1366
|
+
"description": "The canned ACL to apply. Defaults to \"private\".",
|
1367
|
+
"required": false
|
1368
|
+
},
|
1369
|
+
"bucket": {
|
1370
|
+
"description": "The name of the bucket to put the file in.",
|
1371
|
+
"required": true
|
1372
|
+
},
|
1373
|
+
"cache_control": {
|
1374
|
+
"description": "Specifies caching behavior along the request/reply chain Read w3c cache_control for further details.",
|
1375
|
+
"required": false
|
1376
|
+
},
|
1377
|
+
"content": {
|
1378
|
+
"description": "The literal content being uploaded to the bucket.",
|
1379
|
+
"required": false
|
1380
|
+
},
|
1381
|
+
"content_disposition": {
|
1382
|
+
"description": "Specifies presentational information for the object. Read wc3 content_disposition for further information.",
|
1383
|
+
"required": false
|
1384
|
+
},
|
1385
|
+
"content_encoding": {
|
1386
|
+
"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.",
|
1387
|
+
"required": false
|
1388
|
+
},
|
1389
|
+
"content_language": {
|
1390
|
+
"description": "The language the content is in e.g. en-US or en-GB.",
|
1391
|
+
"required": false
|
1392
|
+
},
|
1393
|
+
"content_type": {
|
1394
|
+
"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.",
|
1395
|
+
"required": false
|
1396
|
+
},
|
1397
|
+
"etag": {
|
1398
|
+
"description": "Used to trigger updates. The only meaningful value is ${md5(file(\"path/to/file\"))}.",
|
1399
|
+
"required": false
|
1400
|
+
},
|
1401
|
+
"key": {
|
1402
|
+
"description": "The name of the object once it is in the bucket.",
|
1403
|
+
"required": true
|
1404
|
+
},
|
1405
|
+
"server_side_encryption": {
|
1406
|
+
"description": "Specifies server-side encryption of the object in S3. Valid values are \"AES256\" and \"aws:kms\".",
|
1407
|
+
"required": false
|
1408
|
+
},
|
1409
|
+
"source": {
|
1410
|
+
"description": "The path to the source file being uploaded to the bucket.",
|
1411
|
+
"required": true
|
1412
|
+
},
|
1413
|
+
"sse_kms_key_id": {
|
1414
|
+
"description": "The ID of the kms key.",
|
1415
|
+
"required": false
|
1416
|
+
},
|
1417
|
+
"website_redirect": {
|
1418
|
+
"description": "Specifies a target URL for website redirect.",
|
1419
|
+
"required": false
|
1420
|
+
}
|
1421
|
+
},
|
1422
|
+
"path": "/docs/providers/telefonicaopencloud/r/s3_bucket_object.html",
|
1423
|
+
"properties": [
|
1424
|
+
"bucket",
|
1425
|
+
"key",
|
1426
|
+
"source",
|
1427
|
+
"content",
|
1428
|
+
"acl",
|
1429
|
+
"cache_control",
|
1430
|
+
"content_disposition",
|
1431
|
+
"content_encoding",
|
1432
|
+
"content_language",
|
1433
|
+
"content_type",
|
1434
|
+
"website_redirect",
|
1435
|
+
"etag",
|
1436
|
+
"server_side_encryption",
|
1437
|
+
"sse_kms_key_id"
|
1438
|
+
]
|
1439
|
+
},
|
1440
|
+
"telefonicaopencloud_s3_bucket_policy": {
|
1441
|
+
"full_properties": {
|
1442
|
+
"bucket": {
|
1443
|
+
"description": "The name of the bucket to which to apply the policy.",
|
1444
|
+
"required": true
|
1445
|
+
},
|
1446
|
+
"policy": {
|
1447
|
+
"description": "The text of the policy.",
|
1448
|
+
"required": true
|
1449
|
+
}
|
1450
|
+
},
|
1451
|
+
"path": "/docs/providers/telefonicaopencloud/r/s3_bucket_policy.html",
|
1452
|
+
"properties": [
|
1453
|
+
"bucket",
|
1454
|
+
"policy"
|
1455
|
+
]
|
1456
|
+
},
|
1457
|
+
"telefonicaopencloud_smn_subscription_v2": {
|
1458
|
+
"full_properties": {
|
1459
|
+
"endpoint": {
|
1460
|
+
"description": "Message endpoint.",
|
1461
|
+
"required": true
|
1462
|
+
},
|
1463
|
+
"owner": {
|
1464
|
+
"description": "Project ID of the topic creator.",
|
1465
|
+
"required": false
|
1466
|
+
},
|
1467
|
+
"protocol": {
|
1468
|
+
"description": "Protocol of the message endpoint. Currently, email,",
|
1469
|
+
"required": true
|
1470
|
+
},
|
1471
|
+
"remark": {
|
1472
|
+
"description": "Remark information. The remarks must be a UTF-8-coded",
|
1473
|
+
"required": false
|
1474
|
+
},
|
1475
|
+
"status": {
|
1476
|
+
"description": "Subscription status.",
|
1477
|
+
"required": false
|
1478
|
+
},
|
1479
|
+
"subscription_urn": {
|
1480
|
+
"description": "Resource identifier of a subscription, which",
|
1481
|
+
"required": false
|
1482
|
+
},
|
1483
|
+
"topic_urn": {
|
1484
|
+
"description": "Resource identifier of a topic, which is unique.",
|
1485
|
+
"required": true
|
1486
|
+
}
|
1487
|
+
},
|
1488
|
+
"path": "/docs/providers/telefonicaopencloud/r/smn_subscription_v2.html",
|
1489
|
+
"properties": [
|
1490
|
+
"topic_urn",
|
1491
|
+
"endpoint",
|
1492
|
+
"protocol",
|
1493
|
+
"remark",
|
1494
|
+
"subscription_urn",
|
1495
|
+
"owner",
|
1496
|
+
"status"
|
1497
|
+
]
|
1498
|
+
},
|
1499
|
+
"telefonicaopencloud_smn_topic_v2": {
|
1500
|
+
"full_properties": {
|
1501
|
+
"create_time": {
|
1502
|
+
"description": "Time when the topic was created.",
|
1503
|
+
"required": false
|
1504
|
+
},
|
1505
|
+
"display_name": {
|
1506
|
+
"description": "Topic display name, which is presented as the",
|
1507
|
+
"required": false
|
1508
|
+
},
|
1509
|
+
"name": {
|
1510
|
+
"description": "The name of the topic to be created.",
|
1511
|
+
"required": true
|
1512
|
+
},
|
1513
|
+
"push_policy": {
|
1514
|
+
"description": "Message pushing policy. 0 indicates that the message",
|
1515
|
+
"required": false
|
1516
|
+
},
|
1517
|
+
"topic_urn": {
|
1518
|
+
"description": "Resource identifier of a topic, which is unique.",
|
1519
|
+
"required": false
|
1520
|
+
},
|
1521
|
+
"update_time": {
|
1522
|
+
"description": "Time when the topic was updated.",
|
1523
|
+
"required": false
|
1524
|
+
}
|
1525
|
+
},
|
1526
|
+
"path": "/docs/providers/telefonicaopencloud/r/smn_topic_v2.html",
|
1527
|
+
"properties": [
|
1528
|
+
"name",
|
1529
|
+
"display_name",
|
1530
|
+
"topic_urn",
|
1531
|
+
"push_policy",
|
1532
|
+
"create_time",
|
1533
|
+
"update_time"
|
1534
|
+
]
|
1535
|
+
},
|
1536
|
+
"telefonicaopencloud_vpc_eip_v1": {
|
1537
|
+
"full_properties": {
|
1538
|
+
"bandwidth": {
|
1539
|
+
"description": "The bandwidth object.",
|
1540
|
+
"required": true
|
1541
|
+
},
|
1542
|
+
"publicip": {
|
1543
|
+
"description": "The elastic IP address object.",
|
1544
|
+
"required": true
|
1545
|
+
},
|
1546
|
+
"region": {
|
1547
|
+
"description": "The region in which to create the eip. If omitted,",
|
1548
|
+
"required": false
|
1549
|
+
}
|
1550
|
+
},
|
1551
|
+
"path": "/docs/providers/telefonicaopencloud/r/vpc_eip_v1.html",
|
1552
|
+
"properties": [
|
1553
|
+
"region",
|
1554
|
+
"publicip",
|
1555
|
+
"bandwidth"
|
1556
|
+
]
|
1557
|
+
}
|
1558
|
+
}
|