| Package | Description |
|---|---|
| org.jclouds.vcloud.domain.network | |
| org.jclouds.vcloud.domain.network.nat.rules | |
| org.jclouds.vcloud.xml |
| Modifier and Type | Method and Description |
|---|---|
List<NatRule> |
NatService.getNatRules() |
| Constructor and Description |
|---|
NatService(boolean enabled,
NatType type,
NatPolicy policy,
Iterable<NatRule> natRules) |
| Modifier and Type | Class and Description |
|---|---|
class |
OneToOneVmRule
The OneToOneVmRule element describes a NAT rule that specifies network address translation
details for a single virtual machine.
|
class |
PortForwardingRule
The PortForwardingRule element describes a NAT rule that maps an IP address and port in an
organization network to an external IP address and port.
|
class |
VmRule
The VmRule element describes a NAT rule that maps an IP address and port in a vApp network to an
external IP address and port.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<NatRule> |
OrgNetworkHandler.natRules |
Copyright © 2009-2012 jclouds. All Rights Reserved.