Schema for vnf packages create API.
tacker.api.schemas.vnf_packages.
upload_from_uri
= {'additionalProperties': False, 'properties': {'addressInformation': {'format': 'uri', 'maxLength': 2048, 'minLength': 0, 'type': 'string'}, 'password': {'maxLength': 255, 'type': 'string'}, 'userName': {'maxLength': 255, 'pattern': '^[a-zA-Z0-9-_]*$', 'type': 'string'}}, 'required': ['addressInformation'], 'type': 'object'}¶Schema for vnf packages update API.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.