| Package | Description |
|---|---|
| net.minidev.ovh.api |
| Modifier and Type | Method and Description |
|---|---|
OvhGameMitigationRule |
ApiOvhIp.ip_game_ipOnGame_rule_id_DELETE(String ip,
String ipOnGame,
Long id)
Delete rule
REST: DELETE /ip/{ip}/game/{ipOnGame}/rule/{id}
|
OvhGameMitigationRule |
ApiOvhIp.ip_game_ipOnGame_rule_id_GET(String ip,
String ipOnGame,
Long id)
Get this object properties
REST: GET /ip/{ip}/game/{ipOnGame}/rule/{id}
|
OvhGameMitigationRule |
ApiOvhIp.ip_game_ipOnGame_rule_POST(String ip,
String ipOnGame,
OvhGameMitigationRuleProtocolEnum protocol,
OvhRange<Long> ports)
Add new rule on your IP
REST: POST /ip/{ip}/game/{ipOnGame}/rule
|
Copyright © 2018. All rights reserved.