File
Class Description
This resource contains various meta-data describing a file's characteristics. The meta-data provides general file information and also is used to support filtered queries of file lists
Attributes
| Name | Type | Description |
|---|---|---|
| activateTime | TimeType | This element MUST be set to the date/time at which this file is activated. If the activation time is less than or equal to current time, the LD MUST immediately place the file into the activated state (in the case of a firmware file, the file is now the running image). If the activation time is greater than the current time, the LD MUST wait until the specified activation time is reached, then MUST place the file into the activated state. Omission of this element means that the LD MUST NOT take any action to activate the file until a subsequent GET to this File resource provides an activateTime. |
| fileURI | anyURI | This element MUST be set to the URI location of the file binary artifact. This is the BLOB (binary large object) that is actually loaded by the LD |
| lFDI | HexBinary160 | This element MUST be set to the LFDI of the device for which this file in targeted. |
| mfHwVer | String32 | This element MUST be set to the hardware version for which this file is targeted. |
| mfID | PENType | This element MUST be set to the manufacturer's Private Enterprise Number (assigned by IANA). |
| mfModel | String32 | This element MUST be set to the manufacturer model number for which this file is targeted. The syntax and semantics are left to the manufacturer. |
| mfSerNum | String32 | This element MUST be set to the manufacturer serial number for which this file is targeted. The syntax and semantics are left to the manufacturer. |
| mfVer | String16 | This element MUST be set to the software version information for this file. The syntax and semantics are left to the manufacturer. |
| size | UInt32 | This element MUST be set to the total size (in bytes) of the file referenced by fileURI. |
| type | HexBinary16 | A value indicating the type of the file. MUST be one of the following values: 00 = Software Image 01 = Security Credential 02 = Configuration 03 = Log 04โ7FFF = reserved 8000-FFFF = Manufacturer defined |
Relationships
Inherits from
Descendant classes
- No descendant classes
Associations
| Source Class | Cardinality Source | Target Class | Cardinality Target |
|---|---|---|---|
| FileList | File | 0..* |