LocationConstraints
LocationConstraints
This type represents location constraints for a VNF to be instantiated. The location constraints shall be presented as a country code, optionally followed by a civic address based on the format defined by IETF RFC 4776 [13].
JSON Example
{
"countryCode": "string",
"civicAddressElement": [
{
"caType": 0,
"caValue": "string"
}
]
}
string
countryCode
Required
The two-letter ISO 3166 [29] country code in capital letters.
civicAddressElement
Optional
Zero or more elements comprising the civic address.