Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class DatabaseManagementConfig.
The configuration of the Database Management service.
Generated from protobuf message google.cloud.oracledatabase.v1.DatabaseManagementConfig
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ management_state |
int
Output only. The status of the Database Management service. |
↳ management_type |
int
Output only. The Database Management type. |
getManagementState
Output only. The status of the Database Management service.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type ManagementState. |
setManagementState
Output only. The status of the Database Management service.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type ManagementState. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getManagementType
Output only. The Database Management type.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type ManagementType. |
setManagementType
Output only. The Database Management type.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type ManagementType. |
| Returns | |
|---|---|
| Type | Description |
$this |
|