Bases: object
Create a namespace.
kwargs – Unpacked namespace object.
Delete a namespace.
Retrieve a listing of Namespace objects.
page_size – Number of items to request in each paginated request
limit – Use to request a specific page size. Expect a response to a limited request to return between zero and limit items.
marker – Specifies the namespace of the last-seen namespace. The typical pattern of limit and marker is to make an initial limited request and then to use the last namespace from the response as the marker parameter in a subsequent limited request.
sort_key – The field to sort on (for example, ‘created_at’)
sort_dir – The direction to sort (‘asc’ or ‘desc’)
generator over list of Namespaces
Update a namespace.
namespace_name – Name of a namespace (old one).
kwargs – Unpacked namespace object.
Bases: object
Create an object.
namespace – Name of a namespace the object belongs.
kwargs – Unpacked object.
Delete an object.
Delete all objects in a namespace.
Retrieve a listing of metadata objects.
generator over list of objects
Update an object.
namespace – Name of a namespace the object belongs.
object_name – Name of an object (old one).
kwargs – Unpacked object.
Bases: object
Create a property.
namespace – Name of a namespace the property will belong.
kwargs – Unpacked property object.
Delete a property.
Delete all properties in a namespace.
Retrieve a listing of metadata properties.
generator over list of objects
Update a property.
namespace – Name of a namespace the property belongs.
prop_name – Name of a property (old one).
kwargs – Unpacked property object.
Bases: object
Associate a resource type with a namespace.
Deassociate a resource type with a namespace.
Retrieve a listing of available resource types.
generator over list of resource_types
Bases: object
Create a tag.
namespace – Name of a namespace the Tag belongs.
tag_name – The name of the new tag to create.
Create the list of tags.
namespace – Name of a namespace to which the Tags belong.
kwargs – list of tags, optional parameter append.
Delete a tag.
Delete all tags in a namespace.
Retrieve a listing of metadata tags.
generator over list of tags.
Update a tag.
namespace – Name of a namespace the Tag belongs.
tag_name – Name of the Tag (old one).
kwargs – Unpacked tag.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.