public class CreateApplicationTriggerPersonalRequest extends AbstractModel
Constructor and Description |
---|
CreateApplicationTriggerPersonalRequest() |
CreateApplicationTriggerPersonalRequest(CreateApplicationTriggerPersonalRequest 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 |
---|---|
String |
getClusterId()
Get 应用所在TKE集群ID
|
Long |
getClusterRegion()
Get 应用所在TKE集群地域
|
String |
getContainerName()
Get 应用所在TKE集群工作负载下容器名称
|
String |
getInvokeExpr()
Get 触发方式对应的表达式
|
String |
getInvokeMethod()
Get 触发方式,"all"全部触发,"taglist"指定tag触发,"regex"正则触发
|
String |
getNamespace()
Get 应用所在TKE集群命名空间
|
String |
getRepoName()
Get 触发器关联的镜像仓库,library/test格式
|
String |
getTriggerName()
Get 触发器名称
|
String |
getWorkloadName()
Get 应用所在TKE集群工作负载名称
|
String |
getWorkloadType()
Get 应用所在TKE集群工作负载类型,支持Deployment、StatefulSet、DaemonSet、CronJob、Job。
|
void |
setClusterId(String ClusterId)
Set 应用所在TKE集群ID
|
void |
setClusterRegion(Long ClusterRegion)
Set 应用所在TKE集群地域
|
void |
setContainerName(String ContainerName)
Set 应用所在TKE集群工作负载下容器名称
|
void |
setInvokeExpr(String InvokeExpr)
Set 触发方式对应的表达式
|
void |
setInvokeMethod(String InvokeMethod)
Set 触发方式,"all"全部触发,"taglist"指定tag触发,"regex"正则触发
|
void |
setNamespace(String Namespace)
Set 应用所在TKE集群命名空间
|
void |
setRepoName(String RepoName)
Set 触发器关联的镜像仓库,library/test格式
|
void |
setTriggerName(String TriggerName)
Set 触发器名称
|
void |
setWorkloadName(String WorkloadName)
Set 应用所在TKE集群工作负载名称
|
void |
setWorkloadType(String WorkloadType)
Set 应用所在TKE集群工作负载类型,支持Deployment、StatefulSet、DaemonSet、CronJob、Job。
|
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 CreateApplicationTriggerPersonalRequest()
public CreateApplicationTriggerPersonalRequest(CreateApplicationTriggerPersonalRequest source)
public String getRepoName()
public void setRepoName(String RepoName)
RepoName
- 触发器关联的镜像仓库,library/test格式public String getTriggerName()
public void setTriggerName(String TriggerName)
TriggerName
- 触发器名称public String getInvokeMethod()
public void setInvokeMethod(String InvokeMethod)
InvokeMethod
- 触发方式,"all"全部触发,"taglist"指定tag触发,"regex"正则触发public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 应用所在TKE集群IDpublic String getNamespace()
public void setNamespace(String Namespace)
Namespace
- 应用所在TKE集群命名空间public String getWorkloadType()
public void setWorkloadType(String WorkloadType)
WorkloadType
- 应用所在TKE集群工作负载类型,支持Deployment、StatefulSet、DaemonSet、CronJob、Job。public String getWorkloadName()
public void setWorkloadName(String WorkloadName)
WorkloadName
- 应用所在TKE集群工作负载名称public String getContainerName()
public void setContainerName(String ContainerName)
ContainerName
- 应用所在TKE集群工作负载下容器名称public Long getClusterRegion()
public void setClusterRegion(Long ClusterRegion)
ClusterRegion
- 应用所在TKE集群地域public String getInvokeExpr()
public void setInvokeExpr(String InvokeExpr)
InvokeExpr
- 触发方式对应的表达式Copyright © 2021. All rights reserved.