public class GetFunctionResponse extends AbstractModel
header, skipSign| Constructor and Description |
|---|
GetFunctionResponse() |
GetFunctionResponse(GetFunctionResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
| Modifier and Type | Method and Description |
|---|---|
AccessInfo |
getAccessInfo()
Get 域名信息
|
String |
getAddTime()
Get 函数创建回见
|
String |
getAsyncRunEnable()
Get 是否开启异步属性
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getAvailableStatus()
Get 函数的计费状态,状态值[参考此处](https://cloud.tencent.com/document/product/583/47175#.E5.87.BD.E6.95.B0.E8.AE.A1.E8.B4.B9.E7.8A.B6.E6.80.81)
注意:此字段可能返回 null,表示取不到有效值。
|
CfsConfig |
getCfsConfig()
Get 文件系统配置参数,用于云函数挂载文件系统
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getClsLogsetId()
Get 日志投递到的Cls日志集
|
String |
getClsTopicId()
Get 日志投递到的Cls Topic
|
String |
getCodeError()
Get 代码错误信息
|
String |
getCodeInfo()
Get 函数的代码
|
String |
getCodeResult()
Get 代码是否正确
|
Long |
getCodeSize()
Get 函数代码大小
|
DeadLetterConfig |
getDeadLetterConfig()
Get 函数关联的死信队列信息
|
String |
getDescription()
Get 函数的描述信息
|
String |
getDnsCache()
Get 是否开启DNS缓存
注意:此字段可能返回 null,表示取不到有效值。
|
EipOutConfig |
getEipConfig()
Get EipConfig配置
|
Environment |
getEnvironment()
Get 函数的环境变量
|
Long |
getErrNo()
Get 代码错误码
|
String |
getFunctionId()
Get 函数ID
|
String |
getFunctionName()
Get 函数的名称
|
String |
getFunctionVersion()
Get 函数的版本
|
String |
getHandler()
Get 函数的入口
|
ImageConfig |
getImageConfig()
Get 镜像配置
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getInitTimeout()
Get 函数初始化超时时间
|
String |
getInstallDependency()
Get 是否自动安装依赖
|
IntranetConfigOut |
getIntranetConfig()
Get 内网访问配置
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getL5Enable()
Get 是否启用L5
|
LayerVersionInfo[] |
getLayers()
Get 函数关联的Layer版本信息
|
Long |
getMemorySize()
Get 函数的最大可用内存
|
String |
getModTime()
Get 函数的最后修改时间
|
String |
getNamespace()
Get 函数的命名空间
|
String |
getOnsEnable()
Get 是否启用Ons
注意:此字段可能返回 null,表示取不到有效值。
|
ProtocolParams |
getProtocolParams()
Get HTTP函数配置ProtocolType访问协议,当前协议配置的参数
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getProtocolType()
Get HTTP函数支持的访问协议。当前支持WebSockets协议。
注意:此字段可能返回 null,表示取不到有效值。
|
PublicNetConfigOut |
getPublicNetConfig()
Get 公网访问配置
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getQualifier()
Get 函数版本
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRequestId()
Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
String |
getRole()
Get 函数绑定的角色
|
String |
getRuntime()
Get 函数的运行环境
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getStatus()
Get 函数状态,状态值及流转[参考说明](https://cloud.tencent.com/document/product/583/47175)
|
String |
getStatusDesc()
Get 状态描述
|
StatusReason[] |
getStatusReasons()
Get 函数状态失败原因
注意:此字段可能返回 null,表示取不到有效值。
|
Tag[] |
getTags()
Get 函数的标签列表
|
Long |
getTimeout()
Get 函数的超时时间
|
String |
getTraceEnable()
Get 是否开启事件追踪
注意:此字段可能返回 null,表示取不到有效值。
|
Trigger[] |
getTriggers()
Get 函数的触发器列表
|
String |
getType()
Get 函数类型,取值为HTTP或者Event
|
String |
getUseGpu()
Get 是否使用GPU
|
VpcConfig |
getVpcConfig()
Get 函数的私有网络
|
void |
setAccessInfo(AccessInfo AccessInfo)
Set 域名信息
|
void |
setAddTime(String AddTime)
Set 函数创建回见
|
void |
setAsyncRunEnable(String AsyncRunEnable)
Set 是否开启异步属性
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAvailableStatus(String AvailableStatus)
Set 函数的计费状态,状态值[参考此处](https://cloud.tencent.com/document/product/583/47175#.E5.87.BD.E6.95.B0.E8.AE.A1.E8.B4.B9.E7.8A.B6.E6.80.81)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCfsConfig(CfsConfig CfsConfig)
Set 文件系统配置参数,用于云函数挂载文件系统
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setClsLogsetId(String ClsLogsetId)
Set 日志投递到的Cls日志集
|
void |
setClsTopicId(String ClsTopicId)
Set 日志投递到的Cls Topic
|
void |
setCodeError(String CodeError)
Set 代码错误信息
|
void |
setCodeInfo(String CodeInfo)
Set 函数的代码
|
void |
setCodeResult(String CodeResult)
Set 代码是否正确
|
void |
setCodeSize(Long CodeSize)
Set 函数代码大小
|
void |
setDeadLetterConfig(DeadLetterConfig DeadLetterConfig)
Set 函数关联的死信队列信息
|
void |
setDescription(String Description)
Set 函数的描述信息
|
void |
setDnsCache(String DnsCache)
Set 是否开启DNS缓存
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEipConfig(EipOutConfig EipConfig)
Set EipConfig配置
|
void |
setEnvironment(Environment Environment)
Set 函数的环境变量
|
void |
setErrNo(Long ErrNo)
Set 代码错误码
|
void |
setFunctionId(String FunctionId)
Set 函数ID
|
void |
setFunctionName(String FunctionName)
Set 函数的名称
|
void |
setFunctionVersion(String FunctionVersion)
Set 函数的版本
|
void |
setHandler(String Handler)
Set 函数的入口
|
void |
setImageConfig(ImageConfig ImageConfig)
Set 镜像配置
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setInitTimeout(Long InitTimeout)
Set 函数初始化超时时间
|
void |
setInstallDependency(String InstallDependency)
Set 是否自动安装依赖
|
void |
setIntranetConfig(IntranetConfigOut IntranetConfig)
Set 内网访问配置
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setL5Enable(String L5Enable)
Set 是否启用L5
|
void |
setLayers(LayerVersionInfo[] Layers)
Set 函数关联的Layer版本信息
|
void |
setMemorySize(Long MemorySize)
Set 函数的最大可用内存
|
void |
setModTime(String ModTime)
Set 函数的最后修改时间
|
void |
setNamespace(String Namespace)
Set 函数的命名空间
|
void |
setOnsEnable(String OnsEnable)
Set 是否启用Ons
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProtocolParams(ProtocolParams ProtocolParams)
Set HTTP函数配置ProtocolType访问协议,当前协议配置的参数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProtocolType(String ProtocolType)
Set HTTP函数支持的访问协议。当前支持WebSockets协议。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPublicNetConfig(PublicNetConfigOut PublicNetConfig)
Set 公网访问配置
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setQualifier(String Qualifier)
Set 函数版本
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
void |
setRole(String Role)
Set 函数绑定的角色
|
void |
setRuntime(String Runtime)
Set 函数的运行环境
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatus(String Status)
Set 函数状态,状态值及流转[参考说明](https://cloud.tencent.com/document/product/583/47175)
|
void |
setStatusDesc(String StatusDesc)
Set 状态描述
|
void |
setStatusReasons(StatusReason[] StatusReasons)
Set 函数状态失败原因
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTags(Tag[] Tags)
Set 函数的标签列表
|
void |
setTimeout(Long Timeout)
Set 函数的超时时间
|
void |
setTraceEnable(String TraceEnable)
Set 是否开启事件追踪
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTriggers(Trigger[] Triggers)
Set 函数的触发器列表
|
void |
setType(String Type)
Set 函数类型,取值为HTTP或者Event
|
void |
setUseGpu(String UseGpu)
Set 是否使用GPU
|
void |
setVpcConfig(VpcConfig VpcConfig)
Set 函数的私有网络
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic GetFunctionResponse()
public GetFunctionResponse(GetFunctionResponse source)
public String getModTime()
public void setModTime(String ModTime)
ModTime - 函数的最后修改时间public String getCodeInfo()
public void setCodeInfo(String CodeInfo)
CodeInfo - 函数的代码public String getDescription()
public void setDescription(String Description)
Description - 函数的描述信息public Trigger[] getTriggers()
public void setTriggers(Trigger[] Triggers)
Triggers - 函数的触发器列表public String getHandler()
public void setHandler(String Handler)
Handler - 函数的入口public Long getCodeSize()
public void setCodeSize(Long CodeSize)
CodeSize - 函数代码大小public Long getTimeout()
public void setTimeout(Long Timeout)
Timeout - 函数的超时时间public String getFunctionVersion()
public void setFunctionVersion(String FunctionVersion)
FunctionVersion - 函数的版本public Long getMemorySize()
public void setMemorySize(Long MemorySize)
MemorySize - 函数的最大可用内存public String getRuntime()
public void setRuntime(String Runtime)
Runtime - 函数的运行环境
注意:此字段可能返回 null,表示取不到有效值。public String getFunctionName()
public void setFunctionName(String FunctionName)
FunctionName - 函数的名称public VpcConfig getVpcConfig()
public void setVpcConfig(VpcConfig VpcConfig)
VpcConfig - 函数的私有网络public String getUseGpu()
public void setUseGpu(String UseGpu)
UseGpu - 是否使用GPUpublic Environment getEnvironment()
public void setEnvironment(Environment Environment)
Environment - 函数的环境变量public String getCodeResult()
public void setCodeResult(String CodeResult)
CodeResult - 代码是否正确public String getCodeError()
public void setCodeError(String CodeError)
CodeError - 代码错误信息public Long getErrNo()
public void setErrNo(Long ErrNo)
ErrNo - 代码错误码public String getNamespace()
public void setNamespace(String Namespace)
Namespace - 函数的命名空间public String getRole()
public void setRole(String Role)
Role - 函数绑定的角色public String getInstallDependency()
public void setInstallDependency(String InstallDependency)
InstallDependency - 是否自动安装依赖public String getStatus()
public void setStatus(String Status)
Status - 函数状态,状态值及流转[参考说明](https://cloud.tencent.com/document/product/583/47175)public String getStatusDesc()
public void setStatusDesc(String StatusDesc)
StatusDesc - 状态描述public String getClsLogsetId()
public void setClsLogsetId(String ClsLogsetId)
ClsLogsetId - 日志投递到的Cls日志集public String getClsTopicId()
public void setClsTopicId(String ClsTopicId)
ClsTopicId - 日志投递到的Cls Topicpublic String getFunctionId()
public void setFunctionId(String FunctionId)
FunctionId - 函数IDpublic Tag[] getTags()
public void setTags(Tag[] Tags)
Tags - 函数的标签列表public EipOutConfig getEipConfig()
public void setEipConfig(EipOutConfig EipConfig)
EipConfig - EipConfig配置public AccessInfo getAccessInfo()
public void setAccessInfo(AccessInfo AccessInfo)
AccessInfo - 域名信息public String getType()
public void setType(String Type)
Type - 函数类型,取值为HTTP或者Eventpublic String getL5Enable()
public void setL5Enable(String L5Enable)
L5Enable - 是否启用L5public LayerVersionInfo[] getLayers()
public void setLayers(LayerVersionInfo[] Layers)
Layers - 函数关联的Layer版本信息public DeadLetterConfig getDeadLetterConfig()
public void setDeadLetterConfig(DeadLetterConfig DeadLetterConfig)
DeadLetterConfig - 函数关联的死信队列信息public String getAddTime()
public void setAddTime(String AddTime)
AddTime - 函数创建回见public PublicNetConfigOut getPublicNetConfig()
public void setPublicNetConfig(PublicNetConfigOut PublicNetConfig)
PublicNetConfig - 公网访问配置
注意:此字段可能返回 null,表示取不到有效值。public String getOnsEnable()
public void setOnsEnable(String OnsEnable)
OnsEnable - 是否启用Ons
注意:此字段可能返回 null,表示取不到有效值。public CfsConfig getCfsConfig()
public void setCfsConfig(CfsConfig CfsConfig)
CfsConfig - 文件系统配置参数,用于云函数挂载文件系统
注意:此字段可能返回 null,表示取不到有效值。public String getAvailableStatus()
public void setAvailableStatus(String AvailableStatus)
AvailableStatus - 函数的计费状态,状态值[参考此处](https://cloud.tencent.com/document/product/583/47175#.E5.87.BD.E6.95.B0.E8.AE.A1.E8.B4.B9.E7.8A.B6.E6.80.81)
注意:此字段可能返回 null,表示取不到有效值。public String getQualifier()
public void setQualifier(String Qualifier)
Qualifier - 函数版本
注意:此字段可能返回 null,表示取不到有效值。public Long getInitTimeout()
public void setInitTimeout(Long InitTimeout)
InitTimeout - 函数初始化超时时间public StatusReason[] getStatusReasons()
public void setStatusReasons(StatusReason[] StatusReasons)
StatusReasons - 函数状态失败原因
注意:此字段可能返回 null,表示取不到有效值。public String getAsyncRunEnable()
public void setAsyncRunEnable(String AsyncRunEnable)
AsyncRunEnable - 是否开启异步属性
注意:此字段可能返回 null,表示取不到有效值。public String getTraceEnable()
public void setTraceEnable(String TraceEnable)
TraceEnable - 是否开启事件追踪
注意:此字段可能返回 null,表示取不到有效值。public ImageConfig getImageConfig()
public void setImageConfig(ImageConfig ImageConfig)
ImageConfig - 镜像配置
注意:此字段可能返回 null,表示取不到有效值。public String getProtocolType()
public void setProtocolType(String ProtocolType)
ProtocolType - HTTP函数支持的访问协议。当前支持WebSockets协议。
注意:此字段可能返回 null,表示取不到有效值。public ProtocolParams getProtocolParams()
public void setProtocolParams(ProtocolParams ProtocolParams)
ProtocolParams - HTTP函数配置ProtocolType访问协议,当前协议配置的参数
注意:此字段可能返回 null,表示取不到有效值。public String getDnsCache()
public void setDnsCache(String DnsCache)
DnsCache - 是否开启DNS缓存
注意:此字段可能返回 null,表示取不到有效值。public IntranetConfigOut getIntranetConfig()
public void setIntranetConfig(IntranetConfigOut IntranetConfig)
IntranetConfig - 内网访问配置
注意:此字段可能返回 null,表示取不到有效值。public String getRequestId()
public void setRequestId(String RequestId)
RequestId - 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2024. All rights reserved.