File tree Expand file tree Collapse file tree 1 file changed +53
-0
lines changed
Expand file tree Collapse file tree 1 file changed +53
-0
lines changed Original file line number Diff line number Diff line change 166166 ],
167167 "type" : " object"
168168 },
169+ "ComputeEngineGPUSpecificAttributes" : {
170+ "properties" : {
171+ "discriminator" : {
172+ "type" : " string"
173+ },
174+ "flavor" : {
175+ "description" : " Flavor" ,
176+ "example" : " c1.1" ,
177+ "nullable" : true ,
178+ "type" : " string"
179+ },
180+ "hardware" : {
181+ "description" : " Hardware" ,
182+ "example" : " Intel" ,
183+ "nullable" : true ,
184+ "type" : " string"
185+ },
186+ "metro" : {
187+ "description" : " metro" ,
188+ "example" : false ,
189+ "nullable" : true ,
190+ "type" : " boolean"
191+ },
192+ "os" : {
193+ "description" : " Operating System (e.g. `windows`, `windows-managed`)" ,
194+ "example" : " windows" ,
195+ "nullable" : true ,
196+ "type" : " string"
197+ },
198+ "ram" : {
199+ "description" : " RAM (in GB)" ,
200+ "example" : 2 ,
201+ "format" : " float" ,
202+ "nullable" : true ,
203+ "type" : " number"
204+ },
205+ "vCPU" : {
206+ "description" : " Number of vCPU" ,
207+ "example" : 1 ,
208+ "format" : " int64" ,
209+ "nullable" : true ,
210+ "type" : " integer"
211+ }
212+ },
213+ "required" : [
214+ " discriminator"
215+ ],
216+ "type" : " object"
217+ },
169218 "ComputeEngineSpecificAttributes" : {
170219 "properties" : {
171220 "discriminator" : {
836885 "mapping" : {
837886 "Archiving" : " #/components/schemas/ArchivingSpecificAttributes" ,
838887 "ComputeEngine" : " #/components/schemas/ComputeEngineSpecificAttributes" ,
888+ "ComputeEngineGPU" : " #/components/schemas/ComputeEngineGPUSpecificAttributes" ,
839889 "ConfidentialComputing" : " #/components/schemas/ConfidentialComputingSpecificAttributes" ,
840890 "Data\u0026 AI" : " #/components/schemas/DataAndAI" ,
841891 "Database" : " #/components/schemas/PublicDatabaseSpecificAttributes" ,
858908 {
859909 "$ref" : " #/components/schemas/ComputeEngineSpecificAttributes"
860910 },
911+ {
912+ "$ref" : " #/components/schemas/ComputeEngineGPUSpecificAttributes"
913+ },
861914 {
862915 "$ref" : " #/components/schemas/NetworkSpecificAttributes"
863916 },
You can’t perform that action at this time.
0 commit comments