org.jclouds.vcloud.director.v1_5.domain.network
Class NatRule.Builder
java.lang.Object
org.jclouds.vcloud.director.v1_5.domain.network.NatRule.Builder
- Enclosing class:
- NatRule
public static class NatRule.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NatRule.Builder
public NatRule.Builder()
description
public NatRule.Builder description(String description)
- See Also:
NatRule.getDescription()
oneToOneBasicRule
public NatRule.Builder oneToOneBasicRule(NatOneToOneBasicRule oneToOneBasicRule)
- See Also:
NatRule.getOneToOneBasicRule()
oneToOneVmRule
public NatRule.Builder oneToOneVmRule(NatOneToOneVmRule oneToOneVmRule)
- See Also:
NatRule.getOneToOneVmRule()
portForwardingRule
public NatRule.Builder portForwardingRule(NatPortForwardingRule portForwardingRule)
- See Also:
NatRule.getPortForwardingRule()
vmRule
public NatRule.Builder vmRule(NatVmRule vmRule)
- See Also:
NatRule.getVmRule()
build
public NatRule build()
fromNatRule
public NatRule.Builder fromNatRule(NatRule in)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.