public class TimerFleetCapacity extends AbstractModel
Constructor and Description |
---|
TimerFleetCapacity() |
TimerFleetCapacity(TimerFleetCapacity 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 |
---|---|
Long |
getDesiredInstances()
Get Desired number of instances
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getFleetId()
Get ID of the fleet to be bound with the policy
Note: this field may return `null`, indicating that no valid values can be obtained.
|
Long |
getMaxSize()
Get Maximum number of instances
Note: this field may return `null`, indicating that no valid values can be obtained.
|
Long |
getMinSize()
Get Minimum number of instances
Note: this field may return `null`, indicating that no valid values can be obtained.
|
Long |
getScalingInterval()
Get Scaling cooldown period, in minutes
Note: this field may return `null`, indicating that no valid values can be obtained.
|
Long |
getScalingType()
Get Scaling type.
|
TargetConfiguration |
getTargetConfiguration()
Get Configuration of target tracking scaling
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setDesiredInstances(Long DesiredInstances)
Set Desired number of instances
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setFleetId(String FleetId)
Set ID of the fleet to be bound with the policy
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setMaxSize(Long MaxSize)
Set Maximum number of instances
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setMinSize(Long MinSize)
Set Minimum number of instances
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setScalingInterval(Long ScalingInterval)
Set Scaling cooldown period, in minutes
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setScalingType(Long ScalingType)
Set Scaling type.
|
void |
setTargetConfiguration(TargetConfiguration TargetConfiguration)
Set Configuration of target tracking scaling
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public TimerFleetCapacity()
public TimerFleetCapacity(TimerFleetCapacity source)
public String getFleetId()
public void setFleetId(String FleetId)
FleetId
- ID of the fleet to be bound with the policy
Note: this field may return `null`, indicating that no valid values can be obtained.public Long getDesiredInstances()
public void setDesiredInstances(Long DesiredInstances)
DesiredInstances
- Desired number of instances
Note: this field may return `null`, indicating that no valid values can be obtained.public Long getMinSize()
public void setMinSize(Long MinSize)
MinSize
- Minimum number of instances
Note: this field may return `null`, indicating that no valid values can be obtained.public Long getMaxSize()
public void setMaxSize(Long MaxSize)
MaxSize
- Maximum number of instances
Note: this field may return `null`, indicating that no valid values can be obtained.public Long getScalingInterval()
public void setScalingInterval(Long ScalingInterval)
ScalingInterval
- Scaling cooldown period, in minutes
Note: this field may return `null`, indicating that no valid values can be obtained.public Long getScalingType()
public void setScalingType(Long ScalingType)
ScalingType
- Scaling type. `1`: manual, `2`: automatic, `0`: undefined
Note: this field may return `null`, indicating that no valid values can be obtained.public TargetConfiguration getTargetConfiguration()
public void setTargetConfiguration(TargetConfiguration TargetConfiguration)
TargetConfiguration
- Configuration of target tracking scaling
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.