org.cloudfoundry.client.lib.domain
Class CloudInfo.Usage

java.lang.Object
  extended by org.cloudfoundry.client.lib.domain.CloudInfo.Usage
Enclosing class:
CloudInfo

public static class CloudInfo.Usage
extends Object


Constructor Summary
CloudInfo.Usage(Map<String,Object> data)
           
 
Method Summary
 int getApps()
           
 int getServices()
           
 int getTotalMemory()
           
 int getUrisPerApp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloudInfo.Usage

public CloudInfo.Usage(Map<String,Object> data)
Method Detail

getApps

public int getApps()

getTotalMemory

public int getTotalMemory()

getUrisPerApp

public int getUrisPerApp()

getServices

public int getServices()


Copyright © 2014. All rights reserved.