org.jclouds.vcloud.director.v1_5.domain.network
Class NatOneToOneVmRule.Builder
java.lang.Object
org.jclouds.vcloud.director.v1_5.domain.network.NatOneToOneVmRule.Builder
- Enclosing class:
- NatOneToOneVmRule
public static class NatOneToOneVmRule.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NatOneToOneVmRule.Builder
public NatOneToOneVmRule.Builder()
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.