public class UpdateFunctionConfigurationRequest extends AbstractModel
Constructor and Description |
---|
UpdateFunctionConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getClsLogsetId()
Get 日志投递到的cls日志集ID
|
String |
getClsTopicId()
Get 日志投递到的cls Topic ID
|
DeadLetterConfig |
getDeadLetterConfig()
Get 函数关联的死信队列信息
|
String |
getDescription()
Get 函数描述。最大支持 1000 个英文字母、数字、空格、逗号和英文句号,支持中文
|
Environment |
getEnvironment()
Get 函数的环境变量
|
String |
getFunctionName()
Get 要修改的函数名称
|
String |
getL5Enable()
Get 是否开启L5访问能力,TRUE 为开启,FALSE为关闭
|
LayerVersionSimple[] |
getLayers()
Get 函数要关联的层版本列表,层的版本会按照在列表中顺序依次覆盖。
|
Long |
getMemorySize()
Get 函数运行时内存大小,默认为 128 M,可选范64M、128 M-3072 M,以 128MB 为阶梯。
|
String |
getNamespace()
Get 函数所属命名空间
|
PublicNetConfigIn |
getPublicNetConfig()
Get 公网访问配置
|
String |
getPublish()
Get 在更新时是否同步发布新版本,默认为:FALSE,不发布
|
String |
getRole()
Get 函数绑定的角色
|
String |
getRuntime()
Get 函数运行环境,目前仅支持 Python2.7,Python3.6,Nodejs6.10,Nodejs8.9,Nodejs10.15,Nodejs12.15,PHP5, PHP7,Golang1 和 Java8
|
Long |
getTimeout()
Get 函数最长执行时间,单位为秒,可选值范 1-900 秒,默认为 3 秒
|
VpcConfig |
getVpcConfig()
Get 函数的私有网络配置
|
void |
setClsLogsetId(String ClsLogsetId)
Set 日志投递到的cls日志集ID
|
void |
setClsTopicId(String ClsTopicId)
Set 日志投递到的cls Topic ID
|
void |
setDeadLetterConfig(DeadLetterConfig DeadLetterConfig)
Set 函数关联的死信队列信息
|
void |
setDescription(String Description)
Set 函数描述。最大支持 1000 个英文字母、数字、空格、逗号和英文句号,支持中文
|
void |
setEnvironment(Environment Environment)
Set 函数的环境变量
|
void |
setFunctionName(String FunctionName)
Set 要修改的函数名称
|
void |
setL5Enable(String L5Enable)
Set 是否开启L5访问能力,TRUE 为开启,FALSE为关闭
|
void |
setLayers(LayerVersionSimple[] Layers)
Set 函数要关联的层版本列表,层的版本会按照在列表中顺序依次覆盖。
|
void |
setMemorySize(Long MemorySize)
Set 函数运行时内存大小,默认为 128 M,可选范64M、128 M-3072 M,以 128MB 为阶梯。
|
void |
setNamespace(String Namespace)
Set 函数所属命名空间
|
void |
setPublicNetConfig(PublicNetConfigIn PublicNetConfig)
Set 公网访问配置
|
void |
setPublish(String Publish)
Set 在更新时是否同步发布新版本,默认为:FALSE,不发布
|
void |
setRole(String Role)
Set 函数绑定的角色
|
void |
setRuntime(String Runtime)
Set 函数运行环境,目前仅支持 Python2.7,Python3.6,Nodejs6.10,Nodejs8.9,Nodejs10.15,Nodejs12.15,PHP5, PHP7,Golang1 和 Java8
|
void |
setTimeout(Long Timeout)
Set 函数最长执行时间,单位为秒,可选值范 1-900 秒,默认为 3 秒
|
void |
setVpcConfig(VpcConfig VpcConfig)
Set 函数的私有网络配置
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getFunctionName()
public void setFunctionName(String FunctionName)
FunctionName
- 要修改的函数名称public String getDescription()
public void setDescription(String Description)
Description
- 函数描述。最大支持 1000 个英文字母、数字、空格、逗号和英文句号,支持中文public Long getMemorySize()
public void setMemorySize(Long MemorySize)
MemorySize
- 函数运行时内存大小,默认为 128 M,可选范64M、128 M-3072 M,以 128MB 为阶梯。public Long getTimeout()
public void setTimeout(Long Timeout)
Timeout
- 函数最长执行时间,单位为秒,可选值范 1-900 秒,默认为 3 秒public String getRuntime()
public void setRuntime(String Runtime)
Runtime
- 函数运行环境,目前仅支持 Python2.7,Python3.6,Nodejs6.10,Nodejs8.9,Nodejs10.15,Nodejs12.15,PHP5, PHP7,Golang1 和 Java8public Environment getEnvironment()
public void setEnvironment(Environment Environment)
Environment
- 函数的环境变量public String getNamespace()
public void setNamespace(String Namespace)
Namespace
- 函数所属命名空间public VpcConfig getVpcConfig()
public void setVpcConfig(VpcConfig VpcConfig)
VpcConfig
- 函数的私有网络配置public String getRole()
public void setRole(String Role)
Role
- 函数绑定的角色public String getClsLogsetId()
public void setClsLogsetId(String ClsLogsetId)
ClsLogsetId
- 日志投递到的cls日志集IDpublic String getClsTopicId()
public void setClsTopicId(String ClsTopicId)
ClsTopicId
- 日志投递到的cls Topic IDpublic String getPublish()
public void setPublish(String Publish)
Publish
- 在更新时是否同步发布新版本,默认为:FALSE,不发布public String getL5Enable()
public void setL5Enable(String L5Enable)
L5Enable
- 是否开启L5访问能力,TRUE 为开启,FALSE为关闭public LayerVersionSimple[] getLayers()
public void setLayers(LayerVersionSimple[] Layers)
Layers
- 函数要关联的层版本列表,层的版本会按照在列表中顺序依次覆盖。public DeadLetterConfig getDeadLetterConfig()
public void setDeadLetterConfig(DeadLetterConfig DeadLetterConfig)
DeadLetterConfig
- 函数关联的死信队列信息public PublicNetConfigIn getPublicNetConfig()
public void setPublicNetConfig(PublicNetConfigIn PublicNetConfig)
PublicNetConfig
- 公网访问配置Copyright © 2020. All rights reserved.