Create and get details for private flavors. Also, list, add, and remove tenants' access to private flavors.
| Method | URI | Description |
|---|---|---|
| GET | /v2/{tenant_id}/flavors | Lists flavors and includes the access type, which is public or private. |
| POST | /v2/{tenant_id}/flavors | Creates a private flavor. |
| GET | /v2/{tenant_id}/flavors/{flavor_id} | Gets the flavor access type, which is public or private. |
| GET | /v2/{tenant_id}/flavors/{flavor_id}/os-flavor-access | Lists tenants with access to the specified private flavor. |
| POST | /v2/{tenant_id}/flavors/{flavor_id}/action | Gives a specified tenant access to the specified private flavor. |
| DELETE | /v2/{tenant_id}/flavors/{flavor_id}/action | Revokes access from the specified tenant for the specified private flavor. |

