public abstract class AbstractApplicationSummary extends Object
| Constructor and Description |
|---|
AbstractApplicationSummary() |
| Modifier and Type | Method and Description |
|---|---|
abstract Integer |
getDiskQuota()
The disk quota in bytes
|
abstract String |
getId()
The id
|
abstract Integer |
getInstances()
The number of instances
|
abstract Integer |
getMemoryLimit()
The memory limit in bytes
|
abstract String |
getName()
The name
|
abstract String |
getRequestedState()
The requested state
|
abstract Integer |
getRunningInstances()
The number of running instances
|
abstract List<String> |
getUrls()
The list of bound urls
|
public abstract Integer getDiskQuota()
public abstract String getId()
public abstract Integer getInstances()
public abstract Integer getMemoryLimit()
public abstract String getName()
public abstract String getRequestedState()
public abstract Integer getRunningInstances()
Copyright © 2018. All rights reserved.