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,311 @@
|
|
1
|
+
{
|
2
|
+
"vcd_dnat": {
|
3
|
+
"full_properties": {
|
4
|
+
"edge_gateway": {
|
5
|
+
"description": "The name of the edge gateway on which to apply the DNAT",
|
6
|
+
"required": true
|
7
|
+
},
|
8
|
+
"external_ip": {
|
9
|
+
"description": "One of the external IPs available on your Edge Gateway",
|
10
|
+
"required": true
|
11
|
+
},
|
12
|
+
"internal_ip": {
|
13
|
+
"description": "The IP of the VM to map to",
|
14
|
+
"required": true
|
15
|
+
},
|
16
|
+
"port": {
|
17
|
+
"description": "The port number to map",
|
18
|
+
"required": true
|
19
|
+
}
|
20
|
+
},
|
21
|
+
"path": "/docs/providers/vcd/r/dnat.html",
|
22
|
+
"properties": [
|
23
|
+
"edge_gateway",
|
24
|
+
"external_ip",
|
25
|
+
"port",
|
26
|
+
"internal_ip"
|
27
|
+
]
|
28
|
+
},
|
29
|
+
"vcd_edgegateway_vpn": {
|
30
|
+
"full_properties": {
|
31
|
+
"description": {
|
32
|
+
"description": "A description for the VPN",
|
33
|
+
"required": true
|
34
|
+
},
|
35
|
+
"edge_gateway": {
|
36
|
+
"description": "The name of the edge gateway on which to apply the Firewall Rules",
|
37
|
+
"required": true
|
38
|
+
},
|
39
|
+
"encryption_protocol": {
|
40
|
+
"description": "- E.g. AES256",
|
41
|
+
"required": true
|
42
|
+
},
|
43
|
+
"local_id": {
|
44
|
+
"description": "- Local ID",
|
45
|
+
"required": true
|
46
|
+
},
|
47
|
+
"local_ip_address": {
|
48
|
+
"description": "- Local IP Address",
|
49
|
+
"required": true
|
50
|
+
},
|
51
|
+
"local_subnets": {
|
52
|
+
"description": "- List of Local Subnets see Local Subnets below for details.",
|
53
|
+
"required": true
|
54
|
+
},
|
55
|
+
"mtu": {
|
56
|
+
"description": "- The MTU setting",
|
57
|
+
"required": true
|
58
|
+
},
|
59
|
+
"name": {
|
60
|
+
"description": "The name of the VPN ",
|
61
|
+
"required": true
|
62
|
+
},
|
63
|
+
"peer_id": {
|
64
|
+
"description": "- Peer ID",
|
65
|
+
"required": true
|
66
|
+
},
|
67
|
+
"peer_ip_address": {
|
68
|
+
"description": "- Peer IP Address",
|
69
|
+
"required": true
|
70
|
+
},
|
71
|
+
"peer_subnets": {
|
72
|
+
"description": "- List of Peer Subnets see Peer Subnets below for details.",
|
73
|
+
"required": true
|
74
|
+
},
|
75
|
+
"shared_secret": {
|
76
|
+
"description": "- Shared Secret",
|
77
|
+
"required": true
|
78
|
+
}
|
79
|
+
},
|
80
|
+
"path": "/docs/providers/vcd/r/edgegateway_vpn.html",
|
81
|
+
"properties": [
|
82
|
+
"edge_gateway",
|
83
|
+
"name",
|
84
|
+
"description",
|
85
|
+
"encryption_protocol",
|
86
|
+
"local_ip_address",
|
87
|
+
"local_id",
|
88
|
+
"mtu",
|
89
|
+
"peer_ip_address",
|
90
|
+
"peer_id",
|
91
|
+
"shared_secret",
|
92
|
+
"local_subnets",
|
93
|
+
"peer_subnets"
|
94
|
+
]
|
95
|
+
},
|
96
|
+
"vcd_firewall_rules": {
|
97
|
+
"full_properties": {
|
98
|
+
"default_action": {
|
99
|
+
"description": "Either \"allow\" or \"deny\". Specifies what to do should none of the rules match",
|
100
|
+
"required": true
|
101
|
+
},
|
102
|
+
"edge_gateway": {
|
103
|
+
"description": "The name of the edge gateway on which to apply the Firewall Rules",
|
104
|
+
"required": true
|
105
|
+
},
|
106
|
+
"rule": {
|
107
|
+
"description": "Configures a firewall rule; see Rules below for details.",
|
108
|
+
"required": false
|
109
|
+
}
|
110
|
+
},
|
111
|
+
"path": "/docs/providers/vcd/r/firewall_rules.html",
|
112
|
+
"properties": [
|
113
|
+
"edge_gateway",
|
114
|
+
"default_action",
|
115
|
+
"rule"
|
116
|
+
]
|
117
|
+
},
|
118
|
+
"vcd_network": {
|
119
|
+
"full_properties": {
|
120
|
+
"dhcp_pool": {
|
121
|
+
"description": "A range of IPs to issue to virtual machines that don't",
|
122
|
+
"required": false
|
123
|
+
},
|
124
|
+
"dns1": {
|
125
|
+
"description": "First DNS server to use. Defaults to 8.8.8.8",
|
126
|
+
"required": false
|
127
|
+
},
|
128
|
+
"dns2": {
|
129
|
+
"description": "Second DNS server to use. Defaults to 8.8.4.4",
|
130
|
+
"required": false
|
131
|
+
},
|
132
|
+
"dns_suffix": {
|
133
|
+
"description": "A FQDN for the virtual machines on this network",
|
134
|
+
"required": false
|
135
|
+
},
|
136
|
+
"edge_gateway": {
|
137
|
+
"description": "The name of the edge gateway",
|
138
|
+
"required": true
|
139
|
+
},
|
140
|
+
"gateway": {
|
141
|
+
"description": "The gateway for this network",
|
142
|
+
"required": true
|
143
|
+
},
|
144
|
+
"name": {
|
145
|
+
"description": "A unique name for the network",
|
146
|
+
"required": true
|
147
|
+
},
|
148
|
+
"netmask": {
|
149
|
+
"description": "The netmask for the new network. Defaults to 255.255.255.0",
|
150
|
+
"required": false
|
151
|
+
},
|
152
|
+
"static_ip_pool": {
|
153
|
+
"description": "A range of IPs permitted to be used as static IPs for",
|
154
|
+
"required": false
|
155
|
+
}
|
156
|
+
},
|
157
|
+
"path": "/docs/providers/vcd/r/network.html",
|
158
|
+
"properties": [
|
159
|
+
"name",
|
160
|
+
"edge_gateway",
|
161
|
+
"netmask",
|
162
|
+
"gateway",
|
163
|
+
"dns1",
|
164
|
+
"dns2",
|
165
|
+
"dns_suffix",
|
166
|
+
"dhcp_pool",
|
167
|
+
"static_ip_pool"
|
168
|
+
]
|
169
|
+
},
|
170
|
+
"vcd_snat": {
|
171
|
+
"full_properties": {
|
172
|
+
"edge_gateway": {
|
173
|
+
"description": "The name of the edge gateway on which to apply the SNAT",
|
174
|
+
"required": true
|
175
|
+
},
|
176
|
+
"external_ip": {
|
177
|
+
"description": "One of the external IPs available on your Edge Gateway",
|
178
|
+
"required": true
|
179
|
+
},
|
180
|
+
"internal_ip": {
|
181
|
+
"description": "The IP or IP Range of the VM(s) to map from",
|
182
|
+
"required": true
|
183
|
+
}
|
184
|
+
},
|
185
|
+
"path": "/docs/providers/vcd/r/snat.html",
|
186
|
+
"properties": [
|
187
|
+
"edge_gateway",
|
188
|
+
"external_ip",
|
189
|
+
"internal_ip"
|
190
|
+
]
|
191
|
+
},
|
192
|
+
"vcd_vapp": {
|
193
|
+
"full_properties": {
|
194
|
+
"catalog_name": {
|
195
|
+
"description": "The catalog name in which to find the given vApp Template",
|
196
|
+
"required": false
|
197
|
+
},
|
198
|
+
"cpus": {
|
199
|
+
"description": "The number of virtual CPUs to allocate to the vApp",
|
200
|
+
"required": false
|
201
|
+
},
|
202
|
+
"initscript": {
|
203
|
+
"description": "A script to be run only on initial boot",
|
204
|
+
"required": false
|
205
|
+
},
|
206
|
+
"ip": {
|
207
|
+
"description": "The IP to assign to this vApp. Must be an IP address or",
|
208
|
+
"required": false
|
209
|
+
},
|
210
|
+
"memory": {
|
211
|
+
"description": "The amount of RAM (in MB) to allocate to the vApp",
|
212
|
+
"required": false
|
213
|
+
},
|
214
|
+
"metadata": {
|
215
|
+
"description": "Key value map of metadata to assign to this vApp",
|
216
|
+
"required": false
|
217
|
+
},
|
218
|
+
"name": {
|
219
|
+
"description": "A unique name for the vApp",
|
220
|
+
"required": true
|
221
|
+
},
|
222
|
+
"network_href": {
|
223
|
+
"description": "The vCloud Director generated href of the network this vApp",
|
224
|
+
"required": false
|
225
|
+
},
|
226
|
+
"network_name": {
|
227
|
+
"description": "Name of the network this vApp should join",
|
228
|
+
"required": false
|
229
|
+
},
|
230
|
+
"ovf": {
|
231
|
+
"description": "Key value map of ovf parameters to assign to VM product section",
|
232
|
+
"required": false
|
233
|
+
},
|
234
|
+
"power_on": {
|
235
|
+
"description": "A boolean value stating if this vApp should be powered on. Default to true",
|
236
|
+
"required": false
|
237
|
+
},
|
238
|
+
"template_name": {
|
239
|
+
"description": "The name of the vApp Template to use",
|
240
|
+
"required": false
|
241
|
+
}
|
242
|
+
},
|
243
|
+
"path": "/docs/providers/vcd/r/vapp.html",
|
244
|
+
"properties": [
|
245
|
+
"name",
|
246
|
+
"catalog_name",
|
247
|
+
"template_name",
|
248
|
+
"memory",
|
249
|
+
"cpus",
|
250
|
+
"initscript",
|
251
|
+
"network_name",
|
252
|
+
"network_href",
|
253
|
+
"ip",
|
254
|
+
"metadata",
|
255
|
+
"ovf",
|
256
|
+
"power_on"
|
257
|
+
]
|
258
|
+
},
|
259
|
+
"vcd_vapp_vm": {
|
260
|
+
"full_properties": {
|
261
|
+
"catalog_name": {
|
262
|
+
"description": "The catalog name in which to find the given vApp Template",
|
263
|
+
"required": true
|
264
|
+
},
|
265
|
+
"cpus": {
|
266
|
+
"description": "The number of virtual CPUs to allocate to the vApp",
|
267
|
+
"required": false
|
268
|
+
},
|
269
|
+
"initscript": {
|
270
|
+
"description": "A script to be run only on initial boot",
|
271
|
+
"required": false
|
272
|
+
},
|
273
|
+
"ip": {
|
274
|
+
"description": "The IP to assign to this vApp. Must be an IP address or",
|
275
|
+
"required": false
|
276
|
+
},
|
277
|
+
"memory": {
|
278
|
+
"description": "The amount of RAM (in MB) to allocate to the vApp",
|
279
|
+
"required": false
|
280
|
+
},
|
281
|
+
"name": {
|
282
|
+
"description": "A unique name for the vApp",
|
283
|
+
"required": true
|
284
|
+
},
|
285
|
+
"power_on": {
|
286
|
+
"description": "A boolean value stating if this vApp should be powered on. Default to true",
|
287
|
+
"required": false
|
288
|
+
},
|
289
|
+
"template_name": {
|
290
|
+
"description": "The name of the vApp Template to use",
|
291
|
+
"required": true
|
292
|
+
},
|
293
|
+
"vapp_name": {
|
294
|
+
"description": "The vApp this VM should belong to.",
|
295
|
+
"required": true
|
296
|
+
}
|
297
|
+
},
|
298
|
+
"path": "/docs/providers/vcd/r/vapp_vm.html",
|
299
|
+
"properties": [
|
300
|
+
"vapp_name",
|
301
|
+
"name",
|
302
|
+
"catalog_name",
|
303
|
+
"template_name",
|
304
|
+
"memory",
|
305
|
+
"cpus",
|
306
|
+
"initscript",
|
307
|
+
"ip",
|
308
|
+
"power_on"
|
309
|
+
]
|
310
|
+
}
|
311
|
+
}
|
@@ -0,0 +1,1076 @@
|
|
1
|
+
{
|
2
|
+
"vsphere_compute_cluster": {
|
3
|
+
"full_properties": {
|
4
|
+
"datacenter_id": {
|
5
|
+
"description": "The managed object ID of",
|
6
|
+
"required": true
|
7
|
+
},
|
8
|
+
"folder": {
|
9
|
+
"description": "The relative path to a folder to put this cluster in.",
|
10
|
+
"required": false
|
11
|
+
},
|
12
|
+
"name": {
|
13
|
+
"description": "The name of the cluster.",
|
14
|
+
"required": true
|
15
|
+
},
|
16
|
+
"tags": {
|
17
|
+
"description": "The IDs of any tags to attach to this resource. See",
|
18
|
+
"required": false
|
19
|
+
}
|
20
|
+
},
|
21
|
+
"path": "/docs/providers/vsphere/r/compute_cluster.html",
|
22
|
+
"properties": [
|
23
|
+
"name",
|
24
|
+
"datacenter_id",
|
25
|
+
"folder",
|
26
|
+
"tags"
|
27
|
+
]
|
28
|
+
},
|
29
|
+
"vsphere_compute_cluster_host_group": {
|
30
|
+
"full_properties": {
|
31
|
+
"compute_cluster_id": {
|
32
|
+
"description": "The managed object reference",
|
33
|
+
"required": true
|
34
|
+
},
|
35
|
+
"host_system_ids": {
|
36
|
+
"description": "The managed object IDs of",
|
37
|
+
"required": false
|
38
|
+
},
|
39
|
+
"name": {
|
40
|
+
"description": "The name of the host group. This must be unique in the",
|
41
|
+
"required": true
|
42
|
+
}
|
43
|
+
},
|
44
|
+
"path": "/docs/providers/vsphere/r/compute_cluster_host_group.html",
|
45
|
+
"properties": [
|
46
|
+
"name",
|
47
|
+
"compute_cluster_id",
|
48
|
+
"host_system_ids"
|
49
|
+
]
|
50
|
+
},
|
51
|
+
"vsphere_compute_cluster_vm_affinity_rule": {
|
52
|
+
"full_properties": {
|
53
|
+
"compute_cluster_id": {
|
54
|
+
"description": "The managed object reference",
|
55
|
+
"required": true
|
56
|
+
},
|
57
|
+
"enabled": {
|
58
|
+
"description": "Enable this rule in the cluster. Default: true.",
|
59
|
+
"required": false
|
60
|
+
},
|
61
|
+
"mandatory": {
|
62
|
+
"description": "When this value is true, prevents any virtual",
|
63
|
+
"required": false
|
64
|
+
},
|
65
|
+
"name": {
|
66
|
+
"description": "The name of the rule. This must be unique in the cluster.",
|
67
|
+
"required": true
|
68
|
+
},
|
69
|
+
"virtual_machine_ids": {
|
70
|
+
"description": "The UUIDs of the virtual machines to run",
|
71
|
+
"required": true
|
72
|
+
}
|
73
|
+
},
|
74
|
+
"path": "/docs/providers/vsphere/r/compute_cluster_vm_affinity_rule.html",
|
75
|
+
"properties": [
|
76
|
+
"compute_cluster_id",
|
77
|
+
"name",
|
78
|
+
"virtual_machine_ids",
|
79
|
+
"enabled",
|
80
|
+
"mandatory"
|
81
|
+
]
|
82
|
+
},
|
83
|
+
"vsphere_compute_cluster_vm_anti_affinity_rule": {
|
84
|
+
"full_properties": {
|
85
|
+
"compute_cluster_id": {
|
86
|
+
"description": "The managed object reference",
|
87
|
+
"required": true
|
88
|
+
},
|
89
|
+
"enabled": {
|
90
|
+
"description": "Enable this rule in the cluster. Default: true.",
|
91
|
+
"required": false
|
92
|
+
},
|
93
|
+
"mandatory": {
|
94
|
+
"description": "When this value is true, prevents any virtual",
|
95
|
+
"required": false
|
96
|
+
},
|
97
|
+
"name": {
|
98
|
+
"description": "The name of the rule. This must be unique in the cluster.",
|
99
|
+
"required": true
|
100
|
+
},
|
101
|
+
"virtual_machine_ids": {
|
102
|
+
"description": "The UUIDs of the virtual machines to run",
|
103
|
+
"required": true
|
104
|
+
}
|
105
|
+
},
|
106
|
+
"path": "/docs/providers/vsphere/r/compute_cluster_vm_anti_affinity_rule.html",
|
107
|
+
"properties": [
|
108
|
+
"compute_cluster_id",
|
109
|
+
"name",
|
110
|
+
"virtual_machine_ids",
|
111
|
+
"enabled",
|
112
|
+
"mandatory"
|
113
|
+
]
|
114
|
+
},
|
115
|
+
"vsphere_compute_cluster_vm_dependency_rule": {
|
116
|
+
"full_properties": {
|
117
|
+
"compute_cluster_id": {
|
118
|
+
"description": "The managed object reference",
|
119
|
+
"required": true
|
120
|
+
},
|
121
|
+
"dependency_vm_group_namevm_group_name": {
|
122
|
+
},
|
123
|
+
"enabled": {
|
124
|
+
"description": "Enable this rule in the cluster. Default: true.",
|
125
|
+
"required": false
|
126
|
+
},
|
127
|
+
"mandatory": {
|
128
|
+
"description": "When this value is true, prevents any virtual",
|
129
|
+
"required": false
|
130
|
+
},
|
131
|
+
"name": {
|
132
|
+
"description": "The name of the rule. This must be unique in the",
|
133
|
+
"required": true
|
134
|
+
},
|
135
|
+
"vm_group_namedependency_vm_group_name": {
|
136
|
+
}
|
137
|
+
},
|
138
|
+
"path": "/docs/providers/vsphere/r/compute_cluster_vm_dependency_rule.html",
|
139
|
+
"properties": [
|
140
|
+
"compute_cluster_id",
|
141
|
+
"name",
|
142
|
+
"dependency_vm_group_namevm_group_name",
|
143
|
+
"vm_group_namedependency_vm_group_name",
|
144
|
+
"enabled",
|
145
|
+
"mandatory"
|
146
|
+
]
|
147
|
+
},
|
148
|
+
"vsphere_compute_cluster_vm_group": {
|
149
|
+
"full_properties": {
|
150
|
+
"compute_cluster_id": {
|
151
|
+
"description": "The managed object reference",
|
152
|
+
"required": true
|
153
|
+
},
|
154
|
+
"name": {
|
155
|
+
"description": "The name of the VM group. This must be unique in the",
|
156
|
+
"required": true
|
157
|
+
},
|
158
|
+
"virtual_machine_ids": {
|
159
|
+
"description": "The UUIDs of the virtual machines in this",
|
160
|
+
"required": true
|
161
|
+
}
|
162
|
+
},
|
163
|
+
"path": "/docs/providers/vsphere/r/compute_cluster_vm_group.html",
|
164
|
+
"properties": [
|
165
|
+
"name",
|
166
|
+
"compute_cluster_id",
|
167
|
+
"virtual_machine_ids"
|
168
|
+
]
|
169
|
+
},
|
170
|
+
"vsphere_compute_cluster_vm_host_rule": {
|
171
|
+
"full_properties": {
|
172
|
+
"affinity_host_group_namevm_group_name": {
|
173
|
+
},
|
174
|
+
"anti_affinity_host_group_namevm_group_name": {
|
175
|
+
},
|
176
|
+
"compute_cluster_id": {
|
177
|
+
"description": "The managed object reference",
|
178
|
+
"required": true
|
179
|
+
},
|
180
|
+
"enabled": {
|
181
|
+
"description": "Enable this rule in the cluster. Default: true.",
|
182
|
+
"required": false
|
183
|
+
},
|
184
|
+
"mandatory": {
|
185
|
+
"description": "When this value is true, prevents any virtual",
|
186
|
+
"required": false
|
187
|
+
},
|
188
|
+
"name": {
|
189
|
+
"description": "The name of the rule. This must be unique in the",
|
190
|
+
"required": true
|
191
|
+
},
|
192
|
+
"vm_group_name": {
|
193
|
+
"description": "The name of the virtual machine group to use",
|
194
|
+
"required": true
|
195
|
+
}
|
196
|
+
},
|
197
|
+
"path": "/docs/providers/vsphere/r/compute_cluster_vm_host_rule.html",
|
198
|
+
"properties": [
|
199
|
+
"compute_cluster_id",
|
200
|
+
"name",
|
201
|
+
"vm_group_name",
|
202
|
+
"affinity_host_group_namevm_group_name",
|
203
|
+
"anti_affinity_host_group_namevm_group_name",
|
204
|
+
"enabled",
|
205
|
+
"mandatory"
|
206
|
+
]
|
207
|
+
},
|
208
|
+
"vsphere_custom_attribute": {
|
209
|
+
"full_properties": {
|
210
|
+
"managed_object_type": {
|
211
|
+
"description": "The object type that this attribute may be",
|
212
|
+
"required": false
|
213
|
+
},
|
214
|
+
"name": {
|
215
|
+
"description": "The name of the custom attribute.",
|
216
|
+
"required": true
|
217
|
+
}
|
218
|
+
},
|
219
|
+
"path": "/docs/providers/vsphere/r/custom_attribute.html",
|
220
|
+
"properties": [
|
221
|
+
"name",
|
222
|
+
"managed_object_type"
|
223
|
+
]
|
224
|
+
},
|
225
|
+
"vsphere_datacenter": {
|
226
|
+
"full_properties": {
|
227
|
+
"folder": {
|
228
|
+
"description": "The folder where the datacenter should be created.",
|
229
|
+
"required": false
|
230
|
+
},
|
231
|
+
"name": {
|
232
|
+
"description": "The name of the datacenter. This name needs to be unique",
|
233
|
+
"required": true
|
234
|
+
},
|
235
|
+
"tags": {
|
236
|
+
"description": "The IDs of any tags to attach to this resource. See",
|
237
|
+
"required": false
|
238
|
+
}
|
239
|
+
},
|
240
|
+
"path": "/docs/providers/vsphere/r/datacenter.html",
|
241
|
+
"properties": [
|
242
|
+
"name",
|
243
|
+
"folder",
|
244
|
+
"tags"
|
245
|
+
]
|
246
|
+
},
|
247
|
+
"vsphere_datastore_cluster": {
|
248
|
+
"full_properties": {
|
249
|
+
"datacenter_id": {
|
250
|
+
"description": "The managed object ID of",
|
251
|
+
"required": true
|
252
|
+
},
|
253
|
+
"folder": {
|
254
|
+
"description": "The relative path to a folder to put this datastore",
|
255
|
+
"required": false
|
256
|
+
},
|
257
|
+
"name": {
|
258
|
+
"description": "The name of the datastore cluster.",
|
259
|
+
"required": true
|
260
|
+
},
|
261
|
+
"sdrs_enabled": {
|
262
|
+
"description": "Enable Storage DRS for this datastore cluster.",
|
263
|
+
"required": false
|
264
|
+
},
|
265
|
+
"tags": {
|
266
|
+
"description": "The IDs of any tags to attach to this resource. See",
|
267
|
+
"required": false
|
268
|
+
}
|
269
|
+
},
|
270
|
+
"path": "/docs/providers/vsphere/r/datastore_cluster.html",
|
271
|
+
"properties": [
|
272
|
+
"name",
|
273
|
+
"datacenter_id",
|
274
|
+
"folder",
|
275
|
+
"sdrs_enabled",
|
276
|
+
"tags"
|
277
|
+
]
|
278
|
+
},
|
279
|
+
"vsphere_datastore_cluster_vm_anti_affinity_rule": {
|
280
|
+
"full_properties": {
|
281
|
+
"datastore_cluster_id": {
|
282
|
+
"description": "The managed object reference",
|
283
|
+
"required": true
|
284
|
+
},
|
285
|
+
"name": {
|
286
|
+
"description": "The name of the rule. This must be unique in the cluster.",
|
287
|
+
"required": true
|
288
|
+
},
|
289
|
+
"virtual_machine_ids": {
|
290
|
+
"description": "The UUIDs of the virtual machines to run",
|
291
|
+
"required": true
|
292
|
+
}
|
293
|
+
},
|
294
|
+
"path": "/docs/providers/vsphere/r/datastore_cluster_vm_anti_affinity_rule.html",
|
295
|
+
"properties": [
|
296
|
+
"datastore_cluster_id",
|
297
|
+
"name",
|
298
|
+
"virtual_machine_ids"
|
299
|
+
]
|
300
|
+
},
|
301
|
+
"vsphere_distributed_port_group": {
|
302
|
+
"full_properties": {
|
303
|
+
"auto_expand": {
|
304
|
+
"description": "Allows the port group to create additional ports",
|
305
|
+
"required": false
|
306
|
+
},
|
307
|
+
"description": {
|
308
|
+
"description": "An optional description for the port group.",
|
309
|
+
"required": false
|
310
|
+
},
|
311
|
+
"distributed_virtual_switch_uuid": {
|
312
|
+
"description": "The ID of the DVS to add the",
|
313
|
+
"required": true
|
314
|
+
},
|
315
|
+
"name": {
|
316
|
+
"description": "The name of the port group.",
|
317
|
+
"required": true
|
318
|
+
},
|
319
|
+
"number_of_ports": {
|
320
|
+
"description": "The number of ports available on this port",
|
321
|
+
"required": false
|
322
|
+
},
|
323
|
+
"type": {
|
324
|
+
"description": "The port group type. Can be one of earlyBinding (static",
|
325
|
+
"required": false
|
326
|
+
}
|
327
|
+
},
|
328
|
+
"path": "/docs/providers/vsphere/r/distributed_port_group.html",
|
329
|
+
"properties": [
|
330
|
+
"name",
|
331
|
+
"distributed_virtual_switch_uuid",
|
332
|
+
"type",
|
333
|
+
"description",
|
334
|
+
"number_of_ports",
|
335
|
+
"auto_expand"
|
336
|
+
]
|
337
|
+
},
|
338
|
+
"vsphere_distributed_virtual_switch": {
|
339
|
+
"full_properties": {
|
340
|
+
"contact_detail": {
|
341
|
+
"description": "The detailed contact information for the person",
|
342
|
+
"required": false
|
343
|
+
},
|
344
|
+
"contact_name": {
|
345
|
+
"description": "The name of the person who is responsible for the",
|
346
|
+
"required": false
|
347
|
+
},
|
348
|
+
"datacenter_id": {
|
349
|
+
"description": "The ID of the datacenter where the distributed",
|
350
|
+
"required": true
|
351
|
+
},
|
352
|
+
"description": {
|
353
|
+
"description": "A detailed description for the DVS.",
|
354
|
+
"required": false
|
355
|
+
},
|
356
|
+
"folder": {
|
357
|
+
"description": "The folder to create the DVS in. Forces a new resource",
|
358
|
+
"required": false
|
359
|
+
},
|
360
|
+
"ipv4_address": {
|
361
|
+
"description": "An IPv4 address to identify the switch. This is",
|
362
|
+
"required": false
|
363
|
+
},
|
364
|
+
"lacp_api_version": {
|
365
|
+
"description": "The Link Aggregation Control Protocol group",
|
366
|
+
"required": false
|
367
|
+
},
|
368
|
+
"link_discovery_operation": {
|
369
|
+
"description": "Whether to advertise or listen",
|
370
|
+
"required": false
|
371
|
+
},
|
372
|
+
"link_discovery_protocol": {
|
373
|
+
"description": "The discovery protocol type. Valid",
|
374
|
+
"required": false
|
375
|
+
},
|
376
|
+
"max_mtu": {
|
377
|
+
"description": "The maximum transmission unit (MTU) for the virtual",
|
378
|
+
"required": false
|
379
|
+
},
|
380
|
+
"multicast_filtering_mode": {
|
381
|
+
"description": "The multicast filtering mode to use",
|
382
|
+
"required": false
|
383
|
+
},
|
384
|
+
"name": {
|
385
|
+
"description": "The name of the distributed virtual switch.",
|
386
|
+
"required": true
|
387
|
+
},
|
388
|
+
"tags": {
|
389
|
+
"description": "The IDs of any tags to attach to this resource. See",
|
390
|
+
"required": false
|
391
|
+
},
|
392
|
+
"version": {
|
393
|
+
"description": "- The version of the DVS to create. The default is to",
|
394
|
+
"required": false
|
395
|
+
}
|
396
|
+
},
|
397
|
+
"path": "/docs/providers/vsphere/r/distributed_virtual_switch.html",
|
398
|
+
"properties": [
|
399
|
+
"name",
|
400
|
+
"datacenter_id",
|
401
|
+
"folder",
|
402
|
+
"description",
|
403
|
+
"contact_name",
|
404
|
+
"contact_detail",
|
405
|
+
"ipv4_address",
|
406
|
+
"lacp_api_version",
|
407
|
+
"link_discovery_operation",
|
408
|
+
"link_discovery_protocol",
|
409
|
+
"max_mtu",
|
410
|
+
"multicast_filtering_mode",
|
411
|
+
"version",
|
412
|
+
"tags"
|
413
|
+
]
|
414
|
+
},
|
415
|
+
"vsphere_dpm_host_override": {
|
416
|
+
"full_properties": {
|
417
|
+
"compute_cluster_id": {
|
418
|
+
"description": "The managed object reference",
|
419
|
+
"required": true
|
420
|
+
},
|
421
|
+
"dpm_automation_level": {
|
422
|
+
"description": "The automation level for host power",
|
423
|
+
"required": false
|
424
|
+
},
|
425
|
+
"dpm_enabled": {
|
426
|
+
"description": "Enable DPM support for this host. Default:",
|
427
|
+
"required": false
|
428
|
+
},
|
429
|
+
"host_system_ids": {
|
430
|
+
"description": "The managed object ID of",
|
431
|
+
"required": false
|
432
|
+
}
|
433
|
+
},
|
434
|
+
"path": "/docs/providers/vsphere/r/dpm_host_override.html",
|
435
|
+
"properties": [
|
436
|
+
"compute_cluster_id",
|
437
|
+
"host_system_ids",
|
438
|
+
"dpm_enabled",
|
439
|
+
"dpm_automation_level"
|
440
|
+
]
|
441
|
+
},
|
442
|
+
"vsphere_drs_vm_override": {
|
443
|
+
"full_properties": {
|
444
|
+
"compute_cluster_id": {
|
445
|
+
"description": "The managed object reference",
|
446
|
+
"required": true
|
447
|
+
},
|
448
|
+
"drs_automation_level": {
|
449
|
+
"description": "Overrides the automation level for this virtual",
|
450
|
+
"required": false
|
451
|
+
},
|
452
|
+
"drs_enabled": {
|
453
|
+
"description": "Overrides the default DRS setting for this virtual",
|
454
|
+
"required": false
|
455
|
+
},
|
456
|
+
"virtual_machine_id": {
|
457
|
+
"description": "The UUID of the virtual machine to create",
|
458
|
+
"required": true
|
459
|
+
}
|
460
|
+
},
|
461
|
+
"path": "/docs/providers/vsphere/r/drs_vm_override.html",
|
462
|
+
"properties": [
|
463
|
+
"compute_cluster_id",
|
464
|
+
"virtual_machine_id",
|
465
|
+
"drs_enabled",
|
466
|
+
"drs_automation_level"
|
467
|
+
]
|
468
|
+
},
|
469
|
+
"vsphere_file": {
|
470
|
+
"full_properties": {
|
471
|
+
"create_directories": {
|
472
|
+
"description": "Create directories in destination_file",
|
473
|
+
"required": false
|
474
|
+
},
|
475
|
+
"datacenter": {
|
476
|
+
"description": "The name of a datacenter in which the file will be",
|
477
|
+
"required": false
|
478
|
+
},
|
479
|
+
"datastore": {
|
480
|
+
"description": "The name of the datastore in which to upload the",
|
481
|
+
"required": true
|
482
|
+
},
|
483
|
+
"destination_file": {
|
484
|
+
"description": "The path to where the file should be uploaded",
|
485
|
+
"required": true
|
486
|
+
},
|
487
|
+
"source_datacenter": {
|
488
|
+
"description": "The name of a datacenter in which the file",
|
489
|
+
"required": false
|
490
|
+
},
|
491
|
+
"source_datastore": {
|
492
|
+
"description": "The name of the datastore in which file will",
|
493
|
+
"required": false
|
494
|
+
},
|
495
|
+
"source_file": {
|
496
|
+
"description": "The path to the file being uploaded from the",
|
497
|
+
"required": true
|
498
|
+
}
|
499
|
+
},
|
500
|
+
"path": "/docs/providers/vsphere/r/file.html",
|
501
|
+
"properties": [
|
502
|
+
"source_file",
|
503
|
+
"destination_file",
|
504
|
+
"source_datacenter",
|
505
|
+
"datacenter",
|
506
|
+
"source_datastore",
|
507
|
+
"datastore",
|
508
|
+
"create_directories"
|
509
|
+
]
|
510
|
+
},
|
511
|
+
"vsphere_folder": {
|
512
|
+
"full_properties": {
|
513
|
+
"path": {
|
514
|
+
"description": "The path of the folder to be created. This is relative to",
|
515
|
+
"required": true
|
516
|
+
}
|
517
|
+
},
|
518
|
+
"path": "/docs/providers/vsphere/r/folder.html",
|
519
|
+
"properties": [
|
520
|
+
"path"
|
521
|
+
]
|
522
|
+
},
|
523
|
+
"vsphere_ha_vm_override": {
|
524
|
+
"full_properties": {
|
525
|
+
"compute_cluster_id": {
|
526
|
+
"description": "The managed object reference",
|
527
|
+
"required": true
|
528
|
+
},
|
529
|
+
"virtual_machine_id": {
|
530
|
+
"description": "The UUID of the virtual machine to create",
|
531
|
+
"required": true
|
532
|
+
}
|
533
|
+
},
|
534
|
+
"path": "/docs/providers/vsphere/r/ha_vm_override.html",
|
535
|
+
"properties": [
|
536
|
+
"compute_cluster_id",
|
537
|
+
"virtual_machine_id"
|
538
|
+
]
|
539
|
+
},
|
540
|
+
"vsphere_host_port_group": {
|
541
|
+
"full_properties": {
|
542
|
+
"host_system_id": {
|
543
|
+
"description": "The managed object ID of",
|
544
|
+
"required": true
|
545
|
+
},
|
546
|
+
"name": {
|
547
|
+
"description": "The name of the port group. Forces a new resource if",
|
548
|
+
"required": true
|
549
|
+
},
|
550
|
+
"virtual_switch_name": {
|
551
|
+
"description": "The name of the virtual switch to bind",
|
552
|
+
"required": true
|
553
|
+
},
|
554
|
+
"vlan_id": {
|
555
|
+
"description": "The VLAN ID/trunk mode for this port group. An ID of",
|
556
|
+
"required": false
|
557
|
+
}
|
558
|
+
},
|
559
|
+
"path": "/docs/providers/vsphere/r/host_port_group.html",
|
560
|
+
"properties": [
|
561
|
+
"name",
|
562
|
+
"host_system_id",
|
563
|
+
"virtual_switch_name",
|
564
|
+
"vlan_id"
|
565
|
+
]
|
566
|
+
},
|
567
|
+
"vsphere_host_virtual_switch": {
|
568
|
+
"full_properties": {
|
569
|
+
"host_system_id": {
|
570
|
+
"description": "The managed object ID of",
|
571
|
+
"required": true
|
572
|
+
},
|
573
|
+
"mtu": {
|
574
|
+
"description": "The maximum transmission unit (MTU) for the virtual",
|
575
|
+
"required": false
|
576
|
+
},
|
577
|
+
"name": {
|
578
|
+
"description": "The name of the virtual switch. Forces a new resource if",
|
579
|
+
"required": true
|
580
|
+
},
|
581
|
+
"number_of_ports": {
|
582
|
+
"description": "The number of ports to create with this",
|
583
|
+
"required": false
|
584
|
+
}
|
585
|
+
},
|
586
|
+
"path": "/docs/providers/vsphere/r/host_virtual_switch.html",
|
587
|
+
"properties": [
|
588
|
+
"name",
|
589
|
+
"host_system_id",
|
590
|
+
"mtu",
|
591
|
+
"number_of_ports"
|
592
|
+
]
|
593
|
+
},
|
594
|
+
"vsphere_license": {
|
595
|
+
"full_properties": {
|
596
|
+
"labels": {
|
597
|
+
"description": "A map of key/value pairs to be attached as labels (tags) to the license key.",
|
598
|
+
"required": false
|
599
|
+
},
|
600
|
+
"license_key": {
|
601
|
+
"description": "The license key to add.",
|
602
|
+
"required": true
|
603
|
+
}
|
604
|
+
},
|
605
|
+
"path": "/docs/providers/vsphere/r/license.html",
|
606
|
+
"properties": [
|
607
|
+
"license_key",
|
608
|
+
"labels"
|
609
|
+
]
|
610
|
+
},
|
611
|
+
"vsphere_nas_datastore": {
|
612
|
+
"full_properties": {
|
613
|
+
"access_mode": {
|
614
|
+
"description": "Access mode for the mount point. Can be one of",
|
615
|
+
"required": false
|
616
|
+
},
|
617
|
+
"datastore_cluster_id": {
|
618
|
+
"description": "The managed object",
|
619
|
+
"required": false
|
620
|
+
},
|
621
|
+
"folder": {
|
622
|
+
"description": "The relative path to a folder to put this datastore in.",
|
623
|
+
"required": false
|
624
|
+
},
|
625
|
+
"host_system_ids": {
|
626
|
+
"description": "The managed object IDs of",
|
627
|
+
"required": true
|
628
|
+
},
|
629
|
+
"name": {
|
630
|
+
"description": "The name of the datastore. Forces a new resource if",
|
631
|
+
"required": true
|
632
|
+
},
|
633
|
+
"remote_hosts": {
|
634
|
+
"description": "The hostnames or IP addresses of the remote",
|
635
|
+
"required": true
|
636
|
+
},
|
637
|
+
"remote_path": {
|
638
|
+
"description": "The remote path of the mount point. Forces a new",
|
639
|
+
"required": true
|
640
|
+
},
|
641
|
+
"security_type": {
|
642
|
+
"description": "The security type to use when using NFS v4.1.",
|
643
|
+
"required": false
|
644
|
+
},
|
645
|
+
"tags": {
|
646
|
+
"description": "The IDs of any tags to attach to this resource. See",
|
647
|
+
"required": false
|
648
|
+
},
|
649
|
+
"type": {
|
650
|
+
"description": "The type of NAS volume. Can be one of NFS (to denote",
|
651
|
+
"required": false
|
652
|
+
}
|
653
|
+
},
|
654
|
+
"path": "/docs/providers/vsphere/r/nas_datastore.html",
|
655
|
+
"properties": [
|
656
|
+
"name",
|
657
|
+
"host_system_ids",
|
658
|
+
"type",
|
659
|
+
"remote_hosts",
|
660
|
+
"remote_path",
|
661
|
+
"access_mode",
|
662
|
+
"security_type",
|
663
|
+
"folder",
|
664
|
+
"datastore_cluster_id",
|
665
|
+
"tags"
|
666
|
+
]
|
667
|
+
},
|
668
|
+
"vsphere_resource_pool": {
|
669
|
+
"full_properties": {
|
670
|
+
"cpu_expandable": {
|
671
|
+
"description": "Determines if the reservation on a resource",
|
672
|
+
"required": false
|
673
|
+
},
|
674
|
+
"cpu_limit": {
|
675
|
+
"description": "The CPU utilization of a resource pool will not exceed",
|
676
|
+
"required": false
|
677
|
+
},
|
678
|
+
"cpu_reservation": {
|
679
|
+
"description": "Amount of CPU (MHz) that is guaranteed",
|
680
|
+
"required": false
|
681
|
+
},
|
682
|
+
"cpu_share_level": {
|
683
|
+
"description": "The CPU allocation level. The level is a",
|
684
|
+
"required": false
|
685
|
+
},
|
686
|
+
"cpu_shares": {
|
687
|
+
"description": "The number of shares allocated for CPU. Used to",
|
688
|
+
"required": false
|
689
|
+
},
|
690
|
+
"memory_expandable": {
|
691
|
+
"description": "Determines if the reservation on a resource",
|
692
|
+
"required": false
|
693
|
+
},
|
694
|
+
"memory_limit": {
|
695
|
+
"description": "The CPU utilization of a resource pool will not exceed",
|
696
|
+
"required": false
|
697
|
+
},
|
698
|
+
"memory_reservation": {
|
699
|
+
"description": "Amount of CPU (MHz) that is guaranteed",
|
700
|
+
"required": false
|
701
|
+
},
|
702
|
+
"memory_share_level": {
|
703
|
+
"description": "The CPU allocation level. The level is a",
|
704
|
+
"required": false
|
705
|
+
},
|
706
|
+
"memory_shares": {
|
707
|
+
"description": "The number of shares allocated for CPU. Used to",
|
708
|
+
"required": false
|
709
|
+
},
|
710
|
+
"name": {
|
711
|
+
"description": "The name of the resource pool.",
|
712
|
+
"required": true
|
713
|
+
},
|
714
|
+
"parent_resource_pool_id": {
|
715
|
+
"description": "The managed object ID",
|
716
|
+
"required": true
|
717
|
+
},
|
718
|
+
"tags": {
|
719
|
+
"description": "The IDs of any tags to attach to this resource. See",
|
720
|
+
"required": false
|
721
|
+
}
|
722
|
+
},
|
723
|
+
"path": "/docs/providers/vsphere/r/resource_pool.html",
|
724
|
+
"properties": [
|
725
|
+
"name",
|
726
|
+
"parent_resource_pool_id",
|
727
|
+
"cpu_share_level",
|
728
|
+
"cpu_shares",
|
729
|
+
"cpu_reservation",
|
730
|
+
"cpu_expandable",
|
731
|
+
"cpu_limit",
|
732
|
+
"memory_share_level",
|
733
|
+
"memory_shares",
|
734
|
+
"memory_reservation",
|
735
|
+
"memory_expandable",
|
736
|
+
"memory_limit",
|
737
|
+
"tags"
|
738
|
+
]
|
739
|
+
},
|
740
|
+
"vsphere_storage_drs_vm_override": {
|
741
|
+
"full_properties": {
|
742
|
+
"datastore_cluster_id": {
|
743
|
+
"description": "The managed object reference",
|
744
|
+
"required": true
|
745
|
+
},
|
746
|
+
"sdrs_automation_level": {
|
747
|
+
"description": "Overrides any Storage DRS automation",
|
748
|
+
"required": false
|
749
|
+
},
|
750
|
+
"sdrs_enabled": {
|
751
|
+
"description": "Overrides the default Storage DRS setting for",
|
752
|
+
"required": false
|
753
|
+
},
|
754
|
+
"sdrs_intra_vm_affinity": {
|
755
|
+
"description": "Overrides the intra-VM affinity setting",
|
756
|
+
"required": false
|
757
|
+
},
|
758
|
+
"virtual_machine_id": {
|
759
|
+
"description": "The UUID of the virtual machine to create",
|
760
|
+
"required": true
|
761
|
+
}
|
762
|
+
},
|
763
|
+
"path": "/docs/providers/vsphere/r/storage_drs_vm_override.html",
|
764
|
+
"properties": [
|
765
|
+
"datastore_cluster_id",
|
766
|
+
"virtual_machine_id",
|
767
|
+
"sdrs_enabled",
|
768
|
+
"sdrs_automation_level",
|
769
|
+
"sdrs_intra_vm_affinity"
|
770
|
+
]
|
771
|
+
},
|
772
|
+
"vsphere_tag": {
|
773
|
+
"full_properties": {
|
774
|
+
"category_id": {
|
775
|
+
"description": "The unique identifier of the parent category in",
|
776
|
+
"required": true
|
777
|
+
},
|
778
|
+
"description": {
|
779
|
+
"description": "A description for the tag.",
|
780
|
+
"required": false
|
781
|
+
},
|
782
|
+
"name": {
|
783
|
+
"description": "The display name of the tag. The name must be unique",
|
784
|
+
"required": true
|
785
|
+
}
|
786
|
+
},
|
787
|
+
"path": "/docs/providers/vsphere/r/tag.html",
|
788
|
+
"properties": [
|
789
|
+
"name",
|
790
|
+
"category_id",
|
791
|
+
"description"
|
792
|
+
]
|
793
|
+
},
|
794
|
+
"vsphere_tag_category": {
|
795
|
+
"full_properties": {
|
796
|
+
"associable_types": {
|
797
|
+
"description": "A list object types that this category is",
|
798
|
+
"required": true
|
799
|
+
},
|
800
|
+
"cardinality": {
|
801
|
+
"description": "The number of tags that can be assigned from this",
|
802
|
+
"required": true
|
803
|
+
},
|
804
|
+
"description": {
|
805
|
+
"description": "A description for the category.",
|
806
|
+
"required": false
|
807
|
+
},
|
808
|
+
"name": {
|
809
|
+
"description": "The name of the category.",
|
810
|
+
"required": true
|
811
|
+
}
|
812
|
+
},
|
813
|
+
"path": "/docs/providers/vsphere/r/tag_category.html",
|
814
|
+
"properties": [
|
815
|
+
"name",
|
816
|
+
"cardinality",
|
817
|
+
"associable_types",
|
818
|
+
"description"
|
819
|
+
]
|
820
|
+
},
|
821
|
+
"vsphere_vapp_container": {
|
822
|
+
"full_properties": {
|
823
|
+
"cpu_expandable": {
|
824
|
+
"description": "Determines if the reservation on a vApp",
|
825
|
+
"required": false
|
826
|
+
},
|
827
|
+
"cpu_limit": {
|
828
|
+
"description": "The CPU utilization of a vApp container will not",
|
829
|
+
"required": false
|
830
|
+
},
|
831
|
+
"cpu_reservation": {
|
832
|
+
"description": "Amount of CPU (MHz) that is guaranteed",
|
833
|
+
"required": false
|
834
|
+
},
|
835
|
+
"cpu_share_level": {
|
836
|
+
"description": "The CPU allocation level. The level is a",
|
837
|
+
"required": false
|
838
|
+
},
|
839
|
+
"cpu_shares": {
|
840
|
+
"description": "The number of shares allocated for CPU. Used to",
|
841
|
+
"required": false
|
842
|
+
},
|
843
|
+
"memory_expandable": {
|
844
|
+
"description": "Determines if the reservation on a vApp",
|
845
|
+
"required": false
|
846
|
+
},
|
847
|
+
"memory_limit": {
|
848
|
+
"description": "The CPU utilization of a vApp container will not",
|
849
|
+
"required": false
|
850
|
+
},
|
851
|
+
"memory_reservation": {
|
852
|
+
"description": "Amount of CPU (MHz) that is guaranteed",
|
853
|
+
"required": false
|
854
|
+
},
|
855
|
+
"memory_share_level": {
|
856
|
+
"description": "The CPU allocation level. The level is a",
|
857
|
+
"required": false
|
858
|
+
},
|
859
|
+
"memory_shares": {
|
860
|
+
"description": "The number of shares allocated for CPU. Used to",
|
861
|
+
"required": false
|
862
|
+
},
|
863
|
+
"name": {
|
864
|
+
"description": "The name of the vApp container.",
|
865
|
+
"required": true
|
866
|
+
},
|
867
|
+
"parent_folder_id": {
|
868
|
+
"description": "The managed object ID of",
|
869
|
+
"required": false
|
870
|
+
},
|
871
|
+
"parent_resource_pool_id": {
|
872
|
+
"description": "The managed object ID",
|
873
|
+
"required": true
|
874
|
+
},
|
875
|
+
"tags": {
|
876
|
+
"description": "The IDs of any tags to attach to this resource. See",
|
877
|
+
"required": false
|
878
|
+
}
|
879
|
+
},
|
880
|
+
"path": "/docs/providers/vsphere/r/vapp_container.html",
|
881
|
+
"properties": [
|
882
|
+
"name",
|
883
|
+
"parent_resource_pool_id",
|
884
|
+
"parent_folder_id",
|
885
|
+
"cpu_share_level",
|
886
|
+
"cpu_shares",
|
887
|
+
"cpu_reservation",
|
888
|
+
"cpu_expandable",
|
889
|
+
"cpu_limit",
|
890
|
+
"memory_share_level",
|
891
|
+
"memory_shares",
|
892
|
+
"memory_reservation",
|
893
|
+
"memory_expandable",
|
894
|
+
"memory_limit",
|
895
|
+
"tags"
|
896
|
+
]
|
897
|
+
},
|
898
|
+
"vsphere_vapp_entity": {
|
899
|
+
"full_properties": {
|
900
|
+
"container_id": {
|
901
|
+
"description": "[Managed object ID|docs-about-morefs] of the vApp",
|
902
|
+
"required": true
|
903
|
+
},
|
904
|
+
"start_action": {
|
905
|
+
"description": "How to start the entity. Valid settings are none",
|
906
|
+
"required": false
|
907
|
+
},
|
908
|
+
"start_delay": {
|
909
|
+
"description": "Delay in seconds before continuing with the next",
|
910
|
+
"required": false
|
911
|
+
},
|
912
|
+
"start_order": {
|
913
|
+
"description": "Order to start and stop target in vApp. Default: 1",
|
914
|
+
"required": false
|
915
|
+
},
|
916
|
+
"stop_action": {
|
917
|
+
"description": "Defines the stop action for the entity. Can be set",
|
918
|
+
"required": false
|
919
|
+
},
|
920
|
+
"stop_delay": {
|
921
|
+
"description": "Delay in seconds before continuing with the next",
|
922
|
+
"required": false
|
923
|
+
},
|
924
|
+
"target_id": {
|
925
|
+
"description": "[Managed object ID|docs-about-morefs] of the entity",
|
926
|
+
"required": true
|
927
|
+
},
|
928
|
+
"wait_for_guest": {
|
929
|
+
"description": "Determines if the VM should be marked as being",
|
930
|
+
"required": false
|
931
|
+
}
|
932
|
+
},
|
933
|
+
"path": "/docs/providers/vsphere/r/vapp_entity.html",
|
934
|
+
"properties": [
|
935
|
+
"target_id",
|
936
|
+
"container_id",
|
937
|
+
"start_order",
|
938
|
+
"start_action",
|
939
|
+
"start_delay",
|
940
|
+
"stop_action",
|
941
|
+
"stop_delay",
|
942
|
+
"wait_for_guest"
|
943
|
+
]
|
944
|
+
},
|
945
|
+
"vsphere_virtual_disk": {
|
946
|
+
"full_properties": {
|
947
|
+
"adapter_type": {
|
948
|
+
"description": "The adapter type for this virtual disk. Can be",
|
949
|
+
"required": false
|
950
|
+
},
|
951
|
+
"datacenter": {
|
952
|
+
"description": "The name of the datacenter in which to create the",
|
953
|
+
"required": false
|
954
|
+
},
|
955
|
+
"datastore": {
|
956
|
+
"description": "The name of the datastore in which to create the",
|
957
|
+
"required": true
|
958
|
+
},
|
959
|
+
"size": {
|
960
|
+
"description": "Size of the disk (in GB).",
|
961
|
+
"required": true
|
962
|
+
},
|
963
|
+
"type": {
|
964
|
+
"description": "The type of disk to create. Can be one of",
|
965
|
+
"required": false
|
966
|
+
},
|
967
|
+
"vmdk_path": {
|
968
|
+
"description": "The path, including filename, of the virtual disk to",
|
969
|
+
"required": true
|
970
|
+
}
|
971
|
+
},
|
972
|
+
"path": "/docs/providers/vsphere/r/virtual_disk.html",
|
973
|
+
"properties": [
|
974
|
+
"vmdk_path",
|
975
|
+
"datastore",
|
976
|
+
"size",
|
977
|
+
"datacenter",
|
978
|
+
"type",
|
979
|
+
"adapter_type"
|
980
|
+
]
|
981
|
+
},
|
982
|
+
"vsphere_virtual_machine": {
|
983
|
+
"full_properties": {
|
984
|
+
"timeout": {
|
985
|
+
"description": "setting in the customization",
|
986
|
+
"required": false
|
987
|
+
},
|
988
|
+
"wait_for_guest_net_timeoutwait_for_guest_net_routable": {
|
989
|
+
}
|
990
|
+
},
|
991
|
+
"path": "/docs/providers/vsphere/r/virtual_machine.html",
|
992
|
+
"properties": [
|
993
|
+
"timeout",
|
994
|
+
"wait_for_guest_net_timeoutwait_for_guest_net_routable"
|
995
|
+
]
|
996
|
+
},
|
997
|
+
"vsphere_virtual_machine_snapshot": {
|
998
|
+
"full_properties": {
|
999
|
+
"consolidate": {
|
1000
|
+
"description": "If set to true, the delta disks involved in this",
|
1001
|
+
"required": false
|
1002
|
+
},
|
1003
|
+
"description": {
|
1004
|
+
"description": "A description for the snapshot.",
|
1005
|
+
"required": true
|
1006
|
+
},
|
1007
|
+
"memory": {
|
1008
|
+
"description": "If set to true, a dump of the internal state of the",
|
1009
|
+
"required": true
|
1010
|
+
},
|
1011
|
+
"quiesce": {
|
1012
|
+
"description": "If set to true, and the virtual machine is powered",
|
1013
|
+
"required": true
|
1014
|
+
},
|
1015
|
+
"remove_children": {
|
1016
|
+
"description": "If set to true, the entire snapshot subtree",
|
1017
|
+
"required": false
|
1018
|
+
},
|
1019
|
+
"snapshot_name": {
|
1020
|
+
"description": "The name of the snapshot.",
|
1021
|
+
"required": true
|
1022
|
+
},
|
1023
|
+
"virtual_machine_uuid": {
|
1024
|
+
"description": "The virtual machine UUID.",
|
1025
|
+
"required": true
|
1026
|
+
}
|
1027
|
+
},
|
1028
|
+
"path": "/docs/providers/vsphere/r/virtual_machine_snapshot.html",
|
1029
|
+
"properties": [
|
1030
|
+
"virtual_machine_uuid",
|
1031
|
+
"snapshot_name",
|
1032
|
+
"description",
|
1033
|
+
"memory",
|
1034
|
+
"quiesce",
|
1035
|
+
"remove_children",
|
1036
|
+
"consolidate"
|
1037
|
+
]
|
1038
|
+
},
|
1039
|
+
"vsphere_vmfs_datastore": {
|
1040
|
+
"full_properties": {
|
1041
|
+
"datastore_cluster_id": {
|
1042
|
+
"description": "The managed object",
|
1043
|
+
"required": false
|
1044
|
+
},
|
1045
|
+
"disks": {
|
1046
|
+
"description": "The disks to use with the datastore.",
|
1047
|
+
"required": true
|
1048
|
+
},
|
1049
|
+
"folder": {
|
1050
|
+
"description": "The relative path to a folder to put this datastore in.",
|
1051
|
+
"required": false
|
1052
|
+
},
|
1053
|
+
"host_system_id": {
|
1054
|
+
"description": "The managed object ID of",
|
1055
|
+
"required": true
|
1056
|
+
},
|
1057
|
+
"name": {
|
1058
|
+
"description": "The name of the datastore. Forces a new resource if",
|
1059
|
+
"required": true
|
1060
|
+
},
|
1061
|
+
"tags": {
|
1062
|
+
"description": "The IDs of any tags to attach to this resource. See",
|
1063
|
+
"required": false
|
1064
|
+
}
|
1065
|
+
},
|
1066
|
+
"path": "/docs/providers/vsphere/r/vmfs_datastore.html",
|
1067
|
+
"properties": [
|
1068
|
+
"name",
|
1069
|
+
"host_system_id",
|
1070
|
+
"disks",
|
1071
|
+
"folder",
|
1072
|
+
"datastore_cluster_id",
|
1073
|
+
"tags"
|
1074
|
+
]
|
1075
|
+
}
|
1076
|
+
}
|