MoveVnfInstanceData

MoveVnfInstanceData
MoveVnfInstanceData

This type specifies existing VNF instances to be moved from one NS instance (source) to another NS instance (destination). The NS instance defined in the Update NS operation indicates the source NS instance and the destination NS instance is specified in this data type (referred to targetNsInstanceId). It shall comply with the provisions defined in Table 6.5.3.35-1.

JSON Example
{
    "targetNsInstanceId": "string",
    "vnfInstanceId": [
        "string"
    ]
}
targetNsInstanceId
Required

targetNsInstanceId

array of Identifier
vnfInstanceId
Optional

Specify the VNF instance that is moved.

Property Of