Uses of Class
com.tencentcloudapi.tcss.v20201101.models.PortInfo
-
Packages that use PortInfo Package Description com.tencentcloudapi.tcss.v20201101.models -
-
Uses of PortInfo in com.tencentcloudapi.tcss.v20201101.models
Methods in com.tencentcloudapi.tcss.v20201101.models that return PortInfo Modifier and Type Method Description PortInfo[]DescribeAssetPortListResponse. getList()Get 端口列表Methods in com.tencentcloudapi.tcss.v20201101.models with parameters of type PortInfo Modifier and Type Method Description voidDescribeAssetPortListResponse. setList(PortInfo[] List)Set 端口列表Constructors in com.tencentcloudapi.tcss.v20201101.models with parameters of type PortInfo Constructor Description PortInfo(PortInfo 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.
-