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 |
---|---|
String |
getExternalIP()
IP address to which this NAT rule maps the IP address specified in the InternalIp element.
|
MappingMode |
getMappingMode() |
String |
getVAppScopedVmId() |
int |
getVmNicId() |
public OneToOneVmRule(MappingMode mappingMode, @Nullable String externalIp, @Nullable String vAppScopedVmId, int vmNicId)
public MappingMode getMappingMode()
@Nullable public String getExternalIP()
NatRule
getExternalIP
in interface NatRule
@Nullable public String getVAppScopedVmId()
public int getVmNicId()
Copyright © 2009-2012 jclouds. All Rights Reserved.