public static final class UpdateK8sApplicationConfigRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
UpdateK8sApplicationConfigRequest.Builder |
appId(String appId)
The ID of the application.
|
UpdateK8sApplicationConfigRequest |
build() |
UpdateK8sApplicationConfigRequest.Builder |
clusterId(String clusterId)
The ID of the cluster.
|
UpdateK8sApplicationConfigRequest.Builder |
cpuLimit(String cpuLimit)
The maximum number of CPU cores allowed for each application instance when the application is running.
|
UpdateK8sApplicationConfigRequest.Builder |
cpuRequest(String cpuRequest)
The number of CPU cores requested for each application instance when the application is running.
|
UpdateK8sApplicationConfigRequest.Builder |
ephemeralStorageLimit(String ephemeralStorageLimit)
The maximum size of space required by ephemeral storage.
|
UpdateK8sApplicationConfigRequest.Builder |
ephemeralStorageRequest(String ephemeralStorageRequest)
The minimum size of space required by ephemeral storage.
|
UpdateK8sApplicationConfigRequest.Builder |
mcpuLimit(String mcpuLimit)
The maximum number of CPU cores allowed.
|
UpdateK8sApplicationConfigRequest.Builder |
mcpuRequest(String mcpuRequest)
The minimum number of CPU cores required.
|
UpdateK8sApplicationConfigRequest.Builder |
memoryLimit(String memoryLimit)
The maximum size of memory allowed for each application instance when the application is running.
|
UpdateK8sApplicationConfigRequest.Builder |
memoryRequest(String memoryRequest)
The size of memory requested for each application instance when the application is running.
|
UpdateK8sApplicationConfigRequest.Builder |
timeout(Integer timeout)
The timeout period of the change process.
|
public UpdateK8sApplicationConfigRequest.Builder appId(String appId)
public UpdateK8sApplicationConfigRequest.Builder clusterId(String clusterId)
public UpdateK8sApplicationConfigRequest.Builder cpuLimit(String cpuLimit)
public UpdateK8sApplicationConfigRequest.Builder cpuRequest(String cpuRequest)
> You must set this parameter together with the CpuLimit parameter. Make sure that the value of this parameter does not exceed that of the CpuLimit parameter.
public UpdateK8sApplicationConfigRequest.Builder ephemeralStorageLimit(String ephemeralStorageLimit)
public UpdateK8sApplicationConfigRequest.Builder ephemeralStorageRequest(String ephemeralStorageRequest)
> You must set this parameter together with the EphemeralStorageLimit parameter. Make sure that the value of this parameter does not exceed that of the EphemeralStorageLimit parameter.
public UpdateK8sApplicationConfigRequest.Builder mcpuLimit(String mcpuLimit)
public UpdateK8sApplicationConfigRequest.Builder mcpuRequest(String mcpuRequest)
> You must set this parameter together with the CpuLimit parameter. Make sure that the value of this parameter does not exceed that of the CpuLimit parameter.
public UpdateK8sApplicationConfigRequest.Builder memoryLimit(String memoryLimit)
public UpdateK8sApplicationConfigRequest.Builder memoryRequest(String memoryRequest)
> You must set this parameter together with the MemoryLimit parameter. Make sure that the value of this parameter does not exceed that of the MemoryLimit parameter.
public UpdateK8sApplicationConfigRequest.Builder timeout(Integer timeout)
public UpdateK8sApplicationConfigRequest build()
Copyright © 2023. All rights reserved.