public class EksService extends AbstractModel
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 |
---|---|
String[] |
getClusterIp()
Get 内网ip
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getExternalIp()
Get 外网ip
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLoadBalanceId()
Get 负载均衡ID,只在外网访问和vpc内访问才有值,默认自动创建
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getName()
Get service name
|
PortMapping[] |
getPortMappings()
Get 端口映射
注意:此字段可能返回 null,表示取不到有效值。
|
Long[] |
getPorts()
Get 可用端口
|
String |
getServiceName()
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 |
setClusterIp(String[] ClusterIp)
Set 内网ip
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setExternalIp(String ExternalIp)
Set 外网ip
注意:此字段可能返回 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 |
setServiceName(String ServiceName)
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, 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 getServiceName()
public void setServiceName(String ServiceName)
ServiceName
- 服务名
注意:此字段可能返回 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,表示取不到有效值。Copyright © 2022. All rights reserved.