Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit 80fb892

Browse files
committed
chore(schma): add schema
1 parent a42ad77 commit 80fb892

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

packages/cloudbaserc-json-schema/dist/cloudbaserc-json-schema.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -881,6 +881,22 @@
881881
"items": {
882882
"$ref": "#/definitions/ICloudFunctionTrigger"
883883
}
884+
},
885+
"publicNet": {
886+
"description": "是否可以在云函数访问公网,默认情况开启,配置云函数VPC后,默认公网访问会关闭\n取值['ENABLE','DISABLE']",
887+
"enum": [
888+
"DISABLE",
889+
"ENABLE"
890+
],
891+
"type": "string"
892+
},
893+
"eip": {
894+
"description": "是否开启 eip 固定外网 ip 能力,免费环境不可用\n取值['ENABLE','DISABLE']",
895+
"enum": [
896+
"DISABLE",
897+
"ENABLE"
898+
],
899+
"type": "string"
884900
}
885901
},
886902
"required": [

0 commit comments

Comments
 (0)