public class ScaleCapacity extends Object
Constructor and Description |
---|
ScaleCapacity() |
Modifier and Type | Method and Description |
---|---|
String |
defaultProperty()
Get the number of instances that will be set if metrics are not available for evaluation.
|
String |
maximum()
Get the maximum number of instances for the resource.
|
String |
minimum()
Get the minimum number of instances for the resource.
|
ScaleCapacity |
withDefaultProperty(String defaultProperty)
Set the number of instances that will be set if metrics are not available for evaluation.
|
ScaleCapacity |
withMaximum(String maximum)
Set the maximum number of instances for the resource.
|
ScaleCapacity |
withMinimum(String minimum)
Set the minimum number of instances for the resource.
|
public String minimum()
public ScaleCapacity withMinimum(String minimum)
minimum
- the minimum value to setpublic String maximum()
public ScaleCapacity withMaximum(String maximum)
maximum
- the maximum value to setpublic String defaultProperty()
public ScaleCapacity withDefaultProperty(String defaultProperty)
defaultProperty
- the defaultProperty value to setCopyright © 2019. All rights reserved.