Uses of Interface
org.jclouds.vcloud.domain.network.nat.NatRule

Packages that use NatRule
org.jclouds.vcloud.domain.network   
org.jclouds.vcloud.domain.network.nat.rules   
org.jclouds.vcloud.xml   
 

Uses of NatRule in org.jclouds.vcloud.domain.network
 

Methods in org.jclouds.vcloud.domain.network that return types with arguments of type NatRule
 List<? extends NatRule> NatService.getNatRules()
           
 

Constructor parameters in org.jclouds.vcloud.domain.network with type arguments of type NatRule
NatService(boolean enabled, NatType type, NatPolicy policy, Iterable<? extends NatRule> natRules)
           
 

Uses of NatRule in org.jclouds.vcloud.domain.network.nat.rules
 

Classes in org.jclouds.vcloud.domain.network.nat.rules that implement NatRule
 class OneToOneVmRule
          The OneToOneVmRule element describes a NAT rule that specifies network address translation details for a single virtual machine.
 class PortForwardingRule
          The PortForwardingRule element describes a NAT rule that maps an IP address and port in an organization network to an external IP address and port.
 class VmRule
          The VmRule element describes a NAT rule that maps an IP address and port in a vApp network to an external IP address and port.
 

Uses of NatRule in org.jclouds.vcloud.xml
 

Fields in org.jclouds.vcloud.xml with type parameters of type NatRule
protected  List<NatRule> OrgNetworkHandler.natRules
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.