public class EksService extends AbstractModel
header, skipSign
Constructor and Description |
---|
EksService() |
EksService(EksService 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 |
---|---|
Boolean |
getAllIpDone()
Get 所有服务IP是否已经ready
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getApplicationId()
Get 返回应用id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getApplicationName()
Get 服务名
注意:此字段可能返回 null,表示取不到有效值。
|
String[] |
getClusterIp()
Get 内网ip
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getEnableRegistryNextDeploy()
Get 1: 下次部署自动注入注册中心信息;0:不注入
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getExternalDomain()
Get clb 域名
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getExternalIp()
Get 外网ip
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getFlushAll()
Get 刷新复写所有类型
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLoadBalanceId()
Get 负载均衡ID,只在外网访问和vpc内访问才有值,默认自动创建
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getName()
Get service name
|
PortMapping[] |
getPortMappings()
Get 端口映射
注意:此字段可能返回 null,表示取不到有效值。
|
Long[] |
getPorts()
Get 可用端口
|
ServicePortMapping[] |
getServicePortMappingList()
Get 每种类型访问配置详情
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSubnetId()
Get 子网ID,只在类型为vpc访问时才有值
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getType()
Get 访问类型,可选值:
- EXTERNAL(公网访问)
- VPC(vpc内访问)
- CLUSTER(集群内访问)
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getVersionName()
Get 版本名
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getYaml()
Get yaml 内容
|
void |
setAllIpDone(Boolean AllIpDone)
Set 所有服务IP是否已经ready
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setApplicationId(String ApplicationId)
Set 返回应用id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setApplicationName(String ApplicationName)
Set 服务名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setClusterIp(String[] ClusterIp)
Set 内网ip
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEnableRegistryNextDeploy(Long EnableRegistryNextDeploy)
Set 1: 下次部署自动注入注册中心信息;0:不注入
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setExternalDomain(String ExternalDomain)
Set clb 域名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setExternalIp(String ExternalIp)
Set 外网ip
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFlushAll(Boolean FlushAll)
Set 刷新复写所有类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLoadBalanceId(String LoadBalanceId)
Set 负载均衡ID,只在外网访问和vpc内访问才有值,默认自动创建
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setName(String Name)
Set service name
|
void |
setPortMappings(PortMapping[] PortMappings)
Set 端口映射
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPorts(Long[] Ports)
Set 可用端口
|
void |
setServicePortMappingList(ServicePortMapping[] ServicePortMappingList)
Set 每种类型访问配置详情
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSubnetId(String SubnetId)
Set 子网ID,只在类型为vpc访问时才有值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(String Type)
Set 访问类型,可选值:
- EXTERNAL(公网访问)
- VPC(vpc内访问)
- CLUSTER(集群内访问)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVersionName(String VersionName)
Set 版本名
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setYaml(String Yaml)
Set yaml 内容
|
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 EksService()
public EksService(EksService source)
public String getName()
public void setName(String Name)
Name
- service namepublic Long[] getPorts()
public void setPorts(Long[] Ports)
Ports
- 可用端口public String getYaml()
public void setYaml(String Yaml)
Yaml
- yaml 内容public String getApplicationName()
public void setApplicationName(String ApplicationName)
ApplicationName
- 服务名
注意:此字段可能返回 null,表示取不到有效值。public String getVersionName()
public void setVersionName(String VersionName)
VersionName
- 版本名
注意:此字段可能返回 null,表示取不到有效值。public String[] getClusterIp()
public void setClusterIp(String[] ClusterIp)
ClusterIp
- 内网ip
注意:此字段可能返回 null,表示取不到有效值。public String getExternalIp()
public void setExternalIp(String ExternalIp)
ExternalIp
- 外网ip
注意:此字段可能返回 null,表示取不到有效值。public String getType()
public void setType(String Type)
Type
- 访问类型,可选值:
- EXTERNAL(公网访问)
- VPC(vpc内访问)
- CLUSTER(集群内访问)
注意:此字段可能返回 null,表示取不到有效值。public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- 子网ID,只在类型为vpc访问时才有值
注意:此字段可能返回 null,表示取不到有效值。public String getLoadBalanceId()
public void setLoadBalanceId(String LoadBalanceId)
LoadBalanceId
- 负载均衡ID,只在外网访问和vpc内访问才有值,默认自动创建
注意:此字段可能返回 null,表示取不到有效值。public PortMapping[] getPortMappings()
public void setPortMappings(PortMapping[] PortMappings)
PortMappings
- 端口映射
注意:此字段可能返回 null,表示取不到有效值。public ServicePortMapping[] getServicePortMappingList()
public void setServicePortMappingList(ServicePortMapping[] ServicePortMappingList)
ServicePortMappingList
- 每种类型访问配置详情
注意:此字段可能返回 null,表示取不到有效值。public Boolean getFlushAll()
public void setFlushAll(Boolean FlushAll)
FlushAll
- 刷新复写所有类型
注意:此字段可能返回 null,表示取不到有效值。public Long getEnableRegistryNextDeploy()
public void setEnableRegistryNextDeploy(Long EnableRegistryNextDeploy)
EnableRegistryNextDeploy
- 1: 下次部署自动注入注册中心信息;0:不注入
注意:此字段可能返回 null,表示取不到有效值。public String getApplicationId()
public void setApplicationId(String ApplicationId)
ApplicationId
- 返回应用id
注意:此字段可能返回 null,表示取不到有效值。public Boolean getAllIpDone()
public void setAllIpDone(Boolean AllIpDone)
AllIpDone
- 所有服务IP是否已经ready
注意:此字段可能返回 null,表示取不到有效值。public String getExternalDomain()
public void setExternalDomain(String ExternalDomain)
ExternalDomain
- clb 域名
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.