- databaseName - Variable in class net.minidev.ovh.api.hosting.privatedatabase.OvhTask
-
Database name on which the task is working
canBeNull && readOnly
- databaseName - Variable in class net.minidev.ovh.api.paas.database.instance.user.OvhDatabase
-
Database's name linked to this user
canBeNull
- databaseName - Variable in class net.minidev.ovh.api.paas.database.OvhDump
-
Database name associated to this dump
canBeNull && readOnly
- databaseName - Variable in class net.minidev.ovh.api.paas.database.OvhInstanceDatabase
-
Database name
canBeNull && readOnly
- databaseName - Variable in class net.minidev.ovh.api.paas.database.OvhInstanceDatabaseDump
-
Database name associated to this dump
canBeNull && readOnly
- databaseName - Variable in class net.minidev.ovh.api.paas.database.OvhInstanceGrant
-
Database's name for this grant
canBeNull && readOnly
- databases - Variable in class net.minidev.ovh.api.paas.database.OvhInstanceUser
-
Databases granted for this user
canBeNull && readOnly
- defaultValue - Variable in class net.minidev.ovh.api.paas.database.instance.configuration.OvhDetail
-
Configuration default value
canBeNull
- delete - Variable in class net.minidev.ovh.api.paas.database.image.OvhCapabilities
-
Can the object be deleted
canBeNull
- deleteAtExpiration - Variable in class net.minidev.ovh.api.service.OvhRenewType
-
The service will be deleted at expiration
canBeNull
- description - Variable in class net.minidev.ovh.api.paas.database.instance.configuration.OvhDetail
-
Configuration description
canBeNull
- description - Variable in class net.minidev.ovh.api.paas.database.OvhInstanceDatabaseExtension
-
Extension description
canBeNull && readOnly
- details - Variable in class net.minidev.ovh.api.paas.database.OvhInstanceConfiguration
-
Configuration full details
canBeNull && readOnly
- disk - Variable in class net.minidev.ovh.api.paas.database.OvhInstance
-
Instance disk informations
canBeNull && readOnly
- diskSize - Variable in class net.minidev.ovh.api.paas.database.OvhOffer
-
Offer disk informations
canBeNull && readOnly
- domain - Variable in class net.minidev.ovh.api.services.OvhService
-
canBeNull && readOnly
- doneDate - Variable in class net.minidev.ovh.api.hosting.privatedatabase.OvhTask
-
Completion date
canBeNull && readOnly
- doneDate - Variable in class net.minidev.ovh.api.paas.database.OvhTask
-
Task completion date
canBeNull && readOnly
- dumpId - Variable in class net.minidev.ovh.api.hosting.privatedatabase.OvhTask
-
DumpId on which the task is working
canBeNull && readOnly
- dumpId - Variable in class net.minidev.ovh.api.paas.database.OvhDump
-
Dump id
canBeNull && readOnly
- dumpId - Variable in class net.minidev.ovh.api.paas.database.OvhInstanceDatabaseDump
-
Dump id
canBeNull && readOnly
- dumps - Variable in class net.minidev.ovh.api.paas.database.OvhInstanceDatabase
-
The number of available dumps associated to this database
canBeNull && readOnly
- service - Variable in class net.minidev.ovh.api.paas.database.OvhInstanceWhitelist
-
Authorize this IP to access service port
canBeNull && readOnly
- serviceId - Variable in class net.minidev.ovh.api.services.OvhService
-
canBeNull && readOnly
- serviceName_dump_dumpId_DELETE(String, String) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Delete the dump
REST: DELETE /paas/database/{serviceName}/dump/{dumpId}
- serviceName_dump_dumpId_GET(String, String) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Get this object properties
REST: GET /paas/database/{serviceName}/dump/{dumpId}
- serviceName_dump_dumpId_restore_POST(String, String, String, String) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Request the restore from this dump
REST: POST /paas/database/{serviceName}/dump/{dumpId}/restore
- serviceName_dump_GET(String, Date, String, Date, String, OvhStatus) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Dumps linked to your project
REST: GET /paas/database/{serviceName}/dump
- serviceName_GET(String) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Get this object properties
REST: GET /paas/database/{serviceName}
- serviceName_instance_GET(String, OvhStatus) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Instances linked to your project
REST: GET /paas/database/{serviceName}/instance
- serviceName_instance_instanceId_changeSftpPassword_POST(String, String, String) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Change the ftp password of the instance
REST: POST /paas/database/{serviceName}/instance/{instanceId}/changeSftpPassword
- serviceName_instance_instanceId_configuration_GET(String, String) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Get this object properties
REST: GET /paas/database/{serviceName}/instance/{instanceId}/configuration
- serviceName_instance_instanceId_configuration_update_POST(String, String, OvhSafeKeyValue<String>[]) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Update the instance configuration
REST: POST /paas/database/{serviceName}/instance/{instanceId}/configuration/update
- serviceName_instance_instanceId_database_databaseName_DELETE(String, String, String) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Delete the database
REST: DELETE /paas/database/{serviceName}/instance/{instanceId}/database/{databaseName}
- serviceName_instance_instanceId_database_databaseName_dump_dumpId_DELETE(String, String, String, String) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Delete dump before expiration date
REST: DELETE /paas/database/{serviceName}/instance/{instanceId}/database/{databaseName}/dump/{dumpId}
- serviceName_instance_instanceId_database_databaseName_dump_dumpId_GET(String, String, String, String) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Get this object properties
REST: GET /paas/database/{serviceName}/instance/{instanceId}/database/{databaseName}/dump/{dumpId}
- serviceName_instance_instanceId_database_databaseName_dump_dumpId_restore_POST(String, String, String, String) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Request the restore of this dump
REST: POST /paas/database/{serviceName}/instance/{instanceId}/database/{databaseName}/dump/{dumpId}/restore
- serviceName_instance_instanceId_database_databaseName_dump_GET(String, String, String, Date, Date, OvhStatus) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Dump available for your database
REST: GET /paas/database/{serviceName}/instance/{instanceId}/database/{databaseName}/dump
- serviceName_instance_instanceId_database_databaseName_dump_POST(String, String, String, String, String) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Request the dump of this database
REST: POST /paas/database/{serviceName}/instance/{instanceId}/database/{databaseName}/dump
- serviceName_instance_instanceId_database_databaseName_extension_extensionName_disable_POST(String, String, String, String) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Disable an extension from a database
REST: POST /paas/database/{serviceName}/instance/{instanceId}/database/{databaseName}/extension/{extensionName}/disable
- serviceName_instance_instanceId_database_databaseName_extension_extensionName_enable_POST(String, String, String, String) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Enable an extension on a database
REST: POST /paas/database/{serviceName}/instance/{instanceId}/database/{databaseName}/extension/{extensionName}/enable
- serviceName_instance_instanceId_database_databaseName_extension_extensionName_GET(String, String, String, String) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Get this object properties
REST: GET /paas/database/{serviceName}/instance/{instanceId}/database/{databaseName}/extension/{extensionName}
- serviceName_instance_instanceId_database_databaseName_extension_GET(String, String, String, String, OvhStatus) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Extensions linked to your database
REST: GET /paas/database/{serviceName}/instance/{instanceId}/database/{databaseName}/extension
- serviceName_instance_instanceId_database_databaseName_GET(String, String, String) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Get this object properties
REST: GET /paas/database/{serviceName}/instance/{instanceId}/database/{databaseName}
- serviceName_instance_instanceId_database_GET(String, String, OvhStatus) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Databases available in your instance
REST: GET /paas/database/{serviceName}/instance/{instanceId}/database
- serviceName_instance_instanceId_database_POST(String, String, String) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Create a new database on your instance
REST: POST /paas/database/{serviceName}/instance/{instanceId}/database
- serviceName_instance_instanceId_DELETE(String, String) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Delete instance
REST: DELETE /paas/database/{serviceName}/instance/{instanceId}
- serviceName_instance_instanceId_GET(String, String) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Get this object properties
REST: GET /paas/database/{serviceName}/instance/{instanceId}
- serviceName_instance_instanceId_grant_GET(String, String, OvhStatus) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Grants of sql users on your sql databases
REST: GET /paas/database/{serviceName}/instance/{instanceId}/grant
- serviceName_instance_instanceId_grant_grantId_DELETE(String, String, String) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Delete a grant on a database
REST: DELETE /paas/database/{serviceName}/instance/{instanceId}/grant/{grantId}
- serviceName_instance_instanceId_grant_grantId_GET(String, String, String) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Get this object properties
REST: GET /paas/database/{serviceName}/instance/{instanceId}/grant/{grantId}
- serviceName_instance_instanceId_grant_grantId_PUT(String, String, String, OvhInstanceGrant) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Alter this object properties
REST: PUT /paas/database/{serviceName}/instance/{instanceId}/grant/{grantId}
- serviceName_instance_instanceId_grant_POST(String, String, String, OvhType, String) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Add a grant on a database
REST: POST /paas/database/{serviceName}/instance/{instanceId}/grant
- serviceName_instance_instanceId_PUT(String, String, OvhInstance) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Alter this object properties
REST: PUT /paas/database/{serviceName}/instance/{instanceId}
- serviceName_instance_instanceId_resize_POST(String, String, String) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Resize the instance (by migrating the offer)
REST: POST /paas/database/{serviceName}/instance/{instanceId}/resize
- serviceName_instance_instanceId_restart_POST(String, String) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Restart the instance
REST: POST /paas/database/{serviceName}/instance/{instanceId}/restart
- serviceName_instance_instanceId_start_POST(String, String) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Start the instance
REST: POST /paas/database/{serviceName}/instance/{instanceId}/start
- serviceName_instance_instanceId_stop_POST(String, String) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Stop the instance
REST: POST /paas/database/{serviceName}/instance/{instanceId}/stop
- serviceName_instance_instanceId_upgrade_POST(String, String, String) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Upgrade the instance with a new image
REST: POST /paas/database/{serviceName}/instance/{instanceId}/upgrade
- serviceName_instance_instanceId_user_GET(String, String, OvhStatus) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Users allowed to connect on a databases of an instance
REST: GET /paas/database/{serviceName}/instance/{instanceId}/user
- serviceName_instance_instanceId_user_POST(String, String, String, String) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Create a new user on your databases
REST: POST /paas/database/{serviceName}/instance/{instanceId}/user
- serviceName_instance_instanceId_user_userName_changePassword_POST(String, String, String, String) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Request a password change for a user
REST: POST /paas/database/{serviceName}/instance/{instanceId}/user/{userName}/changePassword
- serviceName_instance_instanceId_user_userName_DELETE(String, String, String) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Delete a user
REST: DELETE /paas/database/{serviceName}/instance/{instanceId}/user/{userName}
- serviceName_instance_instanceId_user_userName_GET(String, String, String) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Get this object properties
REST: GET /paas/database/{serviceName}/instance/{instanceId}/user/{userName}
- serviceName_instance_instanceId_whitelist_GET(String, String, OvhStatus) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
The whitelist configuration (used to access to your instance)
REST: GET /paas/database/{serviceName}/instance/{instanceId}/whitelist
- serviceName_instance_instanceId_whitelist_ip_DELETE(String, String, String) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Delete ain IP whitelist
REST: DELETE /paas/database/{serviceName}/instance/{instanceId}/whitelist/{ip}
- serviceName_instance_instanceId_whitelist_ip_GET(String, String, String) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Get this object properties
REST: GET /paas/database/{serviceName}/instance/{instanceId}/whitelist/{ip}
- serviceName_instance_instanceId_whitelist_ip_PUT(String, String, String, OvhInstanceWhitelist) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Alter this object properties
REST: PUT /paas/database/{serviceName}/instance/{instanceId}/whitelist/{ip}
- serviceName_instance_instanceId_whitelist_POST(String, String, String, String, Boolean, Boolean) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Create a new IP whitelist
REST: POST /paas/database/{serviceName}/instance/{instanceId}/whitelist
- serviceName_instance_POST(String, OvhParameters[]) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Create new instance
REST: POST /paas/database/{serviceName}/instance
- serviceName_PUT(String, OvhService) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Alter this object properties
REST: PUT /paas/database/{serviceName}
- serviceName_serviceInfos_GET(String) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Get this object properties
REST: GET /paas/database/{serviceName}/serviceInfos
- serviceName_serviceInfos_PUT(String, OvhService) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Alter this object properties
REST: PUT /paas/database/{serviceName}/serviceInfos
- serviceName_task_GET(String, String, OvhStatus) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Tasks linked your project
REST: GET /paas/database/{serviceName}/task
- serviceName_task_taskId_GET(String, String) - Method in class net.minidev.ovh.api.ApiOvhPaasdatabase
-
Get this object properties
REST: GET /paas/database/{serviceName}/task/{taskId}
- servicePort - Variable in class net.minidev.ovh.api.paas.database.OvhInstance
-
Instance service port
canBeNull && readOnly
- sftp - Variable in class net.minidev.ovh.api.paas.database.OvhInstanceWhitelist
-
Authorize this IP to access sftp port
canBeNull && readOnly
- sftpPort - Variable in class net.minidev.ovh.api.paas.database.OvhInstance
-
Instance ftp port
canBeNull && readOnly
- size - Variable in class net.minidev.ovh.api.paas.database.instance.OvhDisk
-
Max space disk
canBeNull
- size - Variable in class net.minidev.ovh.api.paas.database.OvhDump
-
Dump size
canBeNull && readOnly
- size - Variable in class net.minidev.ovh.api.paas.database.OvhInstanceDatabaseDump
-
Dump size
canBeNull && readOnly
- startDate - Variable in class net.minidev.ovh.api.hosting.privatedatabase.OvhTask
-
Task Creation date
canBeNull && readOnly
- startDate - Variable in class net.minidev.ovh.api.paas.database.OvhTask
-
Task start date
canBeNull && readOnly
- status - Variable in class net.minidev.ovh.api.hosting.privatedatabase.OvhTask
-
Task status
canBeNull && readOnly
- status - Variable in class net.minidev.ovh.api.paas.database.instance.OvhData
-
Instance status
canBeNull
- status - Variable in class net.minidev.ovh.api.paas.database.OvhDump
-
Dump status
canBeNull && readOnly
- status - Variable in class net.minidev.ovh.api.paas.database.OvhImage
-
Image status
canBeNull && readOnly
- status - Variable in class net.minidev.ovh.api.paas.database.OvhInstance
-
Instance status
canBeNull && readOnly
- status - Variable in class net.minidev.ovh.api.paas.database.OvhInstanceConfiguration
-
Configuration status
canBeNull && readOnly
- status - Variable in class net.minidev.ovh.api.paas.database.OvhInstanceDatabase
-
Database status
canBeNull && readOnly
- status - Variable in class net.minidev.ovh.api.paas.database.OvhInstanceDatabaseDump
-
Dump status
canBeNull && readOnly
- status - Variable in class net.minidev.ovh.api.paas.database.OvhInstanceDatabaseExtension
-
Extension status
canBeNull && readOnly
- status - Variable in class net.minidev.ovh.api.paas.database.OvhInstanceGrant
-
Grant status
canBeNull && readOnly
- status - Variable in class net.minidev.ovh.api.paas.database.OvhInstanceUser
-
User status
canBeNull && readOnly
- status - Variable in class net.minidev.ovh.api.paas.database.OvhInstanceWhitelist
-
Whitelist status
canBeNull && readOnly
- status - Variable in class net.minidev.ovh.api.paas.database.OvhOffer
-
Offer status
canBeNull && readOnly
- status - Variable in class net.minidev.ovh.api.paas.database.OvhRegion
-
Region status
canBeNull && readOnly
- status - Variable in class net.minidev.ovh.api.paas.database.OvhService
-
Project status
canBeNull && readOnly
- status - Variable in class net.minidev.ovh.api.paas.database.OvhTask
-
Task status
canBeNull && readOnly
- status - Variable in class net.minidev.ovh.api.services.OvhService
-
canBeNull && readOnly
- value - Variable in class net.minidev.ovh.api.complextype.OvhSafeKeyValue
-
canBeNull
- value - Variable in class net.minidev.ovh.api.complextype.OvhUnitAndValue
-
canBeNull
- value - Variable in class net.minidev.ovh.api.paas.database.instance.configuration.OvhDetail
-
Configuration current value
canBeNull
- valueOf(String) - Static method in enum net.minidev.ovh.api.hosting.privatedatabase.task.OvhFunctionEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.minidev.ovh.api.hosting.privatedatabase.task.OvhStatusEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.minidev.ovh.api.paas.database.dump.OvhStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.minidev.ovh.api.paas.database.image.OvhStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.minidev.ovh.api.paas.database.image.OvhType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.minidev.ovh.api.paas.database.instance.configuration.OvhDetailType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.minidev.ovh.api.paas.database.instance.configuration.OvhStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.minidev.ovh.api.paas.database.instance.database.extension.OvhStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.minidev.ovh.api.paas.database.instance.database.OvhStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.minidev.ovh.api.paas.database.instance.grant.OvhStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.minidev.ovh.api.paas.database.instance.grant.OvhType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.minidev.ovh.api.paas.database.instance.OvhStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.minidev.ovh.api.paas.database.instance.user.OvhStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.minidev.ovh.api.paas.database.instance.whitelist.OvhStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.minidev.ovh.api.paas.database.offer.OvhStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.minidev.ovh.api.paas.database.OvhStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.minidev.ovh.api.paas.database.region.OvhStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.minidev.ovh.api.paas.database.task.OvhStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.minidev.ovh.api.service.OvhRenewalTypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.minidev.ovh.api.service.OvhStateEnum
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum net.minidev.ovh.api.hosting.privatedatabase.task.OvhFunctionEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.minidev.ovh.api.hosting.privatedatabase.task.OvhStatusEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.minidev.ovh.api.paas.database.dump.OvhStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.minidev.ovh.api.paas.database.image.OvhStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.minidev.ovh.api.paas.database.image.OvhType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.minidev.ovh.api.paas.database.instance.configuration.OvhDetailType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.minidev.ovh.api.paas.database.instance.configuration.OvhStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.minidev.ovh.api.paas.database.instance.database.extension.OvhStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.minidev.ovh.api.paas.database.instance.database.OvhStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.minidev.ovh.api.paas.database.instance.grant.OvhStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.minidev.ovh.api.paas.database.instance.grant.OvhType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.minidev.ovh.api.paas.database.instance.OvhStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.minidev.ovh.api.paas.database.instance.user.OvhStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.minidev.ovh.api.paas.database.instance.whitelist.OvhStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.minidev.ovh.api.paas.database.offer.OvhStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.minidev.ovh.api.paas.database.OvhStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.minidev.ovh.api.paas.database.region.OvhStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.minidev.ovh.api.paas.database.task.OvhStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.minidev.ovh.api.service.OvhRenewalTypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.minidev.ovh.api.service.OvhStateEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- version - Variable in class net.minidev.ovh.api.paas.database.OvhImage
-
Image version
canBeNull && readOnly