public interface SecurityGroupRuleService extends RestService
Modifier and Type | Method and Description |
---|---|
SecurityGroupRule |
create(SecurityGroupRule rule)
Creates a security group rule.
|
void |
delete(String id)
Delete security group rule by id.
|
SecurityGroupRule |
get(String id)
Gets the Security Group rule by id
|
List<? extends SecurityGroupRule> |
list()
List security group rules accessible by current Tenant.
|
List<? extends SecurityGroupRule> |
list(Map<String,String> filteringParams)
List security group rules accessible by current Tenant.
|
List<? extends SecurityGroupRule> list()
SecurityGroupRule get(String id)
id
- the idvoid delete(String id)
id
- the idSecurityGroupRule create(SecurityGroupRule rule)
rule
- the ruleList<? extends SecurityGroupRule> list(Map<String,String> filteringParams)
filteringParams
- map (name, value) of filtering parametersCopyright © 2017. All rights reserved.