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