Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class PluggableDatabaseNodeLevelDetails.
The Pluggable Database Node Level Details.
Generated from protobuf message google.cloud.oracledatabase.v1.PluggableDatabaseNodeLevelDetails
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ node_name |
string
Required. The Node name of the Database home. |
↳ open_mode |
int
Required. The mode that the pluggable database is in to open it. |
↳ pluggable_database_id |
string
Required. The OCID of the Pluggable Database. |
getNodeName
Required. The Node name of the Database home.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNodeName
Required. The Node name of the Database home.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getOpenMode
Required. The mode that the pluggable database is in to open it.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type PluggableDatabaseOpenMode. |
setOpenMode
Required. The mode that the pluggable database is in to open it.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type PluggableDatabaseOpenMode. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPluggableDatabaseId
Required. The OCID of the Pluggable Database.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPluggableDatabaseId
Required. The OCID of the Pluggable Database.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|