-
Notifications
You must be signed in to change notification settings - Fork 395
Expand file tree
/
Copy pathmetadata.display.yaml
More file actions
422 lines (421 loc) · 13.7 KB
/
metadata.display.yaml
File metadata and controls
422 lines (421 loc) · 13.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
# Copyright 2026 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
apiVersion: blueprints.cloud.google.com/v1alpha1
kind: BlueprintMetadata
metadata:
name: terraform-google-vm-instance-template-display
annotations:
config.kubernetes.io/local-config: "true"
spec:
info:
title: instance_template
source:
repo: https://github.com/terraform-google-modules/terraform-google-vm
sourceType: git
dir: /modules/instance_template
ui:
input:
variables:
access_config:
name: access_config
title: Access Config
altDefaults:
- type: ALTERNATE_TYPE_DC
value:
- nat_ip: null
network_tier: PREMIUM
properties:
network_tier:
name: network_tier
title: Network Tier
enumValueLabels:
- label: PREMIUM
value: PREMIUM
- label: STANDARD
value: STANDARD
- label: FIXED_STANDARD
value: FIXED_STANDARD
additional_disks:
name: additional_disks
title: Additional Disks
properties:
disk_type:
name: disk_type
title: Disk Type
enumValueLabels:
- label: pd-standard
value: pd-standard
- label: pd-balanced
value: pd-balanced
- label: pd-ssd
value: pd-ssd
- label: local-ssd
value: local-ssd
- label: hyperdisk-balanced
value: hyperdisk-balanced
- label: hyperdisk-throughput
value: hyperdisk-throughput
- label: hyperdisk-extreme
value: hyperdisk-extreme
interface:
name: interface
title: Interface
enumValueLabels:
- label: SCSI
value: SCSI
- label: NVME
value: NVME
mode:
name: mode
title: Mode
enumValueLabels:
- label: READ_WRITE
value: READ_WRITE
- label: READ_ONLY
value: READ_ONLY
additional_networks:
name: additional_networks
title: Additional Networks
properties:
access_config:
name: access_config
title: Access Config
properties:
network_tier:
name: network_tier
title: Network Tier
enumValueLabels:
- label: PREMIUM
value: PREMIUM
- label: STANDARD
value: STANDARD
- label: FIXED_STANDARD
value: FIXED_STANDARD
ipv6_access_config:
name: ipv6_access_config
title: Ipv6 Access Config
properties:
network_tier:
name: network_tier
title: Network Tier
enumValueLabels:
- label: PREMIUM
value: PREMIUM
- label: STANDARD
value: STANDARD
network:
name: network
title: Network
regexValidation: ^(?:[a-z0-9-]{1,63}|projects/[a-z0-9-]+/global/networks/[a-z0-9-]{1,63})$
validation: Invalid network format. Must be a network name or a self link.
network_ip:
name: network_ip
title: Network Ip
regexValidation: ^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?).){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$
validation: Invalid IP address format. Must be a valid IPv4 address.
nic_type:
name: nic_type
title: Nic Type
enumValueLabels:
- label: VIRTIO_NET
value: VIRTIO_NET
- label: GVNIC
value: GVNIC
- label: MRDMA
value: MRDMA
- label: IRDMA
value: IRDMA
stack_type:
name: stack_type
title: Stack Type
enumValueLabels:
- label: IPV4_ONLY
value: IPV4_ONLY
- label: IPV6_ONLY
value: IPV6_ONLY
- label: IPV4_IPV6
value: IPV4_IPV6
subnetwork:
name: subnetwork
title: Subnetwork
regexValidation: ^(?:[a-z0-9-]{1,63}|(?:projects/[a-z0-9-]+/)?(?:regions/[a-z0-9-]+/)?subnetworks/[a-z0-9-]{1,63})$
validation: Invalid subnetwork format. Must be a subnetwork name or a self link.
alias_ip_range:
name: alias_ip_range
title: Alias Ip Range
auto_delete:
name: auto_delete
title: Auto Delete
enumValueLabels:
- label: "true"
value: "true"
- label: "false"
value: "false"
automatic_restart:
name: automatic_restart
title: Automatic Restart
level: 1
can_ip_forward:
name: can_ip_forward
title: Can Ip Forward
enumValueLabels:
- label: "false"
value: "false"
- label: "true"
value: "true"
confidential_instance_type:
name: confidential_instance_type
title: Confidential Instance Type
enumValueLabels:
- label: SEV
value: SEV
- label: SEV_SNP
value: SEV_SNP
- label: TDX
value: TDX
create_service_account:
name: create_service_account
title: Create Service Account
level: 1
description:
name: description
title: Description
level: 1
disk_encryption_key:
name: disk_encryption_key
title: Disk Encryption Key
disk_labels:
name: disk_labels
title: Disk Labels
disk_resource_policies:
name: disk_resource_policies
title: Disk Resource Policies
disk_size_gb:
name: disk_size_gb
title: Disk Size Gb
level: 1
disk_type:
name: disk_type
title: Disk Type
enumValueLabels:
- label: pd-standard
value: pd-standard
- label: pd-balanced
value: pd-balanced
- label: pd-ssd
value: pd-ssd
- label: local-ssd
value: local-ssd
- label: hyperdisk-balanced
value: hyperdisk-balanced
- label: hyperdisk-throughput
value: hyperdisk-throughput
- label: hyperdisk-extreme
value: hyperdisk-extreme
level: 1
enable_confidential_vm:
name: enable_confidential_vm
title: Enable Confidential Vm
enable_nested_virtualization:
name: enable_nested_virtualization
title: Enable Nested Virtualization
enable_shielded_vm:
name: enable_shielded_vm
title: Enable Shielded Vm
gpu:
name: gpu
title: Gpu
instance_description:
name: instance_description
title: Instance Description
level: 1
ipv6_access_config:
name: ipv6_access_config
title: Ipv6 Access Config
properties:
network_tier:
name: network_tier
title: Network Tier
enumValueLabels:
- label: PREMIUM
value: PREMIUM
- label: STANDARD
value: STANDARD
labels:
name: labels
title: Labels
machine_type:
name: machine_type
title: Machine Type
level: 1
maintenance_interval:
name: maintenance_interval
title: Maintenance Interval
metadata:
name: metadata
title: Metadata
min_cpu_platform:
name: min_cpu_platform
title: Min Cpu Platform
enumValueLabels:
- label: Intel Haswell
value: Intel Haswell
- label: Intel Skylake
value: Intel Skylake
name_prefix:
name: name_prefix
title: Name Prefix
regexValidation: ^[a-z][a-z0-9-]{0,51}[a-z0-9]$
validation: Use lowercase letters, numbers, and hyphens. Start with a letter and end with letter/number. Must be 53 characters or fewer.
level: 1
network:
name: network
title: Network
regexValidation: ^(?:[a-z0-9-]{1,63}|projects/[a-z0-9-]+/global/networks/[a-z0-9-]{1,63})$
validation: Invalid network format. Must be a network name or a self link.
level: 1
altDefaults:
- type: ALTERNATE_TYPE_DC
value: default
network_attachment:
name: network_attachment
title: Network Attachment
network_ip:
name: network_ip
title: Network Ip
regexValidation: ^((25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?).){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$
validation: Invalid IP address format. Must be a valid IPv4 address.
nic_type:
name: nic_type
title: Nic Type
enumValueLabels:
- label: VIRTIO_NET
value: VIRTIO_NET
- label: GVNIC
value: GVNIC
- label: MRDMA
value: MRDMA
- label: IRDMA
value: IRDMA
on_host_maintenance:
name: on_host_maintenance
title: On Host Maintenance
enumValueLabels:
- label: MIGRATE
value: MIGRATE
- label: TERMINATE
value: TERMINATE
preemptible:
name: preemptible
title: Preemptible
enumValueLabels:
- label: "true"
value: "true"
- label: "false"
value: "false"
project_id:
name: project_id
title: Project Id
level: 1
region:
name: region
title: Region
level: 1
resource_manager_tags:
name: resource_manager_tags
title: Resource Manager Tags
resource_policies:
name: resource_policies
title: Resource Policies
service_account:
name: service_account
title: Service Account
service_account_project_roles:
name: service_account_project_roles
title: Service Account Project Roles
regexValidation: ^(roles/[a-zA-Z0-9_.]+|(projects/[a-z][a-z0-9-]{4,28}[a-z0-9]|organizations/[0-9]+)/roles/[a-zA-Z0-9_]+)$
validation: Role must be a valid Google Cloud IAM role name, in the format of 'roles/{role_name}'.
shielded_instance_config:
name: shielded_instance_config
title: Shielded Instance Config
source_image:
name: source_image
title: Source Image
level: 1
source_image_family:
name: source_image_family
title: Source Image Family
source_image_project:
name: source_image_project
title: Source Image Project
level: 1
spot:
name: spot
title: Spot
level: 1
spot_instance_termination_action:
name: spot_instance_termination_action
title: Spot Instance Termination Action
enumValueLabels:
- label: STOP
value: STOP
- label: DELETE
value: DELETE
stack_type:
name: stack_type
title: Stack Type
enumValueLabels:
- label: IPV4_ONLY
value: IPV4_ONLY
- label: IPV4_IPV6
value: IPV4_IPV6
- label: IPV6_ONLY
value: IPV6_ONLY
startup_script:
name: startup_script
title: Startup Script
subnets:
name: subnets
title: Subnets
subnetwork:
name: subnetwork
title: Subnetwork
regexValidation: ^(?:[a-z0-9-]{1,63}|(?:projects/[a-z0-9-]+/)?(?:regions/[a-z0-9-]+/)?subnetworks/[a-z0-9-]{1,63})$
validation: Invalid subnetwork format. Must be a subnetwork name or a self link.
level: 1
subnetwork_project:
name: subnetwork_project
title: Subnetwork Project
tags:
name: tags
title: Tags
threads_per_core:
name: threads_per_core
title: Threads Per Core
level: 1
total_egress_bandwidth_tier:
name: total_egress_bandwidth_tier
title: Total Egress Bandwidth Tier
enumValueLabels:
- label: DEFAULT
value: DEFAULT
- label: TIER_1
value: TIER_1
vlan:
name: vlan
title: Vlan
runtime:
outputs:
network_interface_details:
visibility: VISIBILITY_ROOT