Uses of Class
com.tencentcloudapi.tem.v20210701.models.ServicePortMapping
-
Packages that use ServicePortMapping Package Description com.tencentcloudapi.tem.v20210701.models -
-
Uses of ServicePortMapping in com.tencentcloudapi.tem.v20210701.models
Methods in com.tencentcloudapi.tem.v20210701.models that return ServicePortMapping Modifier and Type Method Description ServicePortMappingModifyApplicationServiceRequest. getData()Get 单条访问方式设置ServicePortMappingCreateApplicationServiceRequest. getService()Get 访问方式详情ServicePortMapping[]EksService. getServicePortMappingList()Get 每种类型访问配置详情 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.tem.v20210701.models with parameters of type ServicePortMapping Modifier and Type Method Description voidModifyApplicationServiceRequest. setData(ServicePortMapping Data)Set 单条访问方式设置voidCreateApplicationServiceRequest. setService(ServicePortMapping Service)Set 访问方式详情voidEksService. setServicePortMappingList(ServicePortMapping[] ServicePortMappingList)Set 每种类型访问配置详情 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.tem.v20210701.models with parameters of type ServicePortMapping Constructor Description 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.
-