Base utilities to build API operation managers and objects on top of.
Bases: object
Managers interact with a particular type of API (servers, flavors, images, etc.) and provide CRUD operations for them.
Bases: object
A resource represents a particular instance of an object (tenant, user, etc). This is pretty much just a bag for attributes.
Parameters: |
|
---|
Abstracts the common pattern of allowing both an object or an object’s ID (UUID) as a parameter when dealing with relationships.