Class KeystoneEndpoint
- java.lang.Object
-
- org.openstack4j.openstack.identity.v3.domain.KeystoneEndpoint
-
- All Implemented Interfaces:
Serializable,Buildable<EndpointBuilder>,Endpoint,ModelEntity
public class KeystoneEndpoint extends Object implements Endpoint
Keystone V3 endpoint model class- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKeystoneEndpoint.EndpointConcreteBuilderstatic classKeystoneEndpoint.Endpoints-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Constructor Summary
Constructors Constructor Description KeystoneEndpoint()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EndpointBuilderbuilder()booleanequals(Object obj)StringgetDescription()StringgetId()Globally unique identifier.FacinggetIface()Map<String,String>getLinks()StringgetName()StringgetRegion()StringgetRegionId()StringgetServiceId()StringgetType()URLgetUrl()inthashCode()booleanisEnabled()voidsetEnabled(Boolean enabled)set endpoint enabledEndpointBuildertoBuilder()StringtoString()
-
-
-
Method Detail
-
builder
public static EndpointBuilder builder()
- Returns:
- the endpoint builder
-
toBuilder
public EndpointBuilder toBuilder()
- Specified by:
toBuilderin interfaceBuildable<EndpointBuilder>- Returns:
-
getType
public String getType()
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceEndpoint- Returns:
- the Description of the endpoint
-
getIface
public Facing getIface()
-
getServiceId
public String getServiceId()
- Specified by:
getServiceIdin interfaceEndpoint- Returns:
- the ServiceId of the endpoint
-
getName
public String getName()
-
getRegion
public String getRegion()
-
getRegionId
public String getRegionId()
- Specified by:
getRegionIdin interfaceEndpoint- Returns:
- the region identifier of the endpoint
-
getUrl
public URL getUrl()
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(Boolean enabled)
set endpoint enabled- Parameters:
enabled- the new enabled status
-
-