public class UpdateFunctionConfigurationRequest extends AbstractModel
构造器和说明 |
---|
UpdateFunctionConfigurationRequest() |
限定符和类型 | 方法和说明 |
---|---|
String |
getClsLogsetId()
Get 日志投递到的cls日志集ID
|
String |
getClsTopicId()
Get 日志投递到的cls Topic ID
|
String |
getDescription()
Get 函数描述。
|
Environment |
getEnvironment()
Get 函数的环境变量
|
String |
getFunctionName()
Get 要修改的函数名称
|
String |
getL5Enable()
Get 是否开启L5访问能力,TRUE 为开启,FALSE为关闭
|
Integer |
getMemorySize()
Get 函数运行时内存大小,默认为 128 M,可选范 128 M-1536 M
|
String |
getNamespace()
Get 函数所属命名空间
|
String |
getPublish()
Get 在更新时是否同步发布新版本,默认为:FALSE,不发布
|
String |
getRole()
Get 函数绑定的角色
|
String |
getRuntime()
Get 函数运行环境,目前仅支持 Python2.7,Python3.6,Nodejs6.10,PHP5, PHP7,Golang1 和 Java8
|
Integer |
getTimeout()
Get 函数最长执行时间,单位为秒,可选值范 1-300 秒,默认为 3 秒
|
VpcConfig |
getVpcConfig()
Get 函数的私有网络配置
|
void |
setClsLogsetId(String ClsLogsetId)
Set 日志投递到的cls日志集ID
|
void |
setClsTopicId(String ClsTopicId)
Set 日志投递到的cls Topic ID
|
void |
setDescription(String Description)
Set 函数描述。
|
void |
setEnvironment(Environment Environment)
Set 函数的环境变量
|
void |
setFunctionName(String FunctionName)
Set 要修改的函数名称
|
void |
setL5Enable(String L5Enable)
Set 是否开启L5访问能力,TRUE 为开启,FALSE为关闭
|
void |
setMemorySize(Integer MemorySize)
Set 函数运行时内存大小,默认为 128 M,可选范 128 M-1536 M
|
void |
setNamespace(String Namespace)
Set 函数所属命名空间
|
void |
setPublish(String Publish)
Set 在更新时是否同步发布新版本,默认为:FALSE,不发布
|
void |
setRole(String Role)
Set 函数绑定的角色
|
void |
setRuntime(String Runtime)
Set 函数运行环境,目前仅支持 Python2.7,Python3.6,Nodejs6.10,PHP5, PHP7,Golang1 和 Java8
|
void |
setTimeout(Integer Timeout)
Set 函数最长执行时间,单位为秒,可选值范 1-300 秒,默认为 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 Integer getMemorySize()
public void setMemorySize(Integer MemorySize)
MemorySize
- 函数运行时内存大小,默认为 128 M,可选范 128 M-1536 Mpublic Integer getTimeout()
public void setTimeout(Integer Timeout)
Timeout
- 函数最长执行时间,单位为秒,可选值范 1-300 秒,默认为 3 秒public String getRuntime()
public void setRuntime(String Runtime)
Runtime
- 函数运行环境,目前仅支持 Python2.7,Python3.6,Nodejs6.10,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为关闭Copyright © 2019. All rights reserved.