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 ServerMetricsServerInfo.Builder. metricsprotected ServerMetricsServerInfo. metricsMethods in org.jclouds.elasticstack.domain that return ServerMetrics Modifier and Type Method Description ServerMetricsServerMetrics.Builder. build()ServerMetricsServerInfo. getMetrics()Methods in org.jclouds.elasticstack.domain with parameters of type ServerMetrics Modifier and Type Method Description ServerInfo.BuilderServerInfo.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 ServerMetricsMapToServerMetrics. apply(Map<String,String> from)
-