名稱 | 類型 | 描述 | 示例值 |
---|---|---|---|
object | 函數(shù)配置信息。 | ||
codeChecksum | string | 函數(shù)代碼包的 CRC-64 值。 | 2825179536350**** |
codeSize | long | 系統(tǒng)返回的函數(shù)代碼包的大小,單位 Byte。 | 412 |
cpu | float | 函數(shù)的 CPU 規(guī)格,單位為 vCPU,為 0.05 vCPU 的倍數(shù)。最小值為 0.05,最大值為 16。同時 cpu 和 memorySize(按 GB 算)比例要在 1:1 和 1:4 之間。 | 1 |
createdTime | string | 函數(shù)的創(chuàng)建時間。 | 2023-04-01T08:15:27Z |
customContainerConfig | CustomContainerConfig | 自定義容器運行時的相關(guān)配置,成功配置后函數(shù)可以使用自定義容器鏡像執(zhí)行函數(shù)。code 和 customContainerConfig 二選一。 | |
customDNS | CustomDNS | 自定義 DNS 配置。 | |
customRuntimeConfig | CustomRuntimeConfig | 自定義運行時配置。 | |
description | string | 函數(shù)的描述。 | my function |
diskSize | integer | 函數(shù)的磁盤規(guī)格,單位為 MB,可選值為 512 MB 或 10240 MB。 | 512 |
environmentVariables | object | 函數(shù)的環(huán)境變量,可以在運行環(huán)境中訪問設(shè)置的環(huán)境變量。 | |
string | 環(huán)境變量的值。 | value1 | |
functionArn | string | 函數(shù)資源標(biāo)識。 | acs:fc:cn-shanghai:123:functions/functionName |
functionId | string | 系統(tǒng)為每個函數(shù)生成的 ID,全局唯一。 | aa715851-1c20-4b89-a8fb-*** |
functionName | string | 函數(shù)的名稱。 | my-function-1 |
gpuConfig | GPUConfig | 函數(shù) GPU 配置。 | |
handler | string | 函數(shù)執(zhí)行的入口,具體格式和運行時相關(guān)。 | index.handler |
instanceConcurrency | integer | 實例最大并發(fā)度 | 1 |
instanceLifecycleConfig | InstanceLifecycleConfig | 實例生命周期回調(diào)方法配置。 | |
internetAccess | boolean | 是否允許函數(shù)訪問公網(wǎng)。默認值為 true。 | true |
lastModifiedTime | string | 函數(shù)上一次被更新的時間。 | 2023-05-01T08:15:27Z |
lastUpdateStatus | string | 最近一次函數(shù)更新操作的狀態(tài),當(dāng)函數(shù)新建成功時,此值為 Successful,可選值:Successful、 Failed、 InProgress。 | InProgress |
lastUpdateStatusReason | string | 導(dǎo)致最近一次函數(shù)更新操作狀態(tài)為當(dāng)前值的原因。 | The system is currently processing the acceleration optimization for the image. |
lastUpdateStatusReasonCode | string | 導(dǎo)致最近一次函數(shù)更新操作狀態(tài)為當(dāng)前值的原因的狀態(tài)碼。 | ImageOptimizing |
layers | array | 層的列表。 | |
FunctionLayer | 層信息。 | ||
logConfig | LogConfig | 日志配置。函數(shù)產(chǎn)生的日志會被寫入到配置的日志庫中。 | |
memorySize | integer | 函數(shù)的內(nèi)存規(guī)格,單位為 MB,內(nèi)存大小為 64 MB 的倍數(shù)。最小值為 128MB,最大值為 32GB。同時 cpu 和 memorySize(按 GB 算)比例要在 1:1 和 1:4 之間。 | 512 |
nasConfig | NASConfig | NAS 配置。配置此參數(shù)后,函數(shù)可以訪問指定的 NAS 資源。 | |
ossMountConfig | OSSMountConfig | OSS 掛載配置。 | |
role | string | 用戶授權(quán)給函數(shù)計算的 RAM 角色,設(shè)置后函數(shù)計算將扮演該角色生成臨時訪問憑證。在函數(shù)中可以使用該角色的臨時訪問憑證來訪問指定的阿里云服務(wù),例如 OSS 和 OTS。 | acs:ram::188077086902****:role/fc-test |
runtime | string | 函數(shù)的運行時環(huán)境。目前支持的運行環(huán)境有:nodejs8, nodejs10, nodejs12, nodejs14, nodejs16, nodejs18, nodejs20, go1, python3, python3.9, python3.10, java8, java11, php7.2, dotnetcore3.1, custom, custom.debian10, custom-container。 | python3.10 |
state | string | 函數(shù)當(dāng)前的狀態(tài)。 | Pending |
stateReason | string | 函數(shù)處于當(dāng)前狀態(tài)的原因。 | Function creating |
stateReasonCode | string | 函數(shù)處于當(dāng)前狀態(tài)的原因的狀態(tài)碼。 | Creating |
timeout | integer | 函數(shù)運行的超時時間,單位為秒,最小 1 秒,最大值為 86400 秒,默認值是 3 秒。函數(shù)超過這個時間后會被終止執(zhí)行。 | 60 |
tracingConfig | TracingConfig | 鏈路追蹤配置。當(dāng)函數(shù)計算與鏈路追蹤集成后,您可以記錄請求在函數(shù)計算的耗時時間、查看函數(shù)的冷啟動時間、記錄函數(shù)內(nèi)部時間的消耗等。 | |
vpcConfig | VPCConfig | VPC 配置。配置此參數(shù)后,函數(shù)可以訪問指定的 VPC 資源。 |
Function
更新時間:
文檔內(nèi)容是否對您有幫助?