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
|
String |
getExternalIp()
Get
|
String |
getLoadBalanceId()
Get
|
String |
getName()
Get service name
|
PortMapping[] |
getPortMappings()
Get
|
Long[] |
getPorts()
Get
|
String |
getServiceName()
Get
|
String |
getSubnetId()
Get
|
String |
getType()
Get
|
String |
getVersionName()
Get
|
String |
getYaml()
Get
|
void |
setClusterIp(String[] ClusterIp)
Set
|
void |
setExternalIp(String ExternalIp)
Set
|
void |
setLoadBalanceId(String LoadBalanceId)
Set
|
void |
setName(String Name)
Set service name
|
void |
setPortMappings(PortMapping[] PortMappings)
Set
|
void |
setPorts(Long[] Ports)
Set
|
void |
setServiceName(String ServiceName)
Set
|
void |
setSubnetId(String SubnetId)
Set
|
void |
setType(String Type)
Set
|
void |
setVersionName(String VersionName)
Set
|
void |
setYaml(String Yaml)
Set
|
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
- public String getServiceName()
public void setServiceName(String ServiceName)
ServiceName
- public String getVersionName()
public void setVersionName(String VersionName)
VersionName
- public String[] getClusterIp()
public void setClusterIp(String[] ClusterIp)
ClusterIp
- public String getExternalIp()
public void setExternalIp(String ExternalIp)
ExternalIp
- public String getType()
public void setType(String Type)
Type
- public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- public String getLoadBalanceId()
public void setLoadBalanceId(String LoadBalanceId)
LoadBalanceId
- public PortMapping[] getPortMappings()
public void setPortMappings(PortMapping[] PortMappings)
PortMappings
- Copyright © 2021. All rights reserved.