mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-14 01:35:34 -04:00
GCP: Add more N2D VMs to supported list (#6)
This commit is contained in:
parent
6b6b6df7e1
commit
6da228758c
2 changed files with 22 additions and 0 deletions
|
@ -11,4 +11,25 @@ var InstanceTypes = []string{
|
|||
"n2d-standard-64",
|
||||
"n2d-standard-80",
|
||||
"n2d-standard-96",
|
||||
"n2d-standard-128",
|
||||
"n2d-standard-224",
|
||||
"n2d-highmem-2",
|
||||
"n2d-highmem-4",
|
||||
"n2d-highmem-8",
|
||||
"n2d-highmem-16",
|
||||
"n2d-highmem-32",
|
||||
"n2d-highmem-48",
|
||||
"n2d-highmem-64",
|
||||
"n2d-highmem-80",
|
||||
"n2d-highmem-96",
|
||||
"n2d-highcpu-4",
|
||||
"n2d-highcpu-8",
|
||||
"n2d-highcpu-16",
|
||||
"n2d-highcpu-32",
|
||||
"n2d-highcpu-48",
|
||||
"n2d-highcpu-64",
|
||||
"n2d-highcpu-80",
|
||||
"n2d-highcpu-96",
|
||||
"n2d-highcpu-128",
|
||||
"n2d-highcpu-224",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue