Reference documentation and code samples for the Oracle Database@Google Cloud V1 API class Google::Cloud::OracleDatabase::V1::DbServerProperties.
Various properties and settings associated with Exadata database server.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#db_node_ids
def db_node_ids() -> ::Array<::String>
Returns
- (::Array<::String>) — Output only. OCID of database nodes associated with the database server.
#db_node_storage_size_gb
def db_node_storage_size_gb() -> ::Integer
Returns
- (::Integer) — Optional. Local storage per VM.
#db_node_storage_size_gb=
def db_node_storage_size_gb=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. Local storage per VM.
Returns
- (::Integer) — Optional. Local storage per VM.
#max_db_node_storage_size_gb
def max_db_node_storage_size_gb() -> ::Integer
Returns
- (::Integer) — Optional. Maximum local storage per VM.
#max_db_node_storage_size_gb=
def max_db_node_storage_size_gb=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. Maximum local storage per VM.
Returns
- (::Integer) — Optional. Maximum local storage per VM.
#max_memory_size_gb
def max_memory_size_gb() -> ::Integer
Returns
- (::Integer) — Optional. Maximum memory allocated in GBs.
#max_memory_size_gb=
def max_memory_size_gb=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. Maximum memory allocated in GBs.
Returns
- (::Integer) — Optional. Maximum memory allocated in GBs.
#max_ocpu_count
def max_ocpu_count() -> ::Integer
Returns
- (::Integer) — Optional. Maximum OCPU count per database.
#max_ocpu_count=
def max_ocpu_count=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. Maximum OCPU count per database.
Returns
- (::Integer) — Optional. Maximum OCPU count per database.
#memory_size_gb
def memory_size_gb() -> ::Integer
Returns
- (::Integer) — Optional. Memory allocated in GBs.
#memory_size_gb=
def memory_size_gb=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. Memory allocated in GBs.
Returns
- (::Integer) — Optional. Memory allocated in GBs.
#ocid
def ocid() -> ::String
Returns
- (::String) — Output only. OCID of database server.
#ocpu_count
def ocpu_count() -> ::Integer
Returns
- (::Integer) — Optional. OCPU count per database.
#ocpu_count=
def ocpu_count=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. OCPU count per database.
Returns
- (::Integer) — Optional. OCPU count per database.
#state
def state() -> ::Google::Cloud::OracleDatabase::V1::DbServerProperties::State
Returns
- (::Google::Cloud::OracleDatabase::V1::DbServerProperties::State) — Output only. State of the database server.
#vm_count
def vm_count() -> ::Integer
Returns
- (::Integer) — Optional. Vm count per database.
#vm_count=
def vm_count=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. Vm count per database.
Returns
- (::Integer) — Optional. Vm count per database.