Uses of Class
com.tencentcloudapi.antiddos.v20200309.models.SourceServer
-
Packages that use SourceServer Package Description com.tencentcloudapi.antiddos.v20200309.models -
-
Uses of SourceServer in com.tencentcloudapi.antiddos.v20200309.models
Methods in com.tencentcloudapi.antiddos.v20200309.models that return SourceServer Modifier and Type Method Description SourceServer[]Layer4Rule. getRealServers()Get 源站列表SourceServer[]Layer7Rule. getRealServers()Get 源站列表Methods in com.tencentcloudapi.antiddos.v20200309.models with parameters of type SourceServer Modifier and Type Method Description voidLayer4Rule. setRealServers(SourceServer[] RealServers)Set 源站列表voidLayer7Rule. setRealServers(SourceServer[] RealServers)Set 源站列表Constructors in com.tencentcloudapi.antiddos.v20200309.models with parameters of type SourceServer Constructor Description SourceServer(SourceServer 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.
-