Class SecurityGroupsExtension
java.lang.Object
com.woorea.openstack.nova.api.extensions.SecurityGroupsExtension
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
class
class
class
class
class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateSecurityGroup
(String name) createSecurityGroup
(String name, String description) createSecurityGroupRule
(Integer parentSecurityGroupId, String ipProtocol, Integer fromPort, Integer toPort, Integer sourceGroupId) Deprecated.createSecurityGroupRule
(Integer parentSecurityGroupId, String ipProtocol, Integer fromPort, Integer toPort, String cidr) createSecurityGroupRule
(String parentSecurityGroupId, String ipProtocol, Integer fromPort, Integer toPort, String cidr) createSecurityGroupRule
(String parentSecurityGroupId, String sourceGroupId, String ipProtocol, Integer fromPort, Integer toPort)
-
Field Details
-
CLIENT
-
-
Constructor Details
-
SecurityGroupsExtension
-
-
Method Details
-
listSecurityGroups
-
createSecurityGroup
-
createSecurityGroup
-
showSecurityGroup
-
showSecurityGroup
-
deleteSecurityGroup
-
deleteSecurityGroup
-
createSecurityGroupRule
public SecurityGroupsExtension.CreateRule createSecurityGroupRule(Integer parentSecurityGroupId, String ipProtocol, Integer fromPort, Integer toPort, String cidr) - Parameters:
parentSecurityGroupId
-ipProtocol
-fromPort
-toPort
-cidr
-- Returns:
-
createSecurityGroupRule
public SecurityGroupsExtension.CreateRule createSecurityGroupRule(Integer parentSecurityGroupId, String ipProtocol, Integer fromPort, Integer toPort, Integer sourceGroupId) - Parameters:
parentSecurityGroupId
-ipProtocol
-fromPort
-toPort
-sourceGroupId
-- Returns:
-
createSecurityGroupRule
-
createSecurityGroupRule
-
deleteSecurityGroupRule
-
deleteSecurityGroupRule
-
createSecurityGroupRule(String, String, String, Integer, Integer)