REST Resource: projects.locations.cloudExadataInfrastructures.dbServers

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 (DbServerProperties)
  }
}
Fields
name

string

Identifier. The name of the database server resource with the format: projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloudExadataInfrastructure}/dbServers/{db_server}

displayName

string

Optional. User friendly name for this resource.

properties

object (DbServerProperties)

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 (State),
  "dbNodeIds": [
    string
  ]
}
Fields
ocid

string

Output only. OCID of database server.

ocpuCount

integer

Optional. OCPU count per database.

maxOcpuCount

integer

Optional. Maximum OCPU count per database.

memorySizeGb

integer

Optional. Memory allocated in GBs.

maxMemorySizeGb

integer

Optional. Maximum memory allocated in GBs.

dbNodeStorageSizeGb

integer

Optional. Local storage per VM.

maxDbNodeStorageSizeGb

integer

Optional. Maximum local storage per VM.

vmCount

integer

Optional. Vm count per database.

state

enum (State)

Output only. State of the database server.

dbNodeIds[]

string

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

list

Lists the database servers of an Exadata Infrastructure instance.