程序包 | 说明 |
---|---|
com.aliyun.sdk.service.edas20170801.models |
限定符和类型 | 方法和说明 |
---|---|
InsertApplicationRequest.Builder |
InsertApplicationRequest.Builder.applicationName(String applicationName)
The name of the application.
|
static InsertApplicationRequest.Builder |
InsertApplicationRequest.builder() |
InsertApplicationRequest.Builder |
InsertApplicationRequest.Builder.buildPackId(Integer buildPackId)
The build package number of EDAS Container.
|
InsertApplicationRequest.Builder |
InsertApplicationRequest.Builder.clusterId(String clusterId)
The ID of the ECS cluster in which you want to create the application.
|
InsertApplicationRequest.Builder |
InsertApplicationRequest.Builder.componentIds(String componentIds)
The ID of the application component.
|
InsertApplicationRequest.Builder |
InsertApplicationRequest.Builder.cpu(Integer cpu)
The number of CPU cores that can be used by the application container in a Swarm cluster.
|
InsertApplicationRequest.Builder |
InsertApplicationRequest.Builder.description(String description)
The description of the application.
|
InsertApplicationRequest.Builder |
InsertApplicationRequest.Builder.ecuInfo(String ecuInfo)
The value of `ecu_id` of the ECS instance to be added during scale-out.
|
InsertApplicationRequest.Builder |
InsertApplicationRequest.Builder.enablePortCheck(Boolean enablePortCheck)
Specifies whether to enable the port health check.
|
InsertApplicationRequest.Builder |
InsertApplicationRequest.Builder.enableUrlCheck(Boolean enableUrlCheck)
Specifies whether to enable the URL health check.
|
InsertApplicationRequest.Builder |
InsertApplicationRequest.Builder.healthCheckUrl(String healthCheckUrl)
The health check URL of the application.
|
InsertApplicationRequest.Builder |
InsertApplicationRequest.Builder.healthCheckURL(String healthCheckURL)
The health check URL of the application.
|
InsertApplicationRequest.Builder |
InsertApplicationRequest.Builder.hooks(String hooks)
The script to mount.
|
InsertApplicationRequest.Builder |
InsertApplicationRequest.Builder.jdk(String jdk)
The version of the Java Development Kit (JDK) used to deploy the application.
|
InsertApplicationRequest.Builder |
InsertApplicationRequest.Builder.jvmOptions(String jvmOptions)
The custom parameters.
|
InsertApplicationRequest.Builder |
InsertApplicationRequest.Builder.logicalRegionId(String logicalRegionId)
The ID of the microservices namespace.
|
InsertApplicationRequest.Builder |
InsertApplicationRequest.Builder.maxHeapSize(Integer maxHeapSize)
The maximum size of the heap memory.
|
InsertApplicationRequest.Builder |
InsertApplicationRequest.Builder.maxPermSize(Integer maxPermSize)
The size of the permanent generation heap memory.
|
InsertApplicationRequest.Builder |
InsertApplicationRequest.Builder.mem(Integer mem)
The memory size that can be used by the application container in a Swarm cluster.
|
InsertApplicationRequest.Builder |
InsertApplicationRequest.Builder.minHeapSize(Integer minHeapSize)
The initial size of the heap memory.
|
InsertApplicationRequest.Builder |
InsertApplicationRequest.Builder.packageType(String packageType)
The type of the application deployment package.
|
InsertApplicationRequest.Builder |
InsertApplicationRequest.Builder.reservedPortStr(String reservedPortStr)
The reserved port for the application.
|
InsertApplicationRequest.Builder |
InsertApplicationRequest.Builder.resourceGroupId(String resourceGroupId)
The ID of the resource group.
|
InsertApplicationRequest.Builder |
InsertApplicationRequest.toBuilder() |
InsertApplicationRequest.Builder |
InsertApplicationRequest.Builder.webContainer(String webContainer)
The version of Apache Tomcat.
|
Copyright © 2023. All rights reserved.