public class ScriptBootstrapActionConfig extends AbstractModel
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 The execution script parameter.
|
String |
getCosFileName()
Get The script file name.
|
String |
getCosFileURI()
Get The COS URL of the script, in the format of `https://beijing-111111.cos.ap-beijing.myqcloud.com/data/test.sh`.
|
String |
getExecutionMoment()
Get The execution time of the bootstrap action script.
|
void |
setArgs(String[] Args)
Set The execution script parameter.
|
void |
setCosFileName(String CosFileName)
Set The script file name.
|
void |
setCosFileURI(String CosFileURI)
Set The COS URL of the script, in the format of `https://beijing-111111.cos.ap-beijing.myqcloud.com/data/test.sh`.
|
void |
setExecutionMoment(String ExecutionMoment)
Set The execution time of the bootstrap action script.
|
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 ScriptBootstrapActionConfig()
public ScriptBootstrapActionConfig(ScriptBootstrapActionConfig source)
public String getCosFileURI()
public void setCosFileURI(String CosFileURI)
CosFileURI
- The COS URL of the script, in the format of `https://beijing-111111.cos.ap-beijing.myqcloud.com/data/test.sh`. For the COS bucket list, see [Bucket List](https://console.cloud.tencent.com/cos/bucket).public String getExecutionMoment()
public void setExecutionMoment(String ExecutionMoment)
ExecutionMoment
- The execution time of the bootstrap action script. Valid values:
public String[] getArgs()
public void setArgs(String[] Args)
Args
- The execution script parameter. The parameter format must comply with standard shell specifications.public String getCosFileName()
public void setCosFileName(String CosFileName)
CosFileName
- The script file name.Copyright © 2023. All rights reserved.