Uses of Class
com.tencentcloudapi.tcss.v20201101.models.ReverseShellWhiteListBaseInfo
-
Packages that use ReverseShellWhiteListBaseInfo Package Description com.tencentcloudapi.tcss.v20201101.models -
-
Uses of ReverseShellWhiteListBaseInfo in com.tencentcloudapi.tcss.v20201101.models
Methods in com.tencentcloudapi.tcss.v20201101.models that return ReverseShellWhiteListBaseInfo Modifier and Type Method Description ReverseShellWhiteListBaseInfo[]DescribeReverseShellWhiteListsResponse. getWhiteListSet()Get 白名单信息列表Methods in com.tencentcloudapi.tcss.v20201101.models with parameters of type ReverseShellWhiteListBaseInfo Modifier and Type Method Description voidDescribeReverseShellWhiteListsResponse. setWhiteListSet(ReverseShellWhiteListBaseInfo[] WhiteListSet)Set 白名单信息列表Constructors in com.tencentcloudapi.tcss.v20201101.models with parameters of type ReverseShellWhiteListBaseInfo Constructor Description ReverseShellWhiteListBaseInfo(ReverseShellWhiteListBaseInfo 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.
-