Domain
TheDomain class provides an interface to interact with OpenStack domains, allowing you to retrieve information about domains and their associated projects and users.
Constructor
The unique identifier of the domain. Either
domain_id or name should be provided.The name of the domain. Either
domain_id or name should be provided.The Cloud instance to use for OpenStack operations. Defaults to a new Cloud instance.
Properties
name
Returns the name associated to this Domain.
id
Returns the domain_id associated to this Domain.
projects
Returns the list of Projects in this Domain.
users
Returns the list of Users in this Domain.