|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AccessRuleApi
The access list management feature allows fine-grained network access controls to be applied to the load balancer's virtual IP address.
| Method Summary | |
|---|---|
void |
create(Iterable<AccessRule> accessRules)
Create new access rules or append to existing access rules. |
boolean |
delete(int id)
Delete an access rule from the access list. |
boolean |
delete(Iterable<Integer> ids)
Batch delete the access rules given the specified ids. |
boolean |
deleteAll()
Delete the entire access list. |
Iterable<AccessRuleWithId> |
list()
List the AccessRules. |
| Method Detail |
|---|
@Named(value="accessrule:create") void create(Iterable<AccessRule> accessRules)
@Named(value="accessrule:list") Iterable<AccessRuleWithId> list()
@Named(value="accessrule:delete") boolean delete(int id)
@Named(value="accessrule:delete") boolean delete(Iterable<Integer> ids)
@Named(value="accessrule:delete") boolean deleteAll()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||