AffectedVirtualLink
AffectedVirtualLink
This type provides information about added, deleted, modified and temporary VLs.
JSON Example
{
"id": "string",
"virtualLinkDescId": "string",
"changeType": "string",
"networkResource": {
"vimId": "string",
"resourceProviderId": "string",
"resourceId": "string",
"vimLevelResourceType": "string"
}
}
string
changeType
Required
Signals the type of change. Permitted values: * ADDED * REMOVED * MODIFIED * TEMPORARY * LINK_PORT_ADDED * LINK_PORT_REMOVED For a temporary resource, an AffectedVirtualLink structure exists as long as the temporary resource exists.
Possible values are : ADDED, REMOVED, MODIFIED, TEMPORARY, LINK_PORT_ADDED, LINK_PORT_REMOVED,