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)
|
SecurityGroupsExtension.CreateRule |
SecurityGroupsExtension.createSecurityGroupRule(String parentSecurityGroupId,
String ipProtocol,
Integer fromPort,
Integer toPort,
String cidr) |
SecurityGroupsExtension.CreateRule |
SecurityGroupsExtension.createSecurityGroupRule(String parentSecurityGroupId,
String sourceGroupId,
String ipProtocol,
Integer fromPort,
Integer toPort) |