DbServerProperties(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Various properties and settings associated with Exadata database server.
Attributes |
|
---|---|
Name | Description |
ocid |
str
Output only. OCID of database server. |
ocpu_count |
int
Optional. OCPU count per database. |
max_ocpu_count |
int
Optional. Maximum OCPU count per database. |
memory_size_gb |
int
Optional. Memory allocated in GBs. |
max_memory_size_gb |
int
Optional. Maximum memory allocated in GBs. |
db_node_storage_size_gb |
int
Optional. Local storage per VM. |
max_db_node_storage_size_gb |
int
Optional. Maximum local storage per VM. |
vm_count |
int
Optional. Vm count per database. |
state |
google.cloud.oracledatabase_v1.types.DbServerProperties.State
Output only. State of the database server. |
db_node_ids |
MutableSequence[str]
Output only. OCID of database nodes associated with the database server. |
Classes
State
State(value)
The various lifecycle states of the database server.