DbNodeProperties(mapping=None, *, ignore_unknown_fields=False, **kwargs)Various properties and settings associated with Db node.
Attributes |
|
|---|---|
| Name | Description |
ocid |
str
Output only. OCID of database node. |
ocpu_count |
int
Optional. OCPU count per database node. |
memory_size_gb |
int
Memory allocated in GBs. |
db_node_storage_size_gb |
int
Optional. Local storage per database node. |
db_server_ocid |
str
Optional. Database server OCID. |
hostname |
str
Optional. DNS |
state |
google.cloud.oracledatabase_v1.types.DbNodeProperties.State
Output only. State of the database node. |
total_cpu_core_count |
int
Total CPU core count of the database node. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The date and time that the database node was created. |
Classes
State
State(value)The various lifecycle states of the database node.