org.jclouds.openstack.nova.v2_0.domain
Class Console.Builder<T extends Console.Builder<T>>
java.lang.Object
org.jclouds.openstack.nova.v2_0.domain.Console.Builder<T>
- Enclosing class:
- Console
public abstract static class Console.Builder<T extends Console.Builder<T>>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
url
protected URI url
type
protected Console.Type type
Console.Builder
public Console.Builder()
self
protected abstract T self()
url
public T url(URI url)
- See Also:
Console.getUrl()
type
public T type(Console.Type type)
- See Also:
Console.getType()
build
public Console build()
fromConsole
public T fromConsole(Console in)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.