@@ -8654,6 +8654,13 @@ const docTemplate = `{
|
||||
},
|
||||
"processorDescription": {
|
||||
"type": "string"
|
||||
},
|
||||
"quotaNames": {
|
||||
"description": "QuotaNames 是该 shape 对应的配额名(与 Limits 服务 compute limit name 同名),\n前端据此结合 limits 行判定配额与 AD 可用性。",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -8647,6 +8647,13 @@
|
||||
},
|
||||
"processorDescription": {
|
||||
"type": "string"
|
||||
},
|
||||
"quotaNames": {
|
||||
"description": "QuotaNames 是该 shape 对应的配额名(与 Limits 服务 compute limit name 同名),\n前端据此结合 limits 行判定配额与 AD 可用性。",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1754,6 +1754,13 @@ definitions:
|
||||
type: number
|
||||
processorDescription:
|
||||
type: string
|
||||
quotaNames:
|
||||
description: |-
|
||||
QuotaNames 是该 shape 对应的配额名(与 Limits 服务 compute limit name 同名),
|
||||
前端据此结合 limits 行判定配额与 AD 可用性。
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
type: object
|
||||
oci-portal_internal_oci.ConsoleConnection:
|
||||
properties:
|
||||
|
||||
Reference in New Issue
Block a user