bug 3120: incremental checkin for this bug, with the introduction of an optional ONE_TO_ONE_NAT parameter

This commit is contained in:
abhishek 2010-09-15 10:27:26 -07:00
parent 952ee0bfed
commit cacb4dba1d
1 changed files with 1 additions and 0 deletions

View File

@ -281,6 +281,7 @@ public abstract class BaseCmd {
OS_TYPE_ID("ostypeid", BaseCmd.TYPE_LONG, "osTypeId"),
OS_TYPE_NAME("ostypename", BaseCmd.TYPE_STRING, "osTypeName"),
OP("op", BaseCmd.TYPE_STRING, "op"),
ONE_TO_ONE_NAT("onetoonenat",BaseCmd.TYPE_BOOLEAN,"oneToOneNat"),
PAGE("page", BaseCmd.TYPE_INT, "page"),
PAGESIZE("pagesize", BaseCmd.TYPE_INT, "pagesize"),
PARENT_ID("parentid", BaseCmd.TYPE_LONG, "parentId"),