Uses of Class
com.tencentcloudapi.antiddos.v20200309.models.IpSegment
-
Packages that use IpSegment Package Description com.tencentcloudapi.antiddos.v20200309.models -
-
Uses of IpSegment in com.tencentcloudapi.antiddos.v20200309.models
Methods in com.tencentcloudapi.antiddos.v20200309.models that return IpSegment Modifier and Type Method Description IpSegment[]DescribeDDoSBlackWhiteIpListResponse. getBlackIpList()Get 黑名单IP列表IpSegment[]CreateCcBlackWhiteIpListRequest. getIpList()Get IP列表IpSegment[]CreateDDoSBlackWhiteIpListRequest. getIpList()Get IP列表IpSegment[]DeleteDDoSBlackWhiteIpListRequest. getIpList()Get IP列表IpSegment[]ModifyCcBlackWhiteIpListRequest. getIpList()Get IP列表IpSegmentModifyDDoSBlackWhiteIpListRequest. getNewIp()Get 当前配置的Ip段,包含ip与掩码IpSegmentModifyDDoSBlackWhiteIpListRequest. getOldIp()Get 当前配置的Ip段,包含ip与掩码IpSegment[]DescribeDDoSBlackWhiteIpListResponse. getWhiteIpList()Get 白名单IP列表Methods in com.tencentcloudapi.antiddos.v20200309.models with parameters of type IpSegment Modifier and Type Method Description voidDescribeDDoSBlackWhiteIpListResponse. setBlackIpList(IpSegment[] BlackIpList)Set 黑名单IP列表voidCreateCcBlackWhiteIpListRequest. setIpList(IpSegment[] IpList)Set IP列表voidCreateDDoSBlackWhiteIpListRequest. setIpList(IpSegment[] IpList)Set IP列表voidDeleteDDoSBlackWhiteIpListRequest. setIpList(IpSegment[] IpList)Set IP列表voidModifyCcBlackWhiteIpListRequest. setIpList(IpSegment[] IpList)Set IP列表voidModifyDDoSBlackWhiteIpListRequest. setNewIp(IpSegment NewIp)Set 当前配置的Ip段,包含ip与掩码voidModifyDDoSBlackWhiteIpListRequest. setOldIp(IpSegment OldIp)Set 当前配置的Ip段,包含ip与掩码voidDescribeDDoSBlackWhiteIpListResponse. setWhiteIpList(IpSegment[] WhiteIpList)Set 白名单IP列表Constructors in com.tencentcloudapi.antiddos.v20200309.models with parameters of type IpSegment Constructor Description IpSegment(IpSegment 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.
-