ResourceHandle

ResourceHandle
ResourceHandle

This type represents the information that allows addressing a virtualised resource that is used by a VNF instance or by an NS instance. Information about the resource is available from the VIM.

JSON Example
{
    "resourceId": "resourceId",
    "vimId": "vimId",
    "vimLevelResourceType": "vimLevelResourceType",
    "resourceProviderId": "resourceProviderId"
}
string
vimId
Optional

An identifier with the intention of being globally unique.

string
resourceProviderId
Optional

An identifier with the intention of being globally unique.

string
resourceId
Required

An identifier maintained by the VIM or other resource provider. It is expected to be unique within the VIM instance. Representation: string of variable length.

string
vimLevelResourceType
Optional

Type of the resource in the scope of the VIM or the resource provider. The value set of the "vimLevelResourceType" attribute is within the scope of the VIM or the resource provider and can be used as information that complements the ResourceHandle.