public interface AccessRuleApi
AccessRuleAsyncApi
Modifier and Type | Method and Description |
---|---|
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.
|
void create(Iterable<AccessRule> accessRules)
Iterable<AccessRuleWithId> list()
boolean delete(int id)
boolean delete(Iterable<Integer> ids)
boolean deleteAll()
Copyright © 2009-2013 jclouds. All Rights Reserved.