public class OvhApp extends Object
| Modifier and Type | Field and Description |
|---|---|
Long |
cpu
Application CPU
canBeNull && readOnly
|
OvhEnvironment[] |
env
Application environment
canBeNull && readOnly
|
String |
id
Application id
canBeNull && readOnly
|
String |
image
Application image
canBeNull && readOnly
|
Long |
instances
Number of running containers instances
canBeNull && readOnly
|
Long |
mem
Application memory
canBeNull && readOnly
|
OvhPort[] |
ports
Application ports
canBeNull && readOnly
|
String |
status
Application status
canBeNull && readOnly
|
OvhVolume[] |
volumes
Application volumes
canBeNull && readOnly
|
| Constructor and Description |
|---|
OvhApp() |
public String image
public Long mem
public Long instances
public OvhVolume[] volumes
public Long cpu
public String id
public OvhEnvironment[] env
public OvhPort[] ports
public String status
Copyright © 2018. All rights reserved.