Google Cloud Sql Admin V1 Client - Class SqlOutOfDiskReport (0.12.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class SqlOutOfDiskReport.
This message wraps up the information written by out-of-disk detection job.
Generated from protobuf message google.cloud.sql.v1.DatabaseInstance.SqlOutOfDiskReport
Namespace
Google \ Cloud \ Sql \ V1 \ DatabaseInstanceMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ sql_out_of_disk_state |
int
This field represents the state generated by the proactive database wellness job for OutOfDisk issues. * Writers: * the proactive database wellness job for OOD. * Readers: * the proactive database wellness job |
↳ sql_min_recommended_increase_size_gb |
int
The minimum recommended increase size in GigaBytes This field is consumed by the frontend * Writers: * the proactive database wellness job for OOD. * Readers: |
getSqlOutOfDiskState
This field represents the state generated by the proactive database wellness job for OutOfDisk issues.
- Writers:
- the proactive database wellness job for OOD.
- Readers:
- the proactive database wellness job
| Returns | |
|---|---|
| Type | Description |
int |
|
hasSqlOutOfDiskState
clearSqlOutOfDiskState
setSqlOutOfDiskState
This field represents the state generated by the proactive database wellness job for OutOfDisk issues.
- Writers:
- the proactive database wellness job for OOD.
- Readers:
- the proactive database wellness job
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSqlMinRecommendedIncreaseSizeGb
The minimum recommended increase size in GigaBytes This field is consumed by the frontend
Writers:
- the proactive database wellness job for OOD.
Readers:
| Returns | |
|---|---|
| Type | Description |
int |
|
hasSqlMinRecommendedIncreaseSizeGb
clearSqlMinRecommendedIncreaseSizeGb
setSqlMinRecommendedIncreaseSizeGb
The minimum recommended increase size in GigaBytes This field is consumed by the frontend
Writers:
- the proactive database wellness job for OOD.
Readers:
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|