iFile (object)¶
An iFile
Properties (* = required):
| name | type(s) | default | allowed values | description |
|---|---|---|---|---|
| class* | string | “iFile” | ||
| iFile* | Reference to an iFile,String value optionally in base64 or from URL or BIG-IP AS3 pointer | |||
| ignoreChanges | boolean | true | true, false | If true(default), BIG-IP AS3 creates the ifile on first deployment, and leaves it untouched afterwards. If false, the system updates the iFile in every BIG-IP AS3 declaration deployment. |
| label | string | “^[^x00-x1fx22#&*<>?x5b-x5d`x7f]*$” | Optional friendly name for this object. Allows 0-64 chars, excluding a few likely to cause trouble with string searching, JS, TCL, or HTML | |
| remark | string | “^[^x00-x1fx22x5cx7f]*$” | Arbitrary (brief) text pertaining to this object. Allows 0-64 chars, excluding only control characters, double-quote, and backslash. This is permissive enough that you should worry about XSS attacks |