Uses of Class
com.woorea.openstack.nova.api.extensions.SecurityGroupsExtension.CreateRule
Packages that use SecurityGroupsExtension.CreateRule
-
Uses of SecurityGroupsExtension.CreateRule in com.woorea.openstack.nova.api.extensions
Methods in com.woorea.openstack.nova.api.extensions that return SecurityGroupsExtension.CreateRuleModifier and TypeMethodDescriptionSecurityGroupsExtension.createSecurityGroupRule
(Integer parentSecurityGroupId, String ipProtocol, Integer fromPort, Integer toPort, Integer sourceGroupId) Deprecated.SecurityGroupsExtension.createSecurityGroupRule
(Integer parentSecurityGroupId, String ipProtocol, Integer fromPort, Integer toPort, String cidr) SecurityGroupsExtension.createSecurityGroupRule
(String parentSecurityGroupId, String ipProtocol, Integer fromPort, Integer toPort, String cidr) SecurityGroupsExtension.createSecurityGroupRule
(String parentSecurityGroupId, String sourceGroupId, String ipProtocol, Integer fromPort, Integer toPort)
SecurityGroupsExtension.createSecurityGroupRule(String, String, String, Integer, Integer)