org.jclouds.openstack.nova.v2_0.domain
Class Console

java.lang.Object
  extended by org.jclouds.openstack.nova.v2_0.domain.Console

public class Console
extends Object

Represents an Openstack Console.


Nested Class Summary
static class Console.Builder<T extends Console.Builder<T>>
           
static class Console.Type
           
 
Constructor Summary
protected Console(URI url, Console.Type type)
           
 
Method Summary
static Console.Builder<?> builder()
           
 boolean equals(Object obj)
           
 Console.Type getType()
           
 URI getUrl()
           
 int hashCode()
           
protected  com.google.common.base.Objects.ToStringHelper string()
           
 Console.Builder<?> toBuilder()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Console

@ConstructorProperties(value={"url","type"})
protected Console(URI url,
                                             Console.Type type)
Method Detail

builder

public static Console.Builder<?> builder()

toBuilder

public Console.Builder<?> toBuilder()

getUrl

public URI getUrl()
Returns:
the url to use to connect to the server.

getType

public Console.Type getType()
Returns:
the type of the url

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

string

protected com.google.common.base.Objects.ToStringHelper string()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.