Package | Description |
---|---|
org.openstack4j.api.networking | |
org.openstack4j.model.network | |
org.openstack4j.openstack.networking.domain | |
org.openstack4j.openstack.networking.internal |
Modifier and Type | Method and Description |
---|---|
SecurityGroupRule |
SecurityGroupRuleService.create(SecurityGroupRule rule)
Creates a security group rule.
|
SecurityGroupRule |
SecurityGroupRuleService.get(String id)
Gets the Security Group rule by id
|
Modifier and Type | Method and Description |
---|---|
List<? extends SecurityGroupRule> |
SecurityGroupRuleService.list()
List security group rules accessible by current Tenant.
|
List<? extends SecurityGroupRule> |
SecurityGroupRuleService.list(Map<String,String> filteringParams)
List security group rules accessible by current Tenant.
|
Modifier and Type | Method and Description |
---|---|
SecurityGroupRule |
SecurityGroupRuleService.create(SecurityGroupRule rule)
Creates a security group rule.
|
Modifier and Type | Method and Description |
---|---|
List<? extends SecurityGroupRule> |
SecurityGroup.getRules()
Gets the rules.
|
Modifier and Type | Class and Description |
---|---|
class |
NeutronSecurityGroupRule
An OpenStack Neutron Security Group Rule model.
|
Modifier and Type | Method and Description |
---|---|
SecurityGroupRule |
NeutronSecurityGroupRule.SecurityGroupRuleConcreteBuilder.build()
Creates and return the Model Entity M
|
Modifier and Type | Method and Description |
---|---|
List<? extends SecurityGroupRule> |
NeutronSecurityGroup.getRules()
Gets the rules.
|
Modifier and Type | Method and Description |
---|---|
NetSecurityGroupRuleBuilder |
NeutronSecurityGroupRule.SecurityGroupRuleConcreteBuilder.from(SecurityGroupRule in)
Creates a Builder using the param M as the default values
|
Constructor and Description |
---|
SecurityGroupRuleConcreteBuilder(SecurityGroupRule rule)
Instantiates a new security group rule concrete builder.
|
Modifier and Type | Method and Description |
---|---|
SecurityGroupRule |
SecurityGroupRuleServiceImpl.create(SecurityGroupRule rule)
Creates a security group rule.
|
SecurityGroupRule |
SecurityGroupRuleServiceImpl.get(String id)
Gets the Security Group rule by id
|
Modifier and Type | Method and Description |
---|---|
List<? extends SecurityGroupRule> |
SecurityGroupRuleServiceImpl.list()
List security group rules accessible by current Tenant.
|
List<? extends SecurityGroupRule> |
SecurityGroupRuleServiceImpl.list(Map<String,String> filteringParams)
List security group rules accessible by current Tenant.
|
Modifier and Type | Method and Description |
---|---|
SecurityGroupRule |
SecurityGroupRuleServiceImpl.create(SecurityGroupRule rule)
Creates a security group rule.
|
Copyright © 2017. All rights reserved.