org.jclouds.openstack.quantum.v1_0.domain
Class Attachment

java.lang.Object
  extended by org.jclouds.openstack.quantum.v1_0.domain.Reference
      extended by org.jclouds.openstack.quantum.v1_0.domain.Attachment

public class Attachment
extends Reference

A Quantum attachment

Author:
Adam Lowe
See Also:
api doc

Nested Class Summary
static class Attachment.Builder<T extends Attachment.Builder<T>>
           
 
Constructor Summary
protected Attachment(String id)
           
 
Method Summary
static Attachment.Builder<?> builder()
           
 Attachment.Builder<?> toBuilder()
           
 
Methods inherited from class org.jclouds.openstack.quantum.v1_0.domain.Reference
equals, getId, hashCode, string, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Attachment

@ConstructorProperties(value="id")
protected Attachment(String id)
Method Detail

builder

public static Attachment.Builder<?> builder()

toBuilder

public Attachment.Builder<?> toBuilder()
Overrides:
toBuilder in class Reference


Copyright © 2009-2012 jclouds. All Rights Reserved.