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

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

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

Fields in org.jclouds.vcloud.director.v1_5.domain.network declared as NatVmRule
protected  NatVmRule NatRule.vmRule
           
 

Methods in org.jclouds.vcloud.director.v1_5.domain.network that return NatVmRule
 NatVmRule NatVmRule.Builder.build()
           
 NatVmRule NatRule.getVmRule()
          Gets the value of the vmRule property.
 

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

Constructors in org.jclouds.vcloud.director.v1_5.domain.network with parameters of type NatVmRule
NatRule(String description, NatOneToOneBasicRule oneToOneBasicRule, NatOneToOneVmRule oneToOneVmRule, NatPortForwardingRule portForwardingRule, NatVmRule vmRule)
           
 



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