Uses of Class
com.tencentcloudapi.cfw.v20190904.models.SyncFwOperateRequest
-
Packages that use SyncFwOperateRequest Package Description com.tencentcloudapi.cfw.v20190904 com.tencentcloudapi.cfw.v20190904.models -
-
Uses of SyncFwOperateRequest in com.tencentcloudapi.cfw.v20190904
Methods in com.tencentcloudapi.cfw.v20190904 with parameters of type SyncFwOperateRequest Modifier and Type Method Description SyncFwOperateResponseCfwClient. SyncFwOperate(SyncFwOperateRequest req)同步防火墙操作,包括同步防火墙路由(若vpc,专线网关等增加了Cidr,需要手动同步一下路由使之在防火墙上生效)等。 -
Uses of SyncFwOperateRequest in com.tencentcloudapi.cfw.v20190904.models
Constructors in com.tencentcloudapi.cfw.v20190904.models with parameters of type SyncFwOperateRequest Constructor Description SyncFwOperateRequest(SyncFwOperateRequest 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.
-