Package | Description |
---|---|
org.jclouds.elasticstack.domain |
Modifier and Type | Field and Description |
---|---|
protected VNC |
Server.vnc |
protected VNC |
Server.Builder.vnc |
Modifier and Type | Method and Description |
---|---|
VNC |
Server.getVnc() |
Modifier and Type | Method and Description |
---|---|
ServerInfo.Builder |
ServerInfo.Builder.vnc(VNC vnc) |
Server.Builder |
Server.Builder.vnc(VNC vnc) |
Constructor and Description |
---|
Server(String uuid,
String name,
int cpu,
Integer smp,
int mem,
boolean persistent,
Map<String,? extends Device> devices,
Iterable<String> bootDeviceIds,
Iterable<String> tags,
Map<String,String> userMetadata,
Iterable<NIC> nics,
VNC vnc) |
ServerInfo(String uuid,
String name,
int cpu,
Integer smp,
int mem,
boolean persistent,
Map<String,? extends Device> devices,
Iterable<String> bootDeviceIds,
Iterable<String> tags,
Map<String,String> userMetadata,
Iterable<NIC> nics,
VNC vnc,
ServerStatus status,
Date started,
String user,
ServerMetrics metrics) |
Copyright © 2009-2012 jclouds. All Rights Reserved.