Uses of Class
org.jclouds.elasticstack.domain.ServerMetrics
-
Packages that use ServerMetrics Package Description org.jclouds.elasticstack.domain org.jclouds.elasticstack.functions -
-
Uses of ServerMetrics in org.jclouds.elasticstack.domain
Fields in org.jclouds.elasticstack.domain declared as ServerMetrics Modifier and Type Field Description protected ServerMetrics
ServerInfo.Builder. metrics
protected ServerMetrics
ServerInfo. metrics
Methods in org.jclouds.elasticstack.domain that return ServerMetrics Modifier and Type Method Description ServerMetrics
ServerMetrics.Builder. build()
ServerMetrics
ServerInfo. getMetrics()
Methods in org.jclouds.elasticstack.domain with parameters of type ServerMetrics Modifier and Type Method Description ServerInfo.Builder
ServerInfo.Builder. metrics(ServerMetrics metrics)
Constructors in org.jclouds.elasticstack.domain with parameters of type ServerMetrics Constructor Description 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)
-
Uses of ServerMetrics in org.jclouds.elasticstack.functions
Methods in org.jclouds.elasticstack.functions that return ServerMetrics Modifier and Type Method Description ServerMetrics
MapToServerMetrics. apply(Map<String,String> from)
-