Skip to content

Commit dd36b1b

Browse files
OAS Update
1 parent aeb4d7d commit dd36b1b

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

services/pim/v2/pim.json

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,55 @@
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": {
@@ -836,6 +885,7 @@
836885
"mapping": {
837886
"Archiving": "#/components/schemas/ArchivingSpecificAttributes",
838887
"ComputeEngine": "#/components/schemas/ComputeEngineSpecificAttributes",
888+
"ComputeEngineGPU": "#/components/schemas/ComputeEngineGPUSpecificAttributes",
839889
"ConfidentialComputing": "#/components/schemas/ConfidentialComputingSpecificAttributes",
840890
"Data\u0026AI": "#/components/schemas/DataAndAI",
841891
"Database": "#/components/schemas/PublicDatabaseSpecificAttributes",
@@ -858,6 +908,9 @@
858908
{
859909
"$ref": "#/components/schemas/ComputeEngineSpecificAttributes"
860910
},
911+
{
912+
"$ref": "#/components/schemas/ComputeEngineGPUSpecificAttributes"
913+
},
861914
{
862915
"$ref": "#/components/schemas/NetworkSpecificAttributes"
863916
},

0 commit comments

Comments
 (0)