VnfcInfoModifications

VnfcInfoModifications
VnfcInfoModifications

This type represents modifications of an entry in an array of "VnfcInfo" objects. It shall comply with the provisions defined in table 5.5.3.24-1.

JSON Example
{
    "vnfcConfigurableProperties": "{}",
    "id": "id"
}
string
id
Required

An identifier that is unique for the respective type within a VNF instance, but may not be globally unique.

object
vnfcConfigurableProperties
Required

This type represents a list of key-value pairs. The order of the pairs in the list is not significant. In JSON, a set of keyvalue pairs is represented as an object. It shall comply with the provisions defined in clause 4 of IETF RFC 8259. In the following example, a list of key-value pairs with four keys ("aString", "aNumber", "anArray" and "anObject") is provided to illustrate that the values associated with different keys can be of different type.