public class OneToOneVmRule extends Object implements NatRule
| Constructor and Description | 
|---|
OneToOneVmRule(MappingMode mappingMode,
              String externalIp,
              String vAppScopedVmId,
              int vmNicId)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
String | 
getExternalIP()
IP address to which this NAT rule maps the IP address specified in the InternalIp element. 
 | 
MappingMode | 
getMappingMode()  | 
String | 
getVAppScopedVmId()  | 
int | 
getVmNicId()  | 
int | 
hashCode()  | 
String | 
toString()  | 
public OneToOneVmRule(MappingMode mappingMode, @Nullable String externalIp, @Nullable String vAppScopedVmId, int vmNicId)
public MappingMode getMappingMode()
@Nullable public String getExternalIP()
NatRulegetExternalIP in interface NatRule@Nullable public String getVAppScopedVmId()
public int getVmNicId()
Copyright © 2009-2013 jclouds. All Rights Reserved.