| 程序包 | 说明 |
|---|---|
| com.aliyun.sdk.service.ess20220222.models |
| 限定符和类型 | 方法和说明 |
|---|---|
ModifyEciScalingConfigurationRequest.Containers.Builder |
ModifyEciScalingConfigurationRequest.Containers.Builder.args(List<String> args)
The container startup arguments.
|
static ModifyEciScalingConfigurationRequest.Containers.Builder |
ModifyEciScalingConfigurationRequest.Containers.builder() |
ModifyEciScalingConfigurationRequest.Containers.Builder |
ModifyEciScalingConfigurationRequest.Containers.Builder.commands(List<String> commands)
The command that you want to run by using the CLI for liveness probing within the container.
|
ModifyEciScalingConfigurationRequest.Containers.Builder |
ModifyEciScalingConfigurationRequest.Containers.Builder.cpu(Float cpu)
The number of vCPUs that you want to allocate to the container.
|
ModifyEciScalingConfigurationRequest.Containers.Builder |
ModifyEciScalingConfigurationRequest.Containers.Builder.environmentVars(List<ModifyEciScalingConfigurationRequest.EnvironmentVars> environmentVars)
The environment variables.
|
ModifyEciScalingConfigurationRequest.Containers.Builder |
ModifyEciScalingConfigurationRequest.Containers.Builder.gpu(Integer gpu)
The number of GPUs that you want to allocate to the container.
|
ModifyEciScalingConfigurationRequest.Containers.Builder |
ModifyEciScalingConfigurationRequest.Containers.Builder.image(String image)
The image of the container.
|
ModifyEciScalingConfigurationRequest.Containers.Builder |
ModifyEciScalingConfigurationRequest.Containers.Builder.imagePullPolicy(String imagePullPolicy)
The image pulling policy.
|
ModifyEciScalingConfigurationRequest.Containers.Builder |
ModifyEciScalingConfigurationRequest.Containers.Builder.lifecyclePostStartHandlerExecs(List<String> lifecyclePostStartHandlerExecs)
The commands that you want to run by using the CLI for configuring the postStart callback function within the container.
|
ModifyEciScalingConfigurationRequest.Containers.Builder |
ModifyEciScalingConfigurationRequest.Containers.Builder.lifecyclePostStartHandlerHttpGetHost(String lifecyclePostStartHandlerHttpGetHost)
The IP address of the host to which you want to send the HTTP GET requests for configuring the postStart callback function.
|
ModifyEciScalingConfigurationRequest.Containers.Builder |
ModifyEciScalingConfigurationRequest.Containers.Builder.lifecyclePostStartHandlerHttpGetPath(String lifecyclePostStartHandlerHttpGetPath)
The path to which you want to send the HTTP GET requests for configuring the postStart callback function.
|
ModifyEciScalingConfigurationRequest.Containers.Builder |
ModifyEciScalingConfigurationRequest.Containers.Builder.lifecyclePostStartHandlerHttpGetPort(Integer lifecyclePostStartHandlerHttpGetPort)
The port over which you want to send the HTTP GET requests for configuring the postStart callback function.
|
ModifyEciScalingConfigurationRequest.Containers.Builder |
ModifyEciScalingConfigurationRequest.Containers.Builder.lifecyclePostStartHandlerHttpGetScheme(String lifecyclePostStartHandlerHttpGetScheme)
The protocol type of the HTTP GET requests that you want to send for configuring the postStart callback function.
|
ModifyEciScalingConfigurationRequest.Containers.Builder |
ModifyEciScalingConfigurationRequest.Containers.Builder.lifecyclePostStartHandlerTcpSocketHost(String lifecyclePostStartHandlerTcpSocketHost)
The IP address of the host detected by the TCP sockets that you want to use for configuring the postStart callback function.
|
ModifyEciScalingConfigurationRequest.Containers.Builder |
ModifyEciScalingConfigurationRequest.Containers.Builder.lifecyclePostStartHandlerTcpSocketPort(Integer lifecyclePostStartHandlerTcpSocketPort)
The port detected by the TCP sockets that you want to use for configuring the postStart callback function.
|
ModifyEciScalingConfigurationRequest.Containers.Builder |
ModifyEciScalingConfigurationRequest.Containers.Builder.lifecyclePreStopHandlerExecs(List<String> lifecyclePreStopHandlerExecs)
The commands that you want to run by using the CLI for configuring the preStop callback function within the container.
|
ModifyEciScalingConfigurationRequest.Containers.Builder |
ModifyEciScalingConfigurationRequest.Containers.Builder.lifecyclePreStopHandlerHttpGetHost(String lifecyclePreStopHandlerHttpGetHost)
The IP address of the host to which you want to send the HTTP GET requests for configuring the preStop callback function.
|
ModifyEciScalingConfigurationRequest.Containers.Builder |
ModifyEciScalingConfigurationRequest.Containers.Builder.lifecyclePreStopHandlerHttpGetPath(String lifecyclePreStopHandlerHttpGetPath)
The path to which you want to send the HTTP GET requests for configuring the preStop callback function.
|
ModifyEciScalingConfigurationRequest.Containers.Builder |
ModifyEciScalingConfigurationRequest.Containers.Builder.lifecyclePreStopHandlerHttpGetPort(Integer lifecyclePreStopHandlerHttpGetPort)
The port over which you want to send the HTTP GET requests for configuring the preStop callback function.
|
ModifyEciScalingConfigurationRequest.Containers.Builder |
ModifyEciScalingConfigurationRequest.Containers.Builder.lifecyclePreStopHandlerHttpGetScheme(String lifecyclePreStopHandlerHttpGetScheme)
The protocol type of the HTTP GET requests that you want to send for configuring the preStop callback function.
|
ModifyEciScalingConfigurationRequest.Containers.Builder |
ModifyEciScalingConfigurationRequest.Containers.Builder.lifecyclePreStopHandlerTcpSocketHost(String lifecyclePreStopHandlerTcpSocketHost)
The IP address of the host detected by the TCP sockets that you want to use for configuring the preStop callback function.
|
ModifyEciScalingConfigurationRequest.Containers.Builder |
ModifyEciScalingConfigurationRequest.Containers.Builder.lifecyclePreStopHandlerTcpSocketPort(Integer lifecyclePreStopHandlerTcpSocketPort)
The port detected by the TCP sockets that you want to use for configuring the preStop callback function.
|
ModifyEciScalingConfigurationRequest.Containers.Builder |
ModifyEciScalingConfigurationRequest.Containers.Builder.livenessProbe(ModifyEciScalingConfigurationRequest.LivenessProbe livenessProbe)
LivenessProbe.
|
ModifyEciScalingConfigurationRequest.Containers.Builder |
ModifyEciScalingConfigurationRequest.Containers.Builder.memory(Float memory)
The memory size that you want to allocate to the container.
|
ModifyEciScalingConfigurationRequest.Containers.Builder |
ModifyEciScalingConfigurationRequest.Containers.Builder.name(String name)
The name of the container image.
|
ModifyEciScalingConfigurationRequest.Containers.Builder |
ModifyEciScalingConfigurationRequest.Containers.Builder.ports(List<ModifyEciScalingConfigurationRequest.Ports> ports)
The ports.
|
ModifyEciScalingConfigurationRequest.Containers.Builder |
ModifyEciScalingConfigurationRequest.Containers.Builder.readinessProbe(ModifyEciScalingConfigurationRequest.ReadinessProbe readinessProbe)
ReadinessProbe.
|
ModifyEciScalingConfigurationRequest.Containers.Builder |
ModifyEciScalingConfigurationRequest.Containers.Builder.securityContext(ModifyEciScalingConfigurationRequest.SecurityContext securityContext)
SecurityContext.
|
ModifyEciScalingConfigurationRequest.Containers.Builder |
ModifyEciScalingConfigurationRequest.Containers.Builder.stdin(Boolean stdin)
Specifies whether the container allocates buffer resources to standard input streams during its active runtime.
|
ModifyEciScalingConfigurationRequest.Containers.Builder |
ModifyEciScalingConfigurationRequest.Containers.Builder.stdinOnce(Boolean stdinOnce)
Specifies whether standard input streams remain connected during multiple sessions when StdinOnce is set to true.
|
ModifyEciScalingConfigurationRequest.Containers.Builder |
ModifyEciScalingConfigurationRequest.Containers.Builder.tty(Boolean tty)
Specifies whether to enable the Interaction feature.
|
ModifyEciScalingConfigurationRequest.Containers.Builder |
ModifyEciScalingConfigurationRequest.Containers.Builder.volumeMounts(List<ModifyEciScalingConfigurationRequest.VolumeMounts> volumeMounts)
The volume mounts of the container.
|
ModifyEciScalingConfigurationRequest.Containers.Builder |
ModifyEciScalingConfigurationRequest.Containers.Builder.workingDir(String workingDir)
The working directory of the container.
|
Copyright © 2024. All rights reserved.