org.jclouds.openstack.nova.v2_0.domain
Class SecurityGroupRule.Cidr

java.lang.Object
  extended by com.google.common.collect.ForwardingObject
      extended by org.jclouds.openstack.nova.v2_0.domain.SecurityGroupRule.Cidr
Enclosing class:
SecurityGroupRule

public static class SecurityGroupRule.Cidr
extends com.google.common.collect.ForwardingObject


Constructor Summary
protected SecurityGroupRule.Cidr(String cidr)
           
 
Method Summary
protected  Object delegate()
           
 
Methods inherited from class com.google.common.collect.ForwardingObject
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SecurityGroupRule.Cidr

@ConstructorProperties(value="cidr")
protected SecurityGroupRule.Cidr(String cidr)
Method Detail

delegate

protected Object delegate()
Specified by:
delegate in class com.google.common.collect.ForwardingObject


Copyright © 2009-2012 jclouds. All Rights Reserved.