Uses of Class
com.tencentcloudapi.cwp.v20180228.models.ProtectHostConfig
-
Packages that use ProtectHostConfig Package Description com.tencentcloudapi.cwp.v20180228.models -
-
Uses of ProtectHostConfig in com.tencentcloudapi.cwp.v20180228.models
Methods in com.tencentcloudapi.cwp.v20180228.models that return ProtectHostConfig Modifier and Type Method Description ProtectHostConfig[]ModifyWebPageProtectDirRequest. getHostConfig()Get 防护机器列表信息ProtectHostConfig[]CreateProtectServerRequest. getProtectHostConfig()Get 防护机器 信息Methods in com.tencentcloudapi.cwp.v20180228.models with parameters of type ProtectHostConfig Modifier and Type Method Description voidModifyWebPageProtectDirRequest. setHostConfig(ProtectHostConfig[] HostConfig)Set 防护机器列表信息voidCreateProtectServerRequest. setProtectHostConfig(ProtectHostConfig[] ProtectHostConfig)Set 防护机器 信息Constructors in com.tencentcloudapi.cwp.v20180228.models with parameters of type ProtectHostConfig Constructor Description ProtectHostConfig(ProtectHostConfig 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.
-