public class OvhInstanceDatabase extends Object
| Modifier and Type | Field and Description |
|---|---|
Date |
backupTime
Time of the next backup ( every day )
canBeNull && readOnly
|
Date |
creationDate
Creation date of the database
canBeNull && readOnly
|
String |
databaseName
Database name
canBeNull && readOnly
|
Long |
dumps
The number of available dumps associated to this database
canBeNull && readOnly
|
OvhUnitAndValue<Long> |
quotaUsed
Space used by the database
canBeNull && readOnly
|
OvhStatus |
status
Database status
canBeNull && readOnly
|
String |
taskId
The id of the task working on this object
canBeNull && readOnly
|
OvhUser[] |
users
Users granted to this database
canBeNull && readOnly
|
| Constructor and Description |
|---|
OvhInstanceDatabase() |
public String databaseName
public OvhUnitAndValue<Long> quotaUsed
public Long dumps
public Date backupTime
public Date creationDate
public String taskId
public OvhUser[] users
public OvhStatus status
Copyright © 2017. All rights reserved.