Interface Domain
-
- All Superinterfaces:
Buildable<DomainBuilder>,ModelEntity,Serializable
- All Known Implementing Classes:
KeystoneDomain
public interface Domain extends ModelEntity, Buildable<DomainBuilder>
Domain model.- See Also:
- API reference
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()StringgetId()Globally unique domain identifier across all domains.Map<String,String>getLinks()StringgetName()Map<String,String>getOptions()Domain options.booleanisEnabled()
-
-
-
Method Detail
-
getId
String getId()
Globally unique domain identifier across all domains.- Returns:
- the Id of the domain
-
getDescription
String getDescription()
- Returns:
- the Description of the domain
-
getName
String getName()
- Returns:
- the Name of the domain
-
isEnabled
boolean isEnabled()
- Returns:
- if domain is enabled
-
-