| 程序包 | 说明 |
|---|---|
| com.aliyun.sdk.service.sae20190506.models |
| 限定符和类型 | 方法和说明 |
|---|---|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.acrAssumeRoleArn(String acrAssumeRoleArn)
The Alibaba Cloud Resource Name (ARN) required for a RAM role to obtain images across accounts.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.acrInstanceId(String acrInstanceId)
The ID of Container Registry Enterprise Edition instance N.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.agentVersion(String agentVersion)
AgentVersion.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.albIngressReadinessGate(String albIngressReadinessGate)
AlbIngressReadinessGate.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.appId(String appId)
The ID of the application.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.associateEip(Boolean associateEip)
Specifies whether to associate an EIP with the node pool.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.autoEnableApplicationScalingRule(Boolean autoEnableApplicationScalingRule)
Specifies whether to automatically enable an auto scaling policy for the application.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.batchWaitTime(Integer batchWaitTime)
The interval between batches during a batch release.
|
static DeployApplicationRequest.Builder |
DeployApplicationRequest.builder() |
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.changeOrderDesc(String changeOrderDesc)
The description of the change order.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.command(String command)
The command that is used to start the image.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.commandArgs(String commandArgs)
The parameters of the image startup command.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.configMapMountDesc(String configMapMountDesc)
The description of the ConfigMap instance mounted to the application.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.cpu(Integer cpu)
The CPU specifications that are required for each instance.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.customHostAlias(String customHostAlias)
The custom mappings between hostnames and IP addresses in the container.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.customImageNetworkType(String customImageNetworkType)
Custom image type.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.deploy(String deploy)
This parameter takes effect only for applications that are in the Stopped state.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.dotnet(String dotnet)
The version of .NET
.NET 3.1
.NET 5.0
.NET 6.0
.NET 7.0
.NET 8.0
example:
.NET 3.1
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.edasContainerVersion(String edasContainerVersion)
The version of the container, such as Ali-Tomcat, in which an application developed based on High-speed Service Framework (HSF) is deployed.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.emptyDirDesc(String emptyDirDesc)
EmptyDirDesc.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.enableAhas(String enableAhas)
Indicates whether access to Application High Availability Service (AHAS) is enabled.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.enableCpuBurst(Boolean enableCpuBurst)
Enable CPU Burst.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.enableGreyTagRoute(Boolean enableGreyTagRoute)
Indicates whether canary release rules are enabled.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.enableNamespaceAgentVersion(Boolean enableNamespaceAgentVersion)
EnableNamespaceAgentVersion.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.enableNewArms(Boolean enableNewArms)
Enable new ARMS features.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.enablePrometheus(Boolean enablePrometheus)
EnablePrometheus.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.enableSidecarResourceIsolated(Boolean enableSidecarResourceIsolated)
Enable Sidecar resource isolation.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.envs(String envs)
The environment variables.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.gpuConfig(String gpuConfig)
GpuConfig.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.html(String html)
Html.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.imagePullSecrets(String imagePullSecrets)
The ID of the corresponding Secret.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.imageUrl(String imageUrl)
The URL of the image.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.initContainersConfig(List<InitContainerConfig> initContainersConfig)
Initialize container configuration.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.jarStartArgs(String jarStartArgs)
The arguments in the JAR package.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.jarStartOptions(String jarStartOptions)
The option settings in the JAR package.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.jdk(String jdk)
The version of the Java development kit (JDK) on which the deployment package of the application depends.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.kafkaConfigs(String kafkaConfigs)
The logging configurations of Message Queue for Apache Kafka.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.labels(Map<String,String> labels)
Labels.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.liveness(String liveness)
The details of the availability check that was performed on the container.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.lokiConfigs(String lokiConfigs)
LokiConfigs.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.maxSurgeInstanceRatio(Integer maxSurgeInstanceRatio)
MaxSurgeInstanceRatio.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.maxSurgeInstances(Integer maxSurgeInstances)
MaxSurgeInstances.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.memory(Integer memory)
The memory size that is required by each instance.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.microRegistration(String microRegistration)
The Nacos registry.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.microRegistrationConfig(String microRegistrationConfig)
Select the edition of Nacos.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.microserviceEngineConfig(String microserviceEngineConfig)
Configure Microservices Governance
Whether to enable microservices governance (enable):
true: Enable
false: Disable
Configure lossless online/offline deployment (mseLosslessRule):
delayTime: Delay duration (unit: seconds)
enable: Whether to enable lossless deployment
true: Enable
false: Disable
notice: Whether to enable notifications
true: Enable
false: Disable
warmupTime: Small-traffic warm-up duration (unit: seconds)
example:
{"enable": true,"mseLosslessRule": {"delayTime": 0,"enable": false,"notice": false,"warmupTime": 120}}
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.minReadyInstanceRatio(Integer minReadyInstanceRatio)
The percentage of the minimum number of available instances.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.minReadyInstances(Integer minReadyInstances)
The minimum number of available instances.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.mountDesc(String mountDesc)
The configurations for mounting the NAS file system.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.mountHost(String mountHost)
The mount target of the NAS file system in the VPC where the application is deployed.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.nasConfigs(String nasConfigs)
The configurations of mounting the NAS file system.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.nasId(String nasId)
The ID of the File Storage NAS file system.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.newSaeVersion(String newSaeVersion)
SAE edition.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.oidcRoleName(String oidcRoleName)
The name of the RAM role used to authenticate the user identity.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.ossAkId(String ossAkId)
The AccessKey ID that is used to read data from and write data to Object Storage Service (OSS) buckets.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.ossAkSecret(String ossAkSecret)
The AccessKey secret that is used to read data from and write data to OSS buckets.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.ossMountDescs(String ossMountDescs)
Information of the Object Storage Service (OSS) bucket mounted to the application.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.packageType(String packageType)
The package type.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.packageUrl(String packageUrl)
The address of the deployment package.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.packageVersion(String packageVersion)
The version of the deployment package.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.php(String php)
The dependent PHP version of PHP package.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.phpArmsConfigLocation(String phpArmsConfigLocation)
The path on which the PHP configuration file for application monitoring is mounted.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.phpConfig(String phpConfig)
The details of the PHP configuration file.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.phpConfigLocation(String phpConfigLocation)
The path on which the PHP configuration file for application startup is mounted.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.postStart(String postStart)
The script that is run immediately after the container is started.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.preStop(String preStop)
The script that is run before the container is stopped.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.pvtzDiscoverySvc(String pvtzDiscoverySvc)
The configurations of Kubernetes Service-based service registration and discovery.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.python(String python)
The Python environment.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.pythonModules(String pythonModules)
The configurations for installing custom module dependencies.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.readiness(String readiness)
The details of the health check that was performed on the container.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.replicas(Integer replicas)
The number of instances.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.secretMountDesc(String secretMountDesc)
Secret Mount Description
Use the secret dictionaries created in the Namespace Secret Dictionary page to inject information into containers.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.securityGroupId(String securityGroupId)
Security group ID.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.serviceTags(String serviceTags)
The gray-release tag of the application.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.sidecarContainersConfig(List<SidecarContainerConfig> sidecarContainersConfig)
The configuration of the container.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.slsConfigs(String slsConfigs)
The logging configurations of Log Service.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.slsLogEnvTags(String slsLogEnvTags)
SlsLogEnvTags.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.startupProbe(String startupProbe)
Check Failure: Indicates that the application failed to start.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.swimlanePvtzDiscoverySvc(String swimlanePvtzDiscoverySvc)
Configure K8s Service-based Service Registration/Discovery and Full-Chain Grayscale Capabilities
enable: Whether to enable full-link grayscale based on K8s Service (set to "true" to enable; set to "false" to disable).
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.terminationGracePeriodSeconds(Integer terminationGracePeriodSeconds)
The timeout period for a graceful shutdown.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.timezone(String timezone)
The time zone.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.toBuilder() |
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.tomcatConfig(String tomcatConfig)
The Tomcat configuration.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.updateStrategy(String updateStrategy)
The deployment policy.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.vSwitchId(String vSwitchId)
The ID of the vSwitch, where the EIP of the application instances resides.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.warStartOptions(String warStartOptions)
The startup command of the WAR package.
|
DeployApplicationRequest.Builder |
DeployApplicationRequest.Builder.webContainer(String webContainer)
The version of the Tomcat container on which the deployment package depends.
|
Copyright © 2026. All rights reserved.