public class ScriptBootstrapActionConfig extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ScriptBootstrapActionConfig() | 
| ScriptBootstrapActionConfig(ScriptBootstrapActionConfig 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[] | getArgs()Get 执行脚本参数,参数格式请遵循标准Shell规范 | 
| String | getCosFileName()Get 脚本文件名 | 
| String | getCosFileURI()Get 脚本的cos地址,参照格式:https://beijing-111111.cos.ap-beijing.myqcloud.com/data/test.sh查询cos存储桶列表:[存储桶列表](https://console.cloud.tencent.com/cos/bucket) | 
| String | getExecutionMoment()Get 引导脚步执行时机范围
resourceAfter:节点初始化后
clusterAfter:集群启动后
clusterBefore:集群启动前 | 
| String | getRemark()Get 备注 | 
| void | setArgs(String[] Args)Set 执行脚本参数,参数格式请遵循标准Shell规范 | 
| void | setCosFileName(String CosFileName)Set 脚本文件名 | 
| void | setCosFileURI(String CosFileURI)Set 脚本的cos地址,参照格式:https://beijing-111111.cos.ap-beijing.myqcloud.com/data/test.sh查询cos存储桶列表:[存储桶列表](https://console.cloud.tencent.com/cos/bucket) | 
| void | setExecutionMoment(String ExecutionMoment)Set 引导脚步执行时机范围
resourceAfter:节点初始化后
clusterAfter:集群启动后
clusterBefore:集群启动前 | 
| void | setRemark(String Remark)Set 备注 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ScriptBootstrapActionConfig()
public ScriptBootstrapActionConfig(ScriptBootstrapActionConfig source)
public String getCosFileURI()
public void setCosFileURI(String CosFileURI)
CosFileURI - 脚本的cos地址,参照格式:https://beijing-111111.cos.ap-beijing.myqcloud.com/data/test.sh查询cos存储桶列表:[存储桶列表](https://console.cloud.tencent.com/cos/bucket)public String getExecutionMoment()
public void setExecutionMoment(String ExecutionMoment)
ExecutionMoment - 引导脚步执行时机范围
public String[] getArgs()
public void setArgs(String[] Args)
Args - 执行脚本参数,参数格式请遵循标准Shell规范public String getCosFileName()
public void setCosFileName(String CosFileName)
CosFileName - 脚本文件名public String getRemark()
public void setRemark(String Remark)
Remark - 备注Copyright © 2025. All rights reserved.