REST Resource: projects.locations.cloudVmClusters.dbNodes

Resource: DbNode

Details of the database node resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbNode/

JSON representation
{
  "name": string,
  "properties": {
    object (DbNodeProperties)
  }
}
Fields
name

string

Identifier. The name of the database node resource in the following format: projects/{project}/locations/{location}/cloudVmClusters/{cloudVmCluster}/dbNodes/{db_node}

properties

object (DbNodeProperties)

Optional. Various properties of the database node.

DbNodeProperties

Various properties and settings associated with Db node.

JSON representation
{
  "ocid": string,
  "ocpuCount": integer,
  "memorySizeGb": integer,
  "dbNodeStorageSizeGb": integer,
  "dbServerOcid": string,
  "hostname": string,
  "state": enum (State),
  "totalCpuCoreCount": integer
}
Fields
ocid

string

Output only. OCID of database node.

ocpuCount

integer

Optional. OCPU count per database node.

memorySizeGb

integer

Memory allocated in GBs.

dbNodeStorageSizeGb

integer

Optional. Local storage per database node.

dbServerOcid

string

Optional. Database server OCID.

hostname

string

Optional. DNS

state

enum (State)

Output only. State of the database node.

totalCpuCoreCount

integer

Total CPU core count of the database node.

State

The various lifecycle states of the database node.

Enums
STATE_UNSPECIFIED Default unspecified value.
PROVISIONING Indicates that the resource is in provisioning state.
AVAILABLE Indicates that the resource is in available state.
UPDATING Indicates that the resource is in updating state.
STOPPING Indicates that the resource is in stopping state.
STOPPED Indicates that the resource is in stopped state.
STARTING Indicates that the resource is in starting state.
TERMINATING Indicates that the resource is in terminating state.
TERMINATED Indicates that the resource is in terminated state.
FAILED Indicates that the resource is in failed state.

Methods

list

Lists the database nodes of a VM Cluster.