public static final class ListScaleOutEcuRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
ListScaleOutEcuRequest.Builder |
appId(String appId)
The ID of the application.
|
ListScaleOutEcuRequest |
build() |
ListScaleOutEcuRequest.Builder |
clusterId(String clusterId)
The ID of the cluster.
|
ListScaleOutEcuRequest.Builder |
cpu(Integer cpu)
The number of CPU cores based on which you want to query the available ECUs in the cluster.
|
ListScaleOutEcuRequest.Builder |
groupId(String groupId)
The ID of the instance group.
|
ListScaleOutEcuRequest.Builder |
instanceNum(Integer instanceNum)
The number of ECUs that you want to query.
|
ListScaleOutEcuRequest.Builder |
logicalRegionId(String logicalRegionId)
The ID of the namespace.
|
ListScaleOutEcuRequest.Builder |
mem(Integer mem)
The size of available memory based on which you want to query the available ECUs in the cluster.
|
public ListScaleOutEcuRequest.Builder appId(String appId)
> Specify at least one of the ClusterId and AppId parameters as the query parameter.
public ListScaleOutEcuRequest.Builder clusterId(String clusterId)
> Specify at least one of the ClusterId and AppId parameters as the query parameter.
public ListScaleOutEcuRequest.Builder cpu(Integer cpu)
public ListScaleOutEcuRequest.Builder groupId(String groupId)
public ListScaleOutEcuRequest.Builder instanceNum(Integer instanceNum)
public ListScaleOutEcuRequest.Builder logicalRegionId(String logicalRegionId)
* The ID of a custom namespace is in the `region ID:namespace identifier` format. Example: cn-beijing:test. * The ID of the default namespace is in the `region ID` format. Example: cn-beijing.
public ListScaleOutEcuRequest.Builder mem(Integer mem)
public ListScaleOutEcuRequest build()
Copyright © 2023. All rights reserved.