public class CreateApplicationRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateApplicationRequest() |
CreateApplicationRequest(CreateApplicationRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getApplicationName()
Get 应用名
|
String |
getCodingLanguage()
Get 编程语言
- JAVA
- OTHER
|
String |
getDeployMode()
Get 部署方式
- IMAGE
- JAR
- WAR
|
String |
getDescription()
Get 描述
|
Long |
getEnableTracing()
Get 是否开启 Java 应用的 APM 自动上报功能,1 表示启用;0 表示关闭
|
String |
getInstanceId()
Get 企业版镜像服务的实例id
|
String |
getRepoName()
Get 绑定镜像仓库名
|
String |
getRepoServer()
Get 绑定镜像服务器地址
|
Long |
getRepoType()
Get 如果是绑定仓库,绑定的仓库类型,0-个人版,1-企业版
|
Long |
getSourceChannel()
Get 来源渠道
|
String[] |
getSubnetList()
Get 应用所在子网
|
Tag[] |
getTags()
Get 标签
|
Long |
getUseDefaultImageService()
Get 是否使用默认镜像服务 1-是,0-否
|
UseDefaultRepoParameters |
getUseDefaultImageServiceParameters()
Get 使用默认镜像服务额外参数
|
void |
setApplicationName(String ApplicationName)
Set 应用名
|
void |
setCodingLanguage(String CodingLanguage)
Set 编程语言
- JAVA
- OTHER
|
void |
setDeployMode(String DeployMode)
Set 部署方式
- IMAGE
- JAR
- WAR
|
void |
setDescription(String Description)
Set 描述
|
void |
setEnableTracing(Long EnableTracing)
Set 是否开启 Java 应用的 APM 自动上报功能,1 表示启用;0 表示关闭
|
void |
setInstanceId(String InstanceId)
Set 企业版镜像服务的实例id
|
void |
setRepoName(String RepoName)
Set 绑定镜像仓库名
|
void |
setRepoServer(String RepoServer)
Set 绑定镜像服务器地址
|
void |
setRepoType(Long RepoType)
Set 如果是绑定仓库,绑定的仓库类型,0-个人版,1-企业版
|
void |
setSourceChannel(Long SourceChannel)
Set 来源渠道
|
void |
setSubnetList(String[] SubnetList)
Set 应用所在子网
|
void |
setTags(Tag[] Tags)
Set 标签
|
void |
setUseDefaultImageService(Long UseDefaultImageService)
Set 是否使用默认镜像服务 1-是,0-否
|
void |
setUseDefaultImageServiceParameters(UseDefaultRepoParameters UseDefaultImageServiceParameters)
Set 使用默认镜像服务额外参数
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateApplicationRequest()
public CreateApplicationRequest(CreateApplicationRequest source)
public String getApplicationName()
public void setApplicationName(String ApplicationName)
ApplicationName
- 应用名public String getDescription()
public void setDescription(String Description)
Description
- 描述public Long getUseDefaultImageService()
public void setUseDefaultImageService(Long UseDefaultImageService)
UseDefaultImageService
- 是否使用默认镜像服务 1-是,0-否public Long getRepoType()
public void setRepoType(Long RepoType)
RepoType
- 如果是绑定仓库,绑定的仓库类型,0-个人版,1-企业版public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 企业版镜像服务的实例idpublic String getRepoServer()
public void setRepoServer(String RepoServer)
RepoServer
- 绑定镜像服务器地址public String getRepoName()
public void setRepoName(String RepoName)
RepoName
- 绑定镜像仓库名public Long getSourceChannel()
public void setSourceChannel(Long SourceChannel)
SourceChannel
- 来源渠道public String[] getSubnetList()
public void setSubnetList(String[] SubnetList)
SubnetList
- 应用所在子网public String getCodingLanguage()
public void setCodingLanguage(String CodingLanguage)
CodingLanguage
- 编程语言
- JAVA
- OTHERpublic String getDeployMode()
public void setDeployMode(String DeployMode)
DeployMode
- 部署方式
- IMAGE
- JAR
- WARpublic Long getEnableTracing()
public void setEnableTracing(Long EnableTracing)
EnableTracing
- 是否开启 Java 应用的 APM 自动上报功能,1 表示启用;0 表示关闭public UseDefaultRepoParameters getUseDefaultImageServiceParameters()
public void setUseDefaultImageServiceParameters(UseDefaultRepoParameters UseDefaultImageServiceParameters)
UseDefaultImageServiceParameters
- 使用默认镜像服务额外参数public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- 标签Copyright © 2024. All rights reserved.