Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class DbNode.
Details of the database node resource.
https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbNode/
Generated from protobuf message google.cloud.oracledatabase.v1.DbNode
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Identifier. The name of the database node resource in the following format: projects/{project}/locations/{location}/cloudVmClusters/{cloud_vm_cluster}/dbNodes/{db_node} |
↳ properties |
DbNodeProperties
Optional. Various properties of the database node. |
getName
Identifier. The name of the database node resource in the following format: projects/{project}/locations/{location}/cloudVmClusters/{cloud_vm_cluster}/dbNodes/{db_node}
Returns | |
---|---|
Type | Description |
string |
setName
Identifier. The name of the database node resource in the following format: projects/{project}/locations/{location}/cloudVmClusters/{cloud_vm_cluster}/dbNodes/{db_node}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getProperties
Optional. Various properties of the database node.
Returns | |
---|---|
Type | Description |
DbNodeProperties|null |
hasProperties
clearProperties
setProperties
Optional. Various properties of the database node.
Parameter | |
---|---|
Name | Description |
var |
DbNodeProperties
|
Returns | |
---|---|
Type | Description |
$this |