Uses of Class
org.jclouds.openstack.nova.v2_0.domain.SecurityGroupRule
Packages that use SecurityGroupRule
Package
Description
-
Uses of SecurityGroupRule in org.jclouds.openstack.nova.v2_0.domain
Fields in org.jclouds.openstack.nova.v2_0.domain with type parameters of type SecurityGroupRuleMethods in org.jclouds.openstack.nova.v2_0.domain that return SecurityGroupRuleMethods in org.jclouds.openstack.nova.v2_0.domain that return types with arguments of type SecurityGroupRuleMethods in org.jclouds.openstack.nova.v2_0.domain with parameters of type SecurityGroupRuleModifier and TypeMethodDescriptionSecurityGroupRule.Builder.fromSecurityGroupRule
(SecurityGroupRule in) SecurityGroup.Builder.rules
(SecurityGroupRule... in) Method parameters in org.jclouds.openstack.nova.v2_0.domain with type arguments of type SecurityGroupRuleConstructor parameters in org.jclouds.openstack.nova.v2_0.domain with type arguments of type SecurityGroupRuleModifierConstructorDescriptionprotected
SecurityGroup
(String id, String tenantId, String name, String description, Set<SecurityGroupRule> rules) -
Uses of SecurityGroupRule in org.jclouds.openstack.nova.v2_0.extensions
Methods in org.jclouds.openstack.nova.v2_0.extensions that return SecurityGroupRuleModifier and TypeMethodDescriptionSecurityGroupApi.createRuleAllowingCidrBlock
(String parentGroup, Ingress ip_protocol, String sourceCidr) Create a Security Group Rule.SecurityGroupApi.createRuleAllowingSecurityGroupId
(String parentGroup, Ingress ip_protocol, String groupId) Create a Security Group Rule. -
Uses of SecurityGroupRule in org.jclouds.openstack.nova.v2_0.predicates
Methods in org.jclouds.openstack.nova.v2_0.predicates that return types with arguments of type SecurityGroupRuleModifier and TypeMethodDescriptionstatic com.google.common.base.Predicate
<SecurityGroupRule> matches a security group rule by its cidrstatic com.google.common.base.Predicate
<SecurityGroupRule> SecurityGroupPredicates.ruleEndPort
(int endPort) matches a security group rule by the end portstatic com.google.common.base.Predicate
<SecurityGroupRule> matches a security group rule by the security group it allowsstatic com.google.common.base.Predicate
<SecurityGroupRule> SecurityGroupPredicates.ruleProtocol
(IpProtocol protocol) matches a security group rule by the protocolstatic com.google.common.base.Predicate
<SecurityGroupRule> SecurityGroupPredicates.ruleStartPort
(int startPort) matches a security group rule by the start port