Uses of Class
com.tencentcloudapi.iecp.v20210914.models.PortConfig
-
Packages that use PortConfig Package Description com.tencentcloudapi.iecp.v20210914.models -
-
Uses of PortConfig in com.tencentcloudapi.iecp.v20210914.models
Methods in com.tencentcloudapi.iecp.v20210914.models that return PortConfig Modifier and Type Method Description PortConfig[]Service. getPorts()Get 端口配置Methods in com.tencentcloudapi.iecp.v20210914.models with parameters of type PortConfig Modifier and Type Method Description voidService. setPorts(PortConfig[] Ports)Set 端口配置Constructors in com.tencentcloudapi.iecp.v20210914.models with parameters of type PortConfig Constructor Description PortConfig(PortConfig 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.
-