de.jw.cloud42.webservice.wrapper
Class Cloud42IpPermission
java.lang.Object
de.jw.cloud42.webservice.wrapper.Cloud42IpPermission
public class Cloud42IpPermission
- extends java.lang.Object
Wrapper around Typicas GroupDesritopm.IpPermission since Axis2 does not recognize nested types.
Morever, cidrIps is returned as array instead of list.
- Author:
- fbitzer
|
Constructor Summary |
Cloud42IpPermission(com.xerox.amazonws.ec2.GroupDescription.IpPermission p)
Load data from wrapped object in the constructor. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Cloud42IpPermission
public Cloud42IpPermission(com.xerox.amazonws.ec2.GroupDescription.IpPermission p)
- Load data from wrapped object in the constructor.
getProtocol
public java.lang.String getProtocol()
getFromPort
public int getFromPort()
getToPort
public int getToPort()
addIpRange
public void addIpRange(java.lang.String cidrIp)
getIpRanges
public java.lang.String[] getIpRanges()
Copyright © 2010 just works! Software. All Rights Reserved.