Uses of Class
org.jclouds.openstack.nova.v2_0.domain.IpProtocol

Packages that use IpProtocol
org.jclouds.openstack.nova.v2_0.domain   
 

Uses of IpProtocol in org.jclouds.openstack.nova.v2_0.domain
 

Fields in org.jclouds.openstack.nova.v2_0.domain declared as IpProtocol
protected  IpProtocol Ingress.Builder.ipProtocol
           
 

Methods in org.jclouds.openstack.nova.v2_0.domain that return IpProtocol
static IpProtocol IpProtocol.fromValue(String protocol)
           
 IpProtocol Ingress.getIpProtocol()
          destination IP protocol
static IpProtocol IpProtocol.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IpProtocol[] IpProtocol.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type IpProtocol
 T Ingress.Builder.ipProtocol(IpProtocol ipProtocol)
           
 

Constructors in org.jclouds.openstack.nova.v2_0.domain with parameters of type IpProtocol
Ingress(IpProtocol ipProtocol, int fromPort, int toPort)
           
SecurityGroupRule(IpProtocol ipProtocol, int fromPort, int toPort, String id, TenantIdAndName group, String parentGroupId, SecurityGroupRule.Cidr ipRange)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.