Bases: object
Create a namespace.
| Parameters: | kwargs – Unpacked namespace object. |
|---|
Delete a namespace.
Get one namespace.
Retrieve a listing of Namespace objects.
| Parameters: |
|
|---|---|
| Returns: | generator over list of Namespaces |
Update a namespace.
| Parameters: |
|
|---|
Bases: object
Create an object.
| Parameters: |
|
|---|
Delete an object.
Delete all objects in a namespace.
Retrieve a listing of metadata objects.
| Returns: | generator over list of objects |
|---|
Update an object.
| Parameters: |
|
|---|
Bases: object
Create a property.
| Parameters: |
|
|---|
Delete a property.
Delete all properties in a namespace.
Retrieve a listing of metadata properties.
| Returns: | generator over list of objects |
|---|
Update a property.
| Parameters: |
|
|---|
Bases: object
Associate a resource type with a namespace.
Deassociate a resource type with a namespace.
Retrieve a listing of available resource types.
| Returns: | generator over list of resource_types |
|---|
Bases: object
Create a tag.
| Parameters: |
|
|---|
Create the list of tags.
| Parameters: |
|
|---|
Delete a tag.
Delete all tags in a namespace.
Retrieve a listing of metadata tags.
| Returns: | generator over list of tags. |
|---|
Update a tag.
| Parameters: |
|
|---|