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 ( |
Fields | |
---|---|
name |
Identifier. The name of the database node resource in the following format: projects/{project}/locations/{location}/cloudVmClusters/{cloudVmCluster}/dbNodes/{db_node} |
properties |
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 ( |
Fields | |
---|---|
ocid |
Output only. OCID of database node. |
ocpu |
Optional. OCPU count per database node. |
memory |
Memory allocated in GBs. |
db |
Optional. Local storage per database node. |
db |
Optional. Database server OCID. |
hostname |
Optional. DNS |
state |
Output only. State of the database node. |
total |
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 |
|
---|---|
|
Lists the database nodes of a VM Cluster. |