InlineVnf_instancesRequestBody

InlineVnf_instancesRequestBody
InlineVnf_instancesRequestBody
JSON Example
{
    "vnfdId": "string",
    "vnfInstanceName": "string",
    "vnfInstanceDescription": "string",
    "metadata": {
        "tags": [
            {
                "name": "string",
                "autoCreated": false
            }
        ],
        "extensionId": "string"
    }
}
string
vnfdId
Required

Identifier that identifies the VNFD which defines the VNF instance to be created.

string
vnfInstanceName
Optional

Human-readable name of the VNF instance to be created.

string
vnfInstanceDescription
Optional

Human-readable description of the VNF instance to be created.

object
metadata
Optional

If present, this attribute provides values for the "metadata" attribute in "VnfInstance", as defined in clause 5.5.2.2. If a "metadata" entry in this CreateVnfRequest data structure has a corresponding default value declared in the VNFD, the value in the "metadata" entry in the CreateVnfRequest structure takes precedence.