Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: changed the key/value pair entry format according to latest discussion

...

Array EntryValues
<key>A string specifying the name of a given HPA capability.
<value>A list map of key-value pairs describing the configuration value of a given capability, where the key-value pairs are defined as follows

keytypevalue
schema-versionschemaVersionstringA string describing the version the schema to be used for validation and interpretation of the <configuration-value>.schema-location
schemaSelectorstringA URL formatted string describing the location of the schema.

An Identifier for the particular schema to use.

hardwarePlatformplatform-idstringA string describing what hardware platform associated with a given HPA capability. For vendor-neutral HPA capabilities, a value of "generic" is used.
mandatorybooleanstringA boolean value expressed in string type specifying whether the requested capability is mandatory for for proper operation of the VNF. The value of "true" indicated that a given HPA capability must be present. The value of "false" indicates that the VNF can function with or without the capability.
configuration-valueconfigurationValuestringA string describing the configuration value of a given capability, as defined by the schema.

...