LayerContentSource 枚举器

命名空间和模块:tencent.cloud.serverless.functions.client

简要

包含层数据来源类型名称的枚举器。

class LayerContentSource:
    ObjectStorageBucket: int = 1
    LocalZipFile: int = 2
    GitRepository: int = 3

继承:tencent.cloud.serverless.functions.client.FunctionCodeSource 枚举器。

适用于

Tencent Cloud SDK for Python

产品软件包:tencent-cloud-sdk-serverless-functions >= 0.1.2

最后更新于