| Package | Description | 
|---|---|
| com.tencentcloudapi.tem.v20201221.models | 
| Modifier and Type | Method and Description | 
|---|---|
PortMapping[] | 
DeployServiceV2Request.getPortMappings()
Get Service port mapping. 
 | 
PortMapping[] | 
EksService.getPortMappings()
Get Port Mapping
Note: this field may return `null`, indicating that no valid value can be obtained. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DeployServiceV2Request.setPortMappings(PortMapping[] PortMappings)
Set Service port mapping. 
 | 
void | 
EksService.setPortMappings(PortMapping[] PortMappings)
Set Port Mapping
Note: this field may return `null`, indicating that no valid value can be obtained. 
 | 
| Constructor and Description | 
|---|
PortMapping(PortMapping 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. 
 | 
Copyright © 2024. All rights reserved.