Version
¶Version representation.
Data samples:
{
"id": "v1.0",
"link": {
"href": "http://example.com:9777/v1",
"target_name": "v1"
},
"status": "CURRENT"
}
b'<value>\n <id>v1.0</id>\n <status>CURRENT</status>\n <link>\n <href>http://example.com:9777/v1</href>\n <target_name>v1</target_name>\n </link>\n</value>'
id
¶Type: | str |
---|
The version identifier.
link
¶Type: | Link |
---|
The link to the versioned API.
status
¶Type: | Enum(SUPPORTED, CURRENT, DEPRECATED) |
---|
The status of the API (SUPPORTED, CURRENT or DEPRECATED).
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.