Package | Description |
---|---|
org.jclouds.cloudsigma2.domain |
Modifier and Type | Field and Description |
---|---|
protected ServerRuntime |
Server.runtime |
protected ServerRuntime |
Server.Builder.runtime |
Modifier and Type | Method and Description |
---|---|
ServerRuntime |
ServerRuntime.Builder.build() |
ServerRuntime |
Server.getRuntime() |
Modifier and Type | Method and Description |
---|---|
Server.Builder |
Server.Builder.runtime(ServerRuntime runtime) |
ServerInfo.Builder |
ServerInfo.Builder.runtime(ServerRuntime runtime) |
Constructor and Description |
---|
Server(String uuid,
String name,
URI resourceUri,
Owner owner,
ServerStatus status,
ServerRuntime runtime) |
ServerInfo(String uuid,
String name,
URI resourceUri,
Owner owner,
ServerStatus status,
ServerRuntime runtime,
int cpu,
boolean cpusInsteadOfCores,
List<ServerDrive> drives,
boolean enableNuma,
boolean hvRelaxed,
boolean hvTsc,
BigInteger memory,
Map<String,String> meta,
List<NIC> nics,
List<String> requirements,
List<Tag> tags,
String vncPassword,
int smp) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.