public class ServicePortMapping extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ServicePortMapping() | 
| ServicePortMapping(ServicePortMapping 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 VIP for access within the environment
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| String | getExternalDomain()Get CLB domain name
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| String | getExternalIp()Get Cluster external IP
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| String | getLoadBalanceId()Get Load balancer ID
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| ServicePortMappingItem[] | getPortMappingItemList()Get Port mapping array 
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| Long[] | getPorts()Get List of exposed ports
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| String | getServiceName()Get Application name
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| String | getSubnetId()Get Subnet ID
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| String | getType()Get Specifies how a layer-4 proxy is created. | 
| String | getVpcId()Get VPC ID
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| String | getYaml()Get YAML contents
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| void | setClusterIp(String ClusterIp)Set VIP for access within the environment
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| void | setExternalDomain(String ExternalDomain)Set CLB domain name
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| void | setExternalIp(String ExternalIp)Set Cluster external IP
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| void | setLoadBalanceId(String LoadBalanceId)Set Load balancer ID
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| void | setPortMappingItemList(ServicePortMappingItem[] PortMappingItemList)Set Port mapping array 
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| void | setPorts(Long[] Ports)Set List of exposed ports
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| void | setServiceName(String ServiceName)Set Application name
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| void | setSubnetId(String SubnetId)Set Subnet ID
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| void | setType(String Type)Set Specifies how a layer-4 proxy is created. | 
| void | setVpcId(String VpcId)Set VPC ID
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| void | setYaml(String Yaml)Set YAML contents
Note: This field may return `null`, indicating that no valid values can be obtained. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ServicePortMapping()
public ServicePortMapping(ServicePortMapping source)
public String getType()
public void setType(String Type)
Type - Specifies how a layer-4 proxy is created.
Note: This field may return `null`, indicating that no valid values can be obtained.public String getServiceName()
public void setServiceName(String ServiceName)
ServiceName - Application name
Note: This field may return `null`, indicating that no valid values can be obtained.public String getClusterIp()
public void setClusterIp(String ClusterIp)
ClusterIp - VIP for access within the environment
Note: This field may return `null`, indicating that no valid values can be obtained.public String getExternalIp()
public void setExternalIp(String ExternalIp)
ExternalIp - Cluster external IP
Note: This field may return `null`, indicating that no valid values can be obtained.public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId - Subnet ID
Note: This field may return `null`, indicating that no valid values can be obtained.public String getVpcId()
public void setVpcId(String VpcId)
VpcId - VPC ID
Note: This field may return `null`, indicating that no valid values can be obtained.public String getLoadBalanceId()
public void setLoadBalanceId(String LoadBalanceId)
LoadBalanceId - Load balancer ID
Note: This field may return `null`, indicating that no valid values can be obtained.public String getYaml()
public void setYaml(String Yaml)
Yaml - YAML contents
Note: This field may return `null`, indicating that no valid values can be obtained.public Long[] getPorts()
public void setPorts(Long[] Ports)
Ports - List of exposed ports
Note: This field may return `null`, indicating that no valid values can be obtained.public ServicePortMappingItem[] getPortMappingItemList()
public void setPortMappingItemList(ServicePortMappingItem[] PortMappingItemList)
PortMappingItemList - Port mapping array 
Note: This field may return `null`, indicating that no valid values can be obtained.public String getExternalDomain()
public void setExternalDomain(String ExternalDomain)
ExternalDomain - CLB domain name
Note: This field may return `null`, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.