| Modifier and Type | Method and Description |
|---|---|
OvhInstanceGrant |
ApiOvhPaasdatabase.serviceName_instance_instanceId_grant_POST(String serviceName,
String instanceId,
String databaseName,
OvhType grantType,
String userName)
Add a grant on a database
REST: POST /paas/database/{serviceName}/instance/{instanceId}/grant
|
| Modifier and Type | Field and Description |
|---|---|
OvhType |
OvhInstanceGrant.grantType
Grant type
canBeNull && readOnly
|
| Modifier and Type | Field and Description |
|---|---|
OvhType |
OvhUser.grantType
User's rights on this database
canBeNull
|
| Modifier and Type | Method and Description |
|---|---|
static OvhType |
OvhType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OvhType[] |
OvhType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
OvhType |
OvhDatabase.grantType
Grant of this user for this database
canBeNull
|
Copyright © 2017. All rights reserved.