VnfLocationConstraint

VnfLocationConstraint
VnfLocationConstraint

This type represents the association of location constraints to a VNF instance to be created according to a specific VNF profile. It shall comply with the provisions defined in Table 6.5.3.20-1.

JSON Example
{
    "locationConstraints": {
        "countryCode": "countryCode",
        "civicAddressElement": [
            {
                "caType": 0,
                "caValue": "caValue"
            },
            {
                "caType": 0,
                "caValue": "caValue"
            }
        ]
    },
    "vnfProfileId": "vnfProfileId"
}
string
vnfProfileId
Required

An identifier that is unique within a NS descriptor. Representation: string of variable length.

locationConstraints
Optional

locationConstraints