public class Console extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Console.Builder |
| Constructor and Description |
|---|
Console(String host,
int port,
String protocol,
String password) |
| Modifier and Type | Method and Description |
|---|---|
static Console.Builder |
builder() |
boolean |
equals(Object object) |
String |
getHost() |
String |
getPassword() |
int |
getPort() |
String |
getProtocol() |
int |
hashCode() |
String |
toString() |
public static Console.Builder builder()
public String getHost()
public int getPort()
public String getProtocol()
public String getPassword()
Copyright © 2009-2012 jclouds. All Rights Reserved.