org.jclouds.vcloud.director.v1_5.domain.network
Class NatOneToOneVmRule.Builder

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.domain.network.NatOneToOneVmRule.Builder
Enclosing class:
NatOneToOneVmRule

public static class NatOneToOneVmRule.Builder
extends Object


Constructor Summary
NatOneToOneVmRule.Builder()
           
 
Method Summary
 NatOneToOneVmRule build()
           
 NatOneToOneVmRule.Builder externalIpAddress(String externalIpAddress)
           
 NatOneToOneVmRule.Builder fromNatOneToOneVmRule(NatOneToOneVmRule in)
           
 NatOneToOneVmRule.Builder mappingMode(String mappingMode)
           
 NatOneToOneVmRule.Builder vAppScopedVmId(String vAppScopedVmId)
           
 NatOneToOneVmRule.Builder vmNicId(int vmNicId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NatOneToOneVmRule.Builder

public NatOneToOneVmRule.Builder()
Method Detail

mappingMode

public NatOneToOneVmRule.Builder mappingMode(String mappingMode)
See Also:
NatOneToOneVmRule.getMappingMode()

externalIpAddress

public NatOneToOneVmRule.Builder externalIpAddress(String externalIpAddress)
See Also:
NatOneToOneVmRule.getExternalIpAddress()

vAppScopedVmId

public NatOneToOneVmRule.Builder vAppScopedVmId(String vAppScopedVmId)
See Also:
NatOneToOneVmRule.getVAppScopedVmId()

vmNicId

public NatOneToOneVmRule.Builder vmNicId(int vmNicId)
See Also:
NatOneToOneVmRule.getVmNicId()

build

public NatOneToOneVmRule build()

fromNatOneToOneVmRule

public NatOneToOneVmRule.Builder fromNatOneToOneVmRule(NatOneToOneVmRule in)


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