org.jclouds.openstack.v2_0.domain
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.
- See Also:
Extension
@ConstructorProperties(value={"name","links","namespace","alias","updated","description"})
protected Extension(@Nullable
String name,
Set<Link> links,
URI namespace,
String alias,
@Nullable
Date updated,
String description)
builder
public static Extension.Builder<?> builder()
toBuilder
public Extension.Builder<?> toBuilder()
- Overrides:
toBuilder in class Resource
getNamespace
public URI getNamespace()
getAlias
public String getAlias()
getUpdated
@Nullable
public Date getUpdated()
getDescription
public String getDescription()
hashCode
public int hashCode()
- Overrides:
hashCode in class Resource
equals
public boolean equals(Object obj)
- Overrides:
equals in class Resource
string
protected com.google.common.base.Objects.ToStringHelper string()
- Overrides:
string in class Resource
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.