Resource: DbServer
Details of the database server resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbServer/
JSON representation |
---|
{
"name": string,
"displayName": string,
"properties": {
object ( |
Fields | |
---|---|
name |
Identifier. The name of the database server resource with the format: projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloudExadataInfrastructure}/dbServers/{db_server} |
display |
Optional. User friendly name for this resource. |
properties |
Optional. Various properties of the database server. |
DbServerProperties
Various properties and settings associated with Exadata database server.
JSON representation |
---|
{
"ocid": string,
"ocpuCount": integer,
"maxOcpuCount": integer,
"memorySizeGb": integer,
"maxMemorySizeGb": integer,
"dbNodeStorageSizeGb": integer,
"maxDbNodeStorageSizeGb": integer,
"vmCount": integer,
"state": enum ( |
Fields | |
---|---|
ocid |
Output only. OCID of database server. |
ocpu |
Optional. OCPU count per database. |
max |
Optional. Maximum OCPU count per database. |
memory |
Optional. Memory allocated in GBs. |
max |
Optional. Maximum memory allocated in GBs. |
db |
Optional. Local storage per VM. |
max |
Optional. Maximum local storage per VM. |
vm |
Optional. Vm count per database. |
state |
Output only. State of the database server. |
db |
Output only. OCID of database nodes associated with the database server. |
State
The various lifecycle states of the database server.
Enums | |
---|---|
STATE_UNSPECIFIED |
Default unspecified value. |
CREATING |
Indicates that the resource is in creating state. |
AVAILABLE |
Indicates that the resource is in available state. |
UNAVAILABLE |
Indicates that the resource is in unavailable state. |
DELETING |
Indicates that the resource is in deleting state. |
DELETED |
Indicates that the resource is in deleted state. |
Methods |
|
---|---|
|
Lists the database servers of an Exadata Infrastructure instance. |