AffectedVnf_changedInfo
AffectedVnf_changedInfo
Information about the changed VNF instance information, including VNF configurable properties,if applicable. When the "changedInfo" attribute is present, either the "changedVnfInfo" attribute or the "changedExtConnectivity" attribute or both shall be present.
JSON Example
{
"changedVnfInfo": {
"vnfInstanceId": "string",
"vnfInstanceName": "string",
"vnfInstanceDescription": "string",
"vnfdId": "string"
},
"changedExtConnectivity": {
"id": "string",
"resourceHandle": {
"vimId": "string",
"resourceProviderId": "string",
"resourceId": "string",
"vimLevelResourceType": "string"
},
"extLinkPorts": [
{
"id": "string",
"resourceHandle": {
"vimId": "string",
"resourceProviderId": "string",
"resourceId": "string",
"vimLevelResourceType": "string"
},
"cpInstanceId": "string"
}
]
}
}