| Package | Description | 
|---|---|
| org.jclouds.vcloud.domain.network.nat | |
| org.jclouds.vcloud.domain.network.nat.rules | |
| org.jclouds.vcloud.xml | 
| Modifier and Type | Method and Description | 
|---|---|
static NatProtocol | 
NatProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static NatProtocol[] | 
NatProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
NatProtocol | 
VmRule.getProtocol()
specifies the network protocol to which this rule applies 
 | 
NatProtocol | 
PortForwardingRule.getProtocol()
specifies the network protocol to which this rule applies 
 | 
| Constructor and Description | 
|---|
PortForwardingRule(String externalIP,
                  int externalPort,
                  String internalIP,
                  int internalPort,
                  NatProtocol protocol)  | 
VmRule(String externalIP,
      int externalPort,
      String vAppScopedLocalId,
      int vmNicId,
      int internalPort,
      NatProtocol protocol)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected NatProtocol | 
OrgNetworkHandler.natProtocol  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.