Uses of Interface
org.openstack4j.model.network.SecurityGroupRule
-
Packages that use SecurityGroupRule Package Description org.openstack4j.api.networking org.openstack4j.model.network org.openstack4j.openstack.networking.domain org.openstack4j.openstack.networking.internal -
-
Uses of SecurityGroupRule in org.openstack4j.api.networking
Methods in org.openstack4j.api.networking that return SecurityGroupRule Modifier and Type Method Description SecurityGroupRuleSecurityGroupRuleService. create(SecurityGroupRule rule)Creates a security group rule.SecurityGroupRuleSecurityGroupRuleService. get(String id)Gets the Security Group rule by idMethods in org.openstack4j.api.networking that return types with arguments of type SecurityGroupRule Modifier and Type Method 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.Methods in org.openstack4j.api.networking with parameters of type SecurityGroupRule Modifier and Type Method Description SecurityGroupRuleSecurityGroupRuleService. create(SecurityGroupRule rule)Creates a security group rule. -
Uses of SecurityGroupRule in org.openstack4j.model.network
Methods in org.openstack4j.model.network that return types with arguments of type SecurityGroupRule Modifier and Type Method Description List<? extends SecurityGroupRule>SecurityGroup. getRules()Gets the rules. -
Uses of SecurityGroupRule in org.openstack4j.openstack.networking.domain
Classes in org.openstack4j.openstack.networking.domain that implement SecurityGroupRule Modifier and Type Class Description classNeutronSecurityGroupRuleAn OpenStack Neutron Security Group Rule model.Methods in org.openstack4j.openstack.networking.domain that return SecurityGroupRule Modifier and Type Method Description SecurityGroupRuleNeutronSecurityGroupRule.SecurityGroupRuleConcreteBuilder. build()Creates and return the Model Entity MMethods in org.openstack4j.openstack.networking.domain that return types with arguments of type SecurityGroupRule Modifier and Type Method Description List<? extends SecurityGroupRule>NeutronSecurityGroup. getRules()Gets the rules.Methods in org.openstack4j.openstack.networking.domain with parameters of type SecurityGroupRule Modifier and Type Method Description NetSecurityGroupRuleBuilderNeutronSecurityGroupRule.SecurityGroupRuleConcreteBuilder. from(SecurityGroupRule in)Creates a Builder using the param M as the default valuesConstructors in org.openstack4j.openstack.networking.domain with parameters of type SecurityGroupRule Constructor Description SecurityGroupRuleConcreteBuilder(SecurityGroupRule rule)Instantiates a new security group rule concrete builder. -
Uses of SecurityGroupRule in org.openstack4j.openstack.networking.internal
Methods in org.openstack4j.openstack.networking.internal that return SecurityGroupRule Modifier and Type Method Description SecurityGroupRuleSecurityGroupRuleServiceImpl. create(SecurityGroupRule rule)Creates a security group rule.SecurityGroupRuleSecurityGroupRuleServiceImpl. get(String id)Gets the Security Group rule by idMethods in org.openstack4j.openstack.networking.internal that return types with arguments of type SecurityGroupRule Modifier and Type Method 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.Methods in org.openstack4j.openstack.networking.internal with parameters of type SecurityGroupRule Modifier and Type Method Description SecurityGroupRuleSecurityGroupRuleServiceImpl. create(SecurityGroupRule rule)Creates a security group rule.
-