Class Extension
- java.lang.Object
-
- org.jclouds.openstack.v2_0.domain.Resource
-
- org.jclouds.openstack.v2_0.domain.Extension
-
- All Implemented Interfaces:
Comparable<Resource>
public class Extension extends Resource
The OpenStack Compute API is extensible. Extensions serve two purposes: They allow the introduction of new features in the API without requiring a version change and they allow the introduction of vendor specific niche functionality.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Extension.Builder<T extends Extension.Builder<T>>
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Extension.Builder<?>
builder()
boolean
equals(Object obj)
String
getAlias()
String
getDescription()
URI
getNamespace()
Date
getUpdated()
int
hashCode()
protected com.google.common.base.MoreObjects.ToStringHelper
string()
Extension.Builder<?>
toBuilder()
-
-
-
Method Detail
-
builder
public static Extension.Builder<?> builder()
-
toBuilder
public Extension.Builder<?> toBuilder()
-
getAlias
public String getAlias()
-
getDescription
public String getDescription()
-
-