Uses of Class
com.tencentcloudapi.ecm.v20190719.models.ISP
-
Packages that use ISP Package Description com.tencentcloudapi.ecm.v20190719.models -
-
Uses of ISP in com.tencentcloudapi.ecm.v20190719.models
Methods in com.tencentcloudapi.ecm.v20190719.models that return ISP Modifier and Type Method Description ISPPublicIPAddressInfo. getISP()Get 实例的公网ip所属的运营商。ISP[]Node. getISPSet()Get 运营商列表。Methods in com.tencentcloudapi.ecm.v20190719.models with parameters of type ISP Modifier and Type Method Description voidPublicIPAddressInfo. setISP(ISP ISP)Set 实例的公网ip所属的运营商。voidNode. setISPSet(ISP[] ISPSet)Set 运营商列表。Constructors in com.tencentcloudapi.ecm.v20190719.models with parameters of type ISP Constructor Description ISP(ISP 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.
-