Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class DbNodeProperties.
Various properties and settings associated with Db node.
Generated from protobuf message google.cloud.oracledatabase.v1.DbNodeProperties
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ ocid
string
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
string
Optional. Database server OCID.
↳ hostname
string
Optional. DNS
↳ state
int
Output only. State of the database node.
↳ total_cpu_core_count
int
Total CPU core count of the database node.
getOcid
Output only. OCID of database node.
string
setOcid
Output only. OCID of database node.
var
string
$this
getOcpuCount
Optional. OCPU count per database node.
int
setOcpuCount
Optional. OCPU count per database node.
var
int
$this
getMemorySizeGb
Memory allocated in GBs.
int
setMemorySizeGb
Memory allocated in GBs.
var
int
$this
getDbNodeStorageSizeGb
Optional. Local storage per database node.
int
setDbNodeStorageSizeGb
Optional. Local storage per database node.
var
int
$this
getDbServerOcid
Optional. Database server OCID.
string
setDbServerOcid
Optional. Database server OCID.
var
string
$this
getHostname
Optional. DNS
string
setHostname
Optional. DNS
var
string
$this
getState
Output only. State of the database node.
int
setState
Output only. State of the database node.
var
int
$this
getTotalCpuCoreCount
Total CPU core count of the database node.
int
setTotalCpuCoreCount
Total CPU core count of the database node.
var
int
$this