public class ServerInfo extends Server
Modifier and Type | Class and Description |
---|---|
static class |
ServerInfo.Builder |
name, resourceUri, uuid
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getCpu() |
List<ServerDrive> |
getDrives() |
BigInteger |
getMemory() |
Map<String,String> |
getMeta() |
List<NIC> |
getNics() |
List<String> |
getRequirements() |
int |
getSmp() |
List<Tag> |
getTags() |
String |
getVncPassword() |
int |
hashCode() |
boolean |
isCpusInsteadOfCores() |
boolean |
isHvRelaxed() |
boolean |
isHvTsc() |
boolean |
isNumaEnabled() |
String |
toString() |
getOwner, getRuntime, getStatus
getName, getResourceUri, getUuid
@ConstructorProperties(value={"uuid","name","resource_uri","owner","status","runtime","cpu","cpus_instead_of_cores","drives","enable_numa","hv_relaxed","hv_tsc","mem","meta","nics","requirements","tags","vnc_password","smp"}) public 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)
public int getCpu()
public boolean isCpusInsteadOfCores()
public List<ServerDrive> getDrives()
public boolean isNumaEnabled()
public boolean isHvRelaxed()
public boolean isHvTsc()
public BigInteger getMemory()
public List<String> getRequirements()
public String getVncPassword()
public int getSmp()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.