Uses of Class
com.tencentcloudapi.cdn.v20180606.models.OriginIp
-
Packages that use OriginIp Package Description com.tencentcloudapi.cdn.v20180606.models -
-
Uses of OriginIp in com.tencentcloudapi.cdn.v20180606.models
Methods in com.tencentcloudapi.cdn.v20180606.models that return OriginIp Modifier and Type Method Description OriginIp[]DescribeCdnOriginIpResponse. getIps()Get 回源节点IP详情。Methods in com.tencentcloudapi.cdn.v20180606.models with parameters of type OriginIp Modifier and Type Method Description voidDescribeCdnOriginIpResponse. setIps(OriginIp[] Ips)Set 回源节点IP详情。Constructors in com.tencentcloudapi.cdn.v20180606.models with parameters of type OriginIp Constructor Description OriginIp(OriginIp 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.
-