public class AppScaleRequest extends Object
Constructor and Description |
---|
AppScaleRequest(String deploymentId,
int count) |
AppScaleRequest(String deploymentId,
int count,
Map<String,String> properties) |
Modifier and Type | Method and Description |
---|---|
int |
getCount() |
String |
getDeploymentId() |
Optional<Map<String,String>> |
getProperties() |
String |
toString() |
public AppScaleRequest(String deploymentId, int count)
deploymentId
- the unique deployment ID of the application.count
- the desired instance count.public AppScaleRequest(String deploymentId, int count, @Nullable Map<String,String> properties)
deploymentId
- the unique deployment ID of the application.count
- the desired instance count.properties
- optional properties that may be applied during the scale operation.public int getCount()
public String getDeploymentId()
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.