org.jclouds.vcloud.domain.network.nat
Interface NatRule

All Known Implementing Classes:
OneToOneVmRule, PortForwardingRule, VmRule

public interface NatRule

Defines a rule associated with Nat

Since:
vcloud api 0.9
Author:
Adrian Cole

Method Summary
 String getExternalIP()
          IP address to which this NAT rule maps the IP address specified in the InternalIp element.
 

Method Detail

getExternalIP

@Nullable
String getExternalIP()
IP address to which this NAT rule maps the IP address specified in the InternalIp element.



Copyright © 2009-2011 jclouds. All Rights Reserved.