Uses of Class
org.jclouds.vcloud.director.v1_5.domain.network.NatRule

Packages that use NatRule
org.jclouds.vcloud.director.v1_5.domain.network   
 

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

Methods in org.jclouds.vcloud.director.v1_5.domain.network that return NatRule
 NatRule NatRule.Builder.build()
           
 

Methods in org.jclouds.vcloud.director.v1_5.domain.network that return types with arguments of type NatRule
 Set<NatRule> NatService.getNatRules()
           
 

Methods in org.jclouds.vcloud.director.v1_5.domain.network with parameters of type NatRule
 NatRule.Builder NatRule.Builder.fromNatRule(NatRule in)
           
 

Method parameters in org.jclouds.vcloud.director.v1_5.domain.network with type arguments of type NatRule
 NatService.Builder NatService.Builder.natRules(Set<NatRule> natRules)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.