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,813 @@
|
|
1
|
+
{
|
2
|
+
"nsxt_algorithm_type_ns_service": {
|
3
|
+
"full_properties": {
|
4
|
+
"algorithm": {
|
5
|
+
"description": "Algorithm one of \"ORACLE_TNS\", \"FTP\", \"SUN_RPC_TCP\", \"SUN_RPC_UDP\", \"MS_RPC_TCP\", \"MS_RPC_UDP\", \"NBNS_BROADCAST\", \"NBDG_BROADCAST\", \"TFTP\"",
|
6
|
+
"required": true
|
7
|
+
},
|
8
|
+
"description": {
|
9
|
+
"description": "Description.",
|
10
|
+
"required": false
|
11
|
+
},
|
12
|
+
"destination_port": {
|
13
|
+
"description": "a single destination port.",
|
14
|
+
"required": true
|
15
|
+
},
|
16
|
+
"display_name": {
|
17
|
+
"description": "Display name, defaults to ID if not set.",
|
18
|
+
"required": false
|
19
|
+
},
|
20
|
+
"source_ports": {
|
21
|
+
"description": "Set of source ports/ranges.",
|
22
|
+
"required": false
|
23
|
+
},
|
24
|
+
"tag": {
|
25
|
+
"description": "A list of scope + tag pairs to associate with this service.",
|
26
|
+
"required": false
|
27
|
+
}
|
28
|
+
},
|
29
|
+
"path": "/docs/providers/nsxt/r/algorithm_type_ns_service.html",
|
30
|
+
"properties": [
|
31
|
+
"display_name",
|
32
|
+
"description",
|
33
|
+
"destination_port",
|
34
|
+
"source_ports",
|
35
|
+
"algorithm",
|
36
|
+
"tag"
|
37
|
+
]
|
38
|
+
},
|
39
|
+
"nsxt_dhcp_relay_profile": {
|
40
|
+
"full_properties": {
|
41
|
+
"description": {
|
42
|
+
"description": "Description of this resource.",
|
43
|
+
"required": false
|
44
|
+
},
|
45
|
+
"display_name": {
|
46
|
+
"description": "The display name of this resource. Defaults to ID if not set.",
|
47
|
+
"required": false
|
48
|
+
},
|
49
|
+
"server_addresses": {
|
50
|
+
"description": "IP addresses of the DHCP relay servers.",
|
51
|
+
"required": true
|
52
|
+
},
|
53
|
+
"tag": {
|
54
|
+
"description": "A list of scope + tag pairs to associate with this dhcp relay profile.",
|
55
|
+
"required": false
|
56
|
+
}
|
57
|
+
},
|
58
|
+
"path": "/docs/providers/nsxt/r/dhcp_relay_profile.html",
|
59
|
+
"properties": [
|
60
|
+
"description",
|
61
|
+
"display_name",
|
62
|
+
"tag",
|
63
|
+
"server_addresses"
|
64
|
+
]
|
65
|
+
},
|
66
|
+
"nsxt_dhcp_relay_service": {
|
67
|
+
"full_properties": {
|
68
|
+
"description": {
|
69
|
+
"description": "Description of this resource.",
|
70
|
+
"required": false
|
71
|
+
},
|
72
|
+
"dhcp_relay_profile_id": {
|
73
|
+
"description": "dhcp relay profile referenced by the dhcp relay service.",
|
74
|
+
"required": true
|
75
|
+
},
|
76
|
+
"display_name": {
|
77
|
+
"description": "The display name of this resource. Defaults to ID if not set.",
|
78
|
+
"required": false
|
79
|
+
},
|
80
|
+
"tag": {
|
81
|
+
"description": "A list of scope + tag pairs to associate with this dhcp_relay_service.",
|
82
|
+
"required": false
|
83
|
+
}
|
84
|
+
},
|
85
|
+
"path": "/docs/providers/nsxt/r/dhcp_relay_service.html",
|
86
|
+
"properties": [
|
87
|
+
"description",
|
88
|
+
"display_name",
|
89
|
+
"tag",
|
90
|
+
"dhcp_relay_profile_id"
|
91
|
+
]
|
92
|
+
},
|
93
|
+
"nsxt_ether_type_ns_service": {
|
94
|
+
"full_properties": {
|
95
|
+
"description": {
|
96
|
+
"description": "Description.",
|
97
|
+
"required": false
|
98
|
+
},
|
99
|
+
"display_name": {
|
100
|
+
"description": "Display name, defaults to ID if not set.",
|
101
|
+
"required": false
|
102
|
+
},
|
103
|
+
"ether_type": {
|
104
|
+
"description": "Type of the encapsulated protocol.",
|
105
|
+
"required": true
|
106
|
+
},
|
107
|
+
"tag": {
|
108
|
+
"description": "A list of scope + tag pairs to associate with this service.",
|
109
|
+
"required": false
|
110
|
+
}
|
111
|
+
},
|
112
|
+
"path": "/docs/providers/nsxt/r/ether_type_ns_service.html",
|
113
|
+
"properties": [
|
114
|
+
"display_name",
|
115
|
+
"description",
|
116
|
+
"ether_type",
|
117
|
+
"tag"
|
118
|
+
]
|
119
|
+
},
|
120
|
+
"nsxt_firewall_section": {
|
121
|
+
"full_properties": {
|
122
|
+
"action": {
|
123
|
+
"description": "Action enforced on the packets which matches the firewall rule. [Allowed values: \"ALLOW\", \"DROP\", \"REJECT\"]",
|
124
|
+
"required": true
|
125
|
+
},
|
126
|
+
"applied_to": {
|
127
|
+
"description": "List of object where rule will be enforced. The section level field overrides this one. Null will be treated as any. [Supported target types: \"LogicalPort\", \"LogicalSwitch\", \"NSGroup\"]",
|
128
|
+
"required": false
|
129
|
+
},
|
130
|
+
"description": {
|
131
|
+
"description": "Description of this rule.",
|
132
|
+
"required": false
|
133
|
+
},
|
134
|
+
"destination": {
|
135
|
+
"description": "List of the destinations. Null will be treated as any. [Allowed target types: \"IPSet\", \"LogicalPort\", \"LogicalSwitch\", \"NSGroup\", \"MACSet\" (depending on the section type)]",
|
136
|
+
"required": false
|
137
|
+
},
|
138
|
+
"destinations_excluded": {
|
139
|
+
"description": "Negation of the destination.",
|
140
|
+
"required": false
|
141
|
+
},
|
142
|
+
"direction": {
|
143
|
+
"description": "Rule direction in case of stateless firewall rules. This will only considered if section level parameter is set to stateless. Default to IN_OUT if not specified. [Allowed values: \"IN\", \"OUT\", \"IN_OUT\"]",
|
144
|
+
"required": false
|
145
|
+
},
|
146
|
+
"disabled": {
|
147
|
+
"description": "Flag to disable rule. Disabled will only be persisted but never provisioned/realized.",
|
148
|
+
"required": false
|
149
|
+
},
|
150
|
+
"display_name": {
|
151
|
+
"description": "The display name of this rule. Defaults to ID if not set.",
|
152
|
+
"required": false
|
153
|
+
},
|
154
|
+
"ip_protocol": {
|
155
|
+
"description": "Type of IP packet that should be matched while enforcing the rule. [allowed values: \"IPV4\", \"IPV6\", \"IPV4_IPV6\"]",
|
156
|
+
"required": false
|
157
|
+
},
|
158
|
+
"logged": {
|
159
|
+
"description": "Flag to enable packet logging. Default is disabled.",
|
160
|
+
"required": false
|
161
|
+
},
|
162
|
+
"notes": {
|
163
|
+
"description": "User notes specific to the rule.",
|
164
|
+
"required": false
|
165
|
+
},
|
166
|
+
"rule_tag": {
|
167
|
+
"description": "User level field which will be printed in CLI and packet logs.",
|
168
|
+
"required": false
|
169
|
+
},
|
170
|
+
"ruledisplay_namedescriptionactionapplied_todestinationdestinations_excludeddirectiondisabledip_protocolloggednotesrule_tagservicesourcesources_excluded": {
|
171
|
+
},
|
172
|
+
"section_type": {
|
173
|
+
"description": "Type of the rules which a section can contain. Either LAYER2 or LAYER3. Only homogeneous sections are supported.",
|
174
|
+
"required": true
|
175
|
+
},
|
176
|
+
"service": {
|
177
|
+
"description": "List of the services. Null will be treated as any. [Allowed target types: \"NSService\", \"NSServiceGroup\"]",
|
178
|
+
"required": false
|
179
|
+
},
|
180
|
+
"source": {
|
181
|
+
"description": "List of sources. Null will be treated as any. [Allowed target types: \"IPSet\", \"LogicalPort\", \"LogicalSwitch\", \"NSGroup\", \"MACSet\" (depending on the section type)]",
|
182
|
+
"required": false
|
183
|
+
},
|
184
|
+
"sources_excluded": {
|
185
|
+
"description": "Negation of the source.",
|
186
|
+
"required": false
|
187
|
+
},
|
188
|
+
"stateful": {
|
189
|
+
"description": "Stateful or Stateless nature of firewall section is enforced on all rules inside the section. Layer3 sections can be stateful or stateless. Layer2 sections can only be stateless.",
|
190
|
+
"required": true
|
191
|
+
},
|
192
|
+
"tag": {
|
193
|
+
"description": "A list of scope + tag pairs to associate with this firewall section.",
|
194
|
+
"required": false
|
195
|
+
}
|
196
|
+
},
|
197
|
+
"path": "/docs/providers/nsxt/r/firewall_section.html",
|
198
|
+
"properties": [
|
199
|
+
"display_name",
|
200
|
+
"description",
|
201
|
+
"tag",
|
202
|
+
"applied_to",
|
203
|
+
"section_type",
|
204
|
+
"stateful",
|
205
|
+
"ruledisplay_namedescriptionactionapplied_todestinationdestinations_excludeddirectiondisabledip_protocolloggednotesrule_tagservicesourcesources_excluded",
|
206
|
+
"action",
|
207
|
+
"destination",
|
208
|
+
"destinations_excluded",
|
209
|
+
"direction",
|
210
|
+
"disabled",
|
211
|
+
"ip_protocol",
|
212
|
+
"logged",
|
213
|
+
"notes",
|
214
|
+
"rule_tag",
|
215
|
+
"service",
|
216
|
+
"source",
|
217
|
+
"sources_excluded"
|
218
|
+
]
|
219
|
+
},
|
220
|
+
"nsxt_icmp_type_ns_service": {
|
221
|
+
"full_properties": {
|
222
|
+
"description": {
|
223
|
+
"description": "Description.",
|
224
|
+
"required": false
|
225
|
+
},
|
226
|
+
"display_name": {
|
227
|
+
"description": "Display name, defaults to ID if not set.",
|
228
|
+
"required": false
|
229
|
+
},
|
230
|
+
"icmp_code": {
|
231
|
+
"description": "ICMP message code",
|
232
|
+
"required": false
|
233
|
+
},
|
234
|
+
"icmp_type": {
|
235
|
+
"description": "ICMP message type.",
|
236
|
+
"required": false
|
237
|
+
},
|
238
|
+
"protocol": {
|
239
|
+
"description": "Version of ICMP protocol ICMPv4 or ICMPv6.",
|
240
|
+
"required": true
|
241
|
+
},
|
242
|
+
"tag": {
|
243
|
+
"description": "A list of scope + tag pairs to associate with this service.",
|
244
|
+
"required": false
|
245
|
+
}
|
246
|
+
},
|
247
|
+
"path": "/docs/providers/nsxt/r/icmp_type_ns_service.html",
|
248
|
+
"properties": [
|
249
|
+
"display_name",
|
250
|
+
"description",
|
251
|
+
"protocol",
|
252
|
+
"icmp_type",
|
253
|
+
"icmp_code",
|
254
|
+
"tag"
|
255
|
+
]
|
256
|
+
},
|
257
|
+
"nsxt_igmp_type_ns_service": {
|
258
|
+
"full_properties": {
|
259
|
+
"description": {
|
260
|
+
"description": "Description.",
|
261
|
+
"required": false
|
262
|
+
},
|
263
|
+
"display_name": {
|
264
|
+
"description": "Display name, defaults to ID if not set.",
|
265
|
+
"required": false
|
266
|
+
},
|
267
|
+
"tag": {
|
268
|
+
"description": "A list of scope + tag pairs to associate with this service.",
|
269
|
+
"required": false
|
270
|
+
}
|
271
|
+
},
|
272
|
+
"path": "/docs/providers/nsxt/r/igmp_type_ns_service.html",
|
273
|
+
"properties": [
|
274
|
+
"display_name",
|
275
|
+
"description",
|
276
|
+
"tag"
|
277
|
+
]
|
278
|
+
},
|
279
|
+
"nsxt_ip_protocol_ns_service": {
|
280
|
+
"full_properties": {
|
281
|
+
"description": {
|
282
|
+
"description": "Description.",
|
283
|
+
"required": false
|
284
|
+
},
|
285
|
+
"display_name": {
|
286
|
+
"description": "Display name, defaults to ID if not set.",
|
287
|
+
"required": false
|
288
|
+
},
|
289
|
+
"protocol": {
|
290
|
+
"description": "IP protocol number (0-255)",
|
291
|
+
"required": true
|
292
|
+
},
|
293
|
+
"tag": {
|
294
|
+
"description": "A list of scope + tag pairs to associate with this service.",
|
295
|
+
"required": false
|
296
|
+
}
|
297
|
+
},
|
298
|
+
"path": "/docs/providers/nsxt/r/ip_protocol_ns_service.html",
|
299
|
+
"properties": [
|
300
|
+
"display_name",
|
301
|
+
"description",
|
302
|
+
"protocol",
|
303
|
+
"tag"
|
304
|
+
]
|
305
|
+
},
|
306
|
+
"nsxt_ip_set": {
|
307
|
+
"full_properties": {
|
308
|
+
"description": {
|
309
|
+
"description": "Description of this resource.",
|
310
|
+
"required": false
|
311
|
+
},
|
312
|
+
"display_name": {
|
313
|
+
"description": "The display name of this resource. Defaults to ID if not set.",
|
314
|
+
"required": false
|
315
|
+
},
|
316
|
+
"ip_addresses": {
|
317
|
+
"description": "IP addresses.",
|
318
|
+
"required": false
|
319
|
+
},
|
320
|
+
"tag": {
|
321
|
+
"description": "A list of scope + tag pairs to associate with this ip_set.",
|
322
|
+
"required": false
|
323
|
+
}
|
324
|
+
},
|
325
|
+
"path": "/docs/providers/nsxt/r/ip_set.html",
|
326
|
+
"properties": [
|
327
|
+
"description",
|
328
|
+
"display_name",
|
329
|
+
"tag",
|
330
|
+
"ip_addresses"
|
331
|
+
]
|
332
|
+
},
|
333
|
+
"nsxt_l4_port_set_ns_service": {
|
334
|
+
"full_properties": {
|
335
|
+
"description": {
|
336
|
+
"description": "Description of this resource.",
|
337
|
+
"required": false
|
338
|
+
},
|
339
|
+
"destination_ports": {
|
340
|
+
"description": "Set of destination ports.",
|
341
|
+
"required": false
|
342
|
+
},
|
343
|
+
"display_name": {
|
344
|
+
"description": "Display name, defaults to ID if not set.",
|
345
|
+
"required": false
|
346
|
+
},
|
347
|
+
"protocol": {
|
348
|
+
"description": "VL4 protocol",
|
349
|
+
"required": false
|
350
|
+
},
|
351
|
+
"source_ports": {
|
352
|
+
"description": "Set of source ports.",
|
353
|
+
"required": false
|
354
|
+
},
|
355
|
+
"tag": {
|
356
|
+
"description": "A list of scope + tag pairs to associate with this service.",
|
357
|
+
"required": false
|
358
|
+
}
|
359
|
+
},
|
360
|
+
"path": "/docs/providers/nsxt/r/l4_port_set_ns_service.html",
|
361
|
+
"properties": [
|
362
|
+
"display_name",
|
363
|
+
"description",
|
364
|
+
"destination_ports",
|
365
|
+
"source_ports",
|
366
|
+
"protocol",
|
367
|
+
"tag"
|
368
|
+
]
|
369
|
+
},
|
370
|
+
"nsxt_logical_port": {
|
371
|
+
"full_properties": {
|
372
|
+
"admin_state": {
|
373
|
+
"description": "Admin state for the logical port. Accepted values - 'UP' or 'DOWN'. The default value is 'UP'.",
|
374
|
+
"required": false
|
375
|
+
},
|
376
|
+
"description": {
|
377
|
+
"description": "Description of this resource.",
|
378
|
+
"required": false
|
379
|
+
},
|
380
|
+
"display_name": {
|
381
|
+
"description": "Display name, defaults to ID if not set.",
|
382
|
+
"required": false
|
383
|
+
},
|
384
|
+
"logical_switch_id": {
|
385
|
+
"description": "Logical switch ID for the logical port.",
|
386
|
+
"required": true
|
387
|
+
},
|
388
|
+
"switching_profile_id": {
|
389
|
+
"description": "List of IDs of switching profiles (of various types) to be associated with this switch. Default switching profiles will be used if not specified.",
|
390
|
+
"required": false
|
391
|
+
},
|
392
|
+
"tag": {
|
393
|
+
"description": "A list of scope + tag pairs to associate with this logical port.",
|
394
|
+
"required": false
|
395
|
+
}
|
396
|
+
},
|
397
|
+
"path": "/docs/providers/nsxt/r/logical_port.html",
|
398
|
+
"properties": [
|
399
|
+
"display_name",
|
400
|
+
"description",
|
401
|
+
"logical_switch_id",
|
402
|
+
"admin_state",
|
403
|
+
"switching_profile_id",
|
404
|
+
"tag"
|
405
|
+
]
|
406
|
+
},
|
407
|
+
"nsxt_logical_router_downlink_port": {
|
408
|
+
"full_properties": {
|
409
|
+
"description": {
|
410
|
+
"description": "Description of the resource.",
|
411
|
+
"required": false
|
412
|
+
},
|
413
|
+
"display_name": {
|
414
|
+
"description": "Display name, defaults to ID if not set.",
|
415
|
+
"required": false
|
416
|
+
},
|
417
|
+
"ip_address": {
|
418
|
+
"description": "Logical router port subnet (ip_address / prefix length)",
|
419
|
+
"required": true
|
420
|
+
},
|
421
|
+
"linked_logical_switch_port_id": {
|
422
|
+
"description": "Identifier for port on logical switch to connect to",
|
423
|
+
"required": true
|
424
|
+
},
|
425
|
+
"logical_router_id": {
|
426
|
+
"description": "Identifier for logical Tier-1 router on which this port is created",
|
427
|
+
"required": true
|
428
|
+
},
|
429
|
+
"mac_address": {
|
430
|
+
"description": "Mac Address",
|
431
|
+
"required": false
|
432
|
+
},
|
433
|
+
"service_binding": {
|
434
|
+
"description": "A list of services for this port",
|
435
|
+
"required": false
|
436
|
+
},
|
437
|
+
"tag": {
|
438
|
+
"description": "A list of scope + tag pairs to associate with this port.",
|
439
|
+
"required": false
|
440
|
+
},
|
441
|
+
"urpf_mode": {
|
442
|
+
"description": "Unicast Reverse Path Forwarding mode",
|
443
|
+
"required": false
|
444
|
+
}
|
445
|
+
},
|
446
|
+
"path": "/docs/providers/nsxt/r/logical_router_downlink_port.html",
|
447
|
+
"properties": [
|
448
|
+
"logical_router_id",
|
449
|
+
"linked_logical_switch_port_id",
|
450
|
+
"ip_address",
|
451
|
+
"mac_address",
|
452
|
+
"urpf_mode",
|
453
|
+
"display_name",
|
454
|
+
"description",
|
455
|
+
"tag",
|
456
|
+
"service_binding"
|
457
|
+
]
|
458
|
+
},
|
459
|
+
"nsxt_logical_router_link_port_on_tier0": {
|
460
|
+
"full_properties": {
|
461
|
+
"description": {
|
462
|
+
"description": "Description of the resource.",
|
463
|
+
"required": false
|
464
|
+
},
|
465
|
+
"display_name": {
|
466
|
+
"description": "Display name, defaults to ID if not set.",
|
467
|
+
"required": false
|
468
|
+
},
|
469
|
+
"logical_router_id": {
|
470
|
+
"description": "Identifier for logical Tier0 router on which this port is created.",
|
471
|
+
"required": true
|
472
|
+
},
|
473
|
+
"service_binding": {
|
474
|
+
"description": "A list of services for this port",
|
475
|
+
"required": false
|
476
|
+
},
|
477
|
+
"tag": {
|
478
|
+
"description": "A list of scope + tag pairs to associate with this port.",
|
479
|
+
"required": false
|
480
|
+
}
|
481
|
+
},
|
482
|
+
"path": "/docs/providers/nsxt/r/logical_router_link_port_on_tier0.html",
|
483
|
+
"properties": [
|
484
|
+
"logical_router_id",
|
485
|
+
"display_name",
|
486
|
+
"description",
|
487
|
+
"tag",
|
488
|
+
"service_binding"
|
489
|
+
]
|
490
|
+
},
|
491
|
+
"nsxt_logical_router_link_port_on_tier1": {
|
492
|
+
"full_properties": {
|
493
|
+
"description": {
|
494
|
+
"description": "Description of the resource.",
|
495
|
+
"required": false
|
496
|
+
},
|
497
|
+
"display_name": {
|
498
|
+
"description": "Display name, defaults to ID if not set.",
|
499
|
+
"required": false
|
500
|
+
},
|
501
|
+
"linked_logical_switch_port_id": {
|
502
|
+
"description": "Identifier for port on logical Tier-0 router to connect to.",
|
503
|
+
"required": true
|
504
|
+
},
|
505
|
+
"logical_router_id": {
|
506
|
+
"description": "Identifier for logical tier-1 router on which this port is created.",
|
507
|
+
"required": true
|
508
|
+
},
|
509
|
+
"service_binding": {
|
510
|
+
"description": "A list of services for this port",
|
511
|
+
"required": false
|
512
|
+
},
|
513
|
+
"tag": {
|
514
|
+
"description": "A list of scope + tag pairs to associate with this port.",
|
515
|
+
"required": false
|
516
|
+
}
|
517
|
+
},
|
518
|
+
"path": "/docs/providers/nsxt/r/logical_router_link_port_on_tier1.html",
|
519
|
+
"properties": [
|
520
|
+
"logical_router_id",
|
521
|
+
"linked_logical_switch_port_id",
|
522
|
+
"display_name",
|
523
|
+
"description",
|
524
|
+
"tag",
|
525
|
+
"service_binding"
|
526
|
+
]
|
527
|
+
},
|
528
|
+
"nsxt_logical_switch": {
|
529
|
+
"full_properties": {
|
530
|
+
"address_binding": {
|
531
|
+
"description": "List of Address Bindings for the logical switch. This setting allows to provide bindings between IP address, mac Address and vlan.",
|
532
|
+
"required": false
|
533
|
+
},
|
534
|
+
"admin_state": {
|
535
|
+
"description": "Admin state for the logical switch. Accepted values - 'UP' or 'DOWN'. The default value is 'UP'.",
|
536
|
+
"required": false
|
537
|
+
},
|
538
|
+
"description": {
|
539
|
+
"description": "Description of the resource.",
|
540
|
+
"required": false
|
541
|
+
},
|
542
|
+
"display_name": {
|
543
|
+
"description": "Display name, defaults to ID if not set.",
|
544
|
+
"required": false
|
545
|
+
},
|
546
|
+
"ip_pool_id": {
|
547
|
+
"description": "Ip Pool ID to be associated with the logical switch.",
|
548
|
+
"required": false
|
549
|
+
},
|
550
|
+
"mac_pool_id": {
|
551
|
+
"description": "Mac Pool ID to be associated with the logical switch.",
|
552
|
+
"required": false
|
553
|
+
},
|
554
|
+
"replication_mode": {
|
555
|
+
"description": "Replication mode of the Logical Switch. Accepted values - 'MTEP' (Hierarchical Two-Tier replication) and 'SOURCE' (Head Replication), with 'MTEP' being the default value. Applies to overlay logical switches.",
|
556
|
+
"required": false
|
557
|
+
},
|
558
|
+
"switching_profile_id": {
|
559
|
+
"description": "List of IDs of switching profiles (of various types) to be associated with this switch. Default switching profiles will be used if not specified.",
|
560
|
+
"required": false
|
561
|
+
},
|
562
|
+
"tag": {
|
563
|
+
"description": "A list of scope + tag pairs to associate with this logical switch.",
|
564
|
+
"required": false
|
565
|
+
},
|
566
|
+
"transport_zone_id": {
|
567
|
+
"description": "Transport Zone ID for the logical switch.",
|
568
|
+
"required": true
|
569
|
+
},
|
570
|
+
"vlan": {
|
571
|
+
"description": "Vlan for vlan logical switch. If not specified, this switch is overlay logical switch.",
|
572
|
+
"required": false
|
573
|
+
},
|
574
|
+
"vni": {
|
575
|
+
"description": "Vni for the logical switch.",
|
576
|
+
"required": false
|
577
|
+
}
|
578
|
+
},
|
579
|
+
"path": "/docs/providers/nsxt/r/logical_switch.html",
|
580
|
+
"properties": [
|
581
|
+
"transport_zone_id",
|
582
|
+
"admin_state",
|
583
|
+
"replication_mode",
|
584
|
+
"switching_profile_id",
|
585
|
+
"display_name",
|
586
|
+
"description",
|
587
|
+
"ip_pool_id",
|
588
|
+
"mac_pool_id",
|
589
|
+
"vlan",
|
590
|
+
"vni",
|
591
|
+
"address_binding",
|
592
|
+
"tag"
|
593
|
+
]
|
594
|
+
},
|
595
|
+
"nsxt_logical_tier1_router": {
|
596
|
+
"full_properties": {
|
597
|
+
"advertise_connected_routes": {
|
598
|
+
"description": "Enable the router advertisement for all NSX connected routes",
|
599
|
+
"required": false
|
600
|
+
},
|
601
|
+
"advertise_nat_routes": {
|
602
|
+
"description": "Enable the router advertisement for NAT routes",
|
603
|
+
"required": false
|
604
|
+
},
|
605
|
+
"advertise_static_routes": {
|
606
|
+
"description": "Enable the router advertisement for static routes",
|
607
|
+
"required": false
|
608
|
+
},
|
609
|
+
"description": {
|
610
|
+
"description": "Description of the resource.",
|
611
|
+
"required": false
|
612
|
+
},
|
613
|
+
"display_name": {
|
614
|
+
"description": "Display name, defaults to ID if not set.",
|
615
|
+
"required": false
|
616
|
+
},
|
617
|
+
"edge_cluster_id": {
|
618
|
+
"description": "Edge Cluster ID for the logical Tier1 router.",
|
619
|
+
"required": false
|
620
|
+
},
|
621
|
+
"enable_router_advertisement": {
|
622
|
+
"description": "Enable the router advertisement",
|
623
|
+
"required": false
|
624
|
+
},
|
625
|
+
"failover_mode": {
|
626
|
+
"description": "This failover mode determines, whether the preferred service router instance for given logical router will preempt the peer. Note - It can be specified if and only if logical router is ACTIVE_STANDBY and NON_PREEMPTIVE mode is supported only for a Tier1 logical router. For ACTIVE_ACTIVE logical routers, this field must not be populated",
|
627
|
+
"required": false
|
628
|
+
},
|
629
|
+
"tag": {
|
630
|
+
"description": "A list of scope + tag pairs to associate with this logical Tier1 router.",
|
631
|
+
"required": false
|
632
|
+
}
|
633
|
+
},
|
634
|
+
"path": "/docs/providers/nsxt/r/logical_tier1_router.html",
|
635
|
+
"properties": [
|
636
|
+
"edge_cluster_id",
|
637
|
+
"display_name",
|
638
|
+
"description",
|
639
|
+
"tag",
|
640
|
+
"failover_mode",
|
641
|
+
"enable_router_advertisement",
|
642
|
+
"advertise_connected_routes",
|
643
|
+
"advertise_static_routes",
|
644
|
+
"advertise_nat_routes"
|
645
|
+
]
|
646
|
+
},
|
647
|
+
"nsxt_nat_rule": {
|
648
|
+
"full_properties": {
|
649
|
+
"action": {
|
650
|
+
"description": "NAT rule action type. Valid actions are: SNAT, DNAT, NO_NAT and REFLEXIVE. All rules in a logical router are either stateless or stateful. Mix is not supported. SNAT and DNAT are stateful, and can NOT be supported when the logical router is running at active-active HA mode. The REFLEXIVE action is stateless. The NO_NAT action has no translated_fields, only match fields.",
|
651
|
+
"required": true
|
652
|
+
},
|
653
|
+
"description": {
|
654
|
+
"description": "Description of this resource.",
|
655
|
+
"required": false
|
656
|
+
},
|
657
|
+
"display_name": {
|
658
|
+
"description": "The display name of this resource. Defaults to ID if not set.",
|
659
|
+
"required": false
|
660
|
+
},
|
661
|
+
"enabled": {
|
662
|
+
"description": "enable/disable the rule.",
|
663
|
+
"required": false
|
664
|
+
},
|
665
|
+
"logging": {
|
666
|
+
"description": "enable/disable the logging of rule.",
|
667
|
+
"required": false
|
668
|
+
},
|
669
|
+
"logical_router_id": {
|
670
|
+
"description": "ID of the logical router.",
|
671
|
+
"required": true
|
672
|
+
},
|
673
|
+
"match_destination_network": {
|
674
|
+
"description": "IP Address | CIDR | (null implies Any).",
|
675
|
+
"required": false
|
676
|
+
},
|
677
|
+
"match_source_network": {
|
678
|
+
"description": "IP Address | CIDR | (null implies Any).",
|
679
|
+
"required": false
|
680
|
+
},
|
681
|
+
"nat_pass": {
|
682
|
+
"description": "Enable/disable to bypass following firewall stage. The default is true, meaning that the following firewall stage will be skipped. Please note, if action is NO_NAT, then nat_pass must be set to true or omitted.",
|
683
|
+
"required": false
|
684
|
+
},
|
685
|
+
"tag": {
|
686
|
+
"description": "A list of scope + tag pairs to associate with this NAT rule.",
|
687
|
+
"required": false
|
688
|
+
},
|
689
|
+
"translated_network": {
|
690
|
+
"description": "IP Address | IP Range | CIDR. For DNAT rules only a single ip is supported.",
|
691
|
+
"required": false
|
692
|
+
},
|
693
|
+
"translated_ports": {
|
694
|
+
"description": "port number or port range. DNAT only.",
|
695
|
+
"required": false
|
696
|
+
}
|
697
|
+
},
|
698
|
+
"path": "/docs/providers/nsxt/r/nat_rule.html",
|
699
|
+
"properties": [
|
700
|
+
"logical_router_id",
|
701
|
+
"description",
|
702
|
+
"display_name",
|
703
|
+
"tag",
|
704
|
+
"action",
|
705
|
+
"enabled",
|
706
|
+
"logging",
|
707
|
+
"match_destination_network",
|
708
|
+
"match_source_network",
|
709
|
+
"nat_pass",
|
710
|
+
"translated_network",
|
711
|
+
"translated_ports"
|
712
|
+
]
|
713
|
+
},
|
714
|
+
"nsxt_ns_group": {
|
715
|
+
"full_properties": {
|
716
|
+
"description": {
|
717
|
+
"description": "Description of this resource.",
|
718
|
+
"required": false
|
719
|
+
},
|
720
|
+
"display_name": {
|
721
|
+
"description": "The display name of this resource. Defaults to ID if not set.",
|
722
|
+
"required": false
|
723
|
+
},
|
724
|
+
"member": {
|
725
|
+
"description": "Reference to the direct/static members of the NSGroup. Can be ID based expressions only. VirtualMachine cannot be added as a static member. target_type can be: NSGroup, IPSet, LogicalPort, LogicalSwitch, MACSet",
|
726
|
+
"required": false
|
727
|
+
},
|
728
|
+
"membership_criteria": {
|
729
|
+
"description": "List of tag or ID expressions which define the membership criteria for this NSGroup. An object must satisfy at least one of these expressions to qualify as a member of this group.",
|
730
|
+
"required": false
|
731
|
+
},
|
732
|
+
"tag": {
|
733
|
+
"description": "A list of scope + tag pairs to associate with this NS group.",
|
734
|
+
"required": false
|
735
|
+
}
|
736
|
+
},
|
737
|
+
"path": "/docs/providers/nsxt/r/ns_group.html",
|
738
|
+
"properties": [
|
739
|
+
"description",
|
740
|
+
"display_name",
|
741
|
+
"tag",
|
742
|
+
"member",
|
743
|
+
"membership_criteria"
|
744
|
+
]
|
745
|
+
},
|
746
|
+
"nsxt_static_route": {
|
747
|
+
"full_properties": {
|
748
|
+
"administrative_distance": {
|
749
|
+
"description": "Administrative Distance for the next hop IP.",
|
750
|
+
"required": false
|
751
|
+
},
|
752
|
+
"description": {
|
753
|
+
"description": "Description of this resource.",
|
754
|
+
"required": false
|
755
|
+
},
|
756
|
+
"display_name": {
|
757
|
+
"description": "The display name of this resource. Defaults to ID if not set.",
|
758
|
+
"required": false
|
759
|
+
},
|
760
|
+
"ip_address": {
|
761
|
+
"description": "Next Hop IP.",
|
762
|
+
"required": false
|
763
|
+
},
|
764
|
+
"logical_router_id": {
|
765
|
+
"description": "Logical router id.",
|
766
|
+
"required": false
|
767
|
+
},
|
768
|
+
"logical_router_port_id": {
|
769
|
+
"description": "Reference of logical router port to be used for next hop.",
|
770
|
+
"required": false
|
771
|
+
},
|
772
|
+
"network": {
|
773
|
+
"description": "CIDR.",
|
774
|
+
"required": true
|
775
|
+
},
|
776
|
+
"next_hopadministrative_distanceip_addresslogical_router_port_id": {
|
777
|
+
},
|
778
|
+
"tag": {
|
779
|
+
"description": "A list of scope + tag pairs to associate with this static route.",
|
780
|
+
"required": false
|
781
|
+
}
|
782
|
+
},
|
783
|
+
"path": "/docs/providers/nsxt/r/static_route.html",
|
784
|
+
"properties": [
|
785
|
+
"description",
|
786
|
+
"display_name",
|
787
|
+
"tag",
|
788
|
+
"logical_router_id",
|
789
|
+
"network",
|
790
|
+
"next_hopadministrative_distanceip_addresslogical_router_port_id",
|
791
|
+
"administrative_distance",
|
792
|
+
"ip_address",
|
793
|
+
"logical_router_port_id"
|
794
|
+
]
|
795
|
+
},
|
796
|
+
"nsxt_vm_tags": {
|
797
|
+
"full_properties": {
|
798
|
+
"instance_id": {
|
799
|
+
"description": "BIOS Id of the Virtual Machine.",
|
800
|
+
"required": true
|
801
|
+
},
|
802
|
+
"tag": {
|
803
|
+
"description": "A list of scope + tag pairs to associate with this VM.",
|
804
|
+
"required": true
|
805
|
+
}
|
806
|
+
},
|
807
|
+
"path": "/docs/providers/nsxt/r/vm_tags.html",
|
808
|
+
"properties": [
|
809
|
+
"instance_id",
|
810
|
+
"tag"
|
811
|
+
]
|
812
|
+
}
|
813
|
+
}
|