Package | Description |
---|---|
org.openstack.nova.api.extensions |
Modifier and Type | Method and Description |
---|---|
SecurityGroupsExtension.CreateRule |
SecurityGroupsExtension.createSecurityGroupRule(Integer parentSecurityGroupId,
String ipProtocol,
Integer fromPort,
Integer toPort,
Integer sourceGroupId) |
SecurityGroupsExtension.CreateRule |
SecurityGroupsExtension.createSecurityGroupRule(Integer parentSecurityGroupId,
String ipProtocol,
Integer fromPort,
Integer toPort,
String cidr) |
Copyright © 2012-2013. All Rights Reserved.