Skip to content

Commit

Permalink
add DISKID and CONFIGID
Browse files Browse the repository at this point in the history
  • Loading branch information
tjfontaine committed Dec 3, 2010
1 parent f8aa006 commit 8510cd7
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions linode.datalink.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,32 @@ var LINODE_OBJ_CONVERSION = {
TYPE: linode_select,
TARGET: linode_string,
},
CONFIGID: {
RAMLIMIT: linode_string,
ROOTDEVICECUSTOM: linode_string,
LINODEID: linode_foreignkey,
HELPER_LIBTLS: linode_string,
DISKLIST: linode_string,
HELPER_DISABLEUPDATEDB: linode_boolean,
LABEL: linode_string,
ROOTDEVICENUM: linode_string,
DEVTMPFS_AUTOMOUNT: linode_boolean,
ISRESCUE: linode_boolean,
COMMENTS: linode_string,
RUNLEVEL: linode_string,
KERNELID: linode_foreignkey,
HELPER_XEN: linode_boolean,
HELPER_DEPMOD: linode_boolean,
ROOTDEVICERO: linode_boolean,
},
DISKID: {
STATUS: linode_select,
CREATE_DT: linode_string,
LINODEID: linode_foreignkey,
UPDATE_DT: linode_string,
ISREADONLY: linode_boolean,
LABEL: linode_string,
TYPE: linode_select,
SIZE: linode_string,
}
}

0 comments on commit 8510cd7

Please sign in to comment.