public class TriggerAction extends AbstractModel
header, skipSign
Constructor and Description |
---|
TriggerAction() |
TriggerAction(TriggerAction 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 |
getProvisionedType()
Get The provision type.
|
String |
getTriggerCronConfig()
Get Trigger time of the scheduled action in Cron expression.
|
String |
getTriggerName()
Get Scheduled action name
Note: this field may return `null`, indicating that no valid values can be obtained.
|
Long |
getTriggerProvisionedConcurrencyNum()
Get Target provisioned concurrency of the scheduled scaling action
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setProvisionedType(String ProvisionedType)
Set The provision type.
|
void |
setTriggerCronConfig(String TriggerCronConfig)
Set Trigger time of the scheduled action in Cron expression.
|
void |
setTriggerName(String TriggerName)
Set Scheduled action name
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setTriggerProvisionedConcurrencyNum(Long TriggerProvisionedConcurrencyNum)
Set Target provisioned concurrency of the scheduled scaling action
Note: this field may return `null`, indicating that no valid values can be obtained.
|
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, toJsonString
public TriggerAction()
public TriggerAction(TriggerAction source)
public String getTriggerName()
public void setTriggerName(String TriggerName)
TriggerName
- Scheduled action name
Note: this field may return `null`, indicating that no valid values can be obtained.public Long getTriggerProvisionedConcurrencyNum()
public void setTriggerProvisionedConcurrencyNum(Long TriggerProvisionedConcurrencyNum)
TriggerProvisionedConcurrencyNum
- Target provisioned concurrency of the scheduled scaling action
Note: this field may return `null`, indicating that no valid values can be obtained.public String getTriggerCronConfig()
public void setTriggerCronConfig(String TriggerCronConfig)
TriggerCronConfig
- Trigger time of the scheduled action in Cron expression. Seven fields are required and should be separated with a space.
Note: this field may return `null`, indicating that no valid values can be obtained.public String getProvisionedType()
public void setProvisionedType(String ProvisionedType)
ProvisionedType
- The provision type. Value: `Default`
Note: This field may return `null`, indicating that no valid value can be found.Copyright © 2024. All rights reserved.