Uses of Class
com.tencentcloudapi.dayu.v20180709.models.CreateBoundIPRequest
-
Packages that use CreateBoundIPRequest Package Description com.tencentcloudapi.dayu.v20180709 com.tencentcloudapi.dayu.v20180709.models -
-
Uses of CreateBoundIPRequest in com.tencentcloudapi.dayu.v20180709
Methods in com.tencentcloudapi.dayu.v20180709 with parameters of type CreateBoundIPRequest Modifier and Type Method Description CreateBoundIPResponseDayuClient. CreateBoundIP(CreateBoundIPRequest req)绑定IP到高防包实例,支持独享包、共享包;需要注意的是此接口绑定或解绑IP是异步接口,当处于绑定或解绑中时,则不允许再进行绑定或解绑,需要等待当前绑定或解绑完成。 -
Uses of CreateBoundIPRequest in com.tencentcloudapi.dayu.v20180709.models
Constructors in com.tencentcloudapi.dayu.v20180709.models with parameters of type CreateBoundIPRequest Constructor Description CreateBoundIPRequest(CreateBoundIPRequest 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.
-