Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1 Client class Stats.
Upgrade stats for read pool instances.
Generated from protobuf message google.cloud.alloydb.v1.UpgradeClusterStatus.ReadPoolInstancesUpgradeStageStatus.Stats
Namespace
Google \ Cloud \ AlloyDb \ V1 \ UpgradeClusterStatus \ ReadPoolInstancesUpgradeStageStatusMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ not_started |
int
Number of read pool instances for which upgrade has not started. |
↳ ongoing |
int
Number of read pool instances undergoing upgrade. |
↳ success |
int
Number of read pool instances successfully upgraded. |
↳ failed |
int
Number of read pool instances which failed to upgrade. |
getNotStarted
Number of read pool instances for which upgrade has not started.
| Returns | |
|---|---|
| Type | Description |
int |
|
setNotStarted
Number of read pool instances for which upgrade has not started.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getOngoing
Number of read pool instances undergoing upgrade.
| Returns | |
|---|---|
| Type | Description |
int |
|
setOngoing
Number of read pool instances undergoing upgrade.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSuccess
Number of read pool instances successfully upgraded.
| Returns | |
|---|---|
| Type | Description |
int |
|
setSuccess
Number of read pool instances successfully upgraded.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFailed
Number of read pool instances which failed to upgrade.
| Returns | |
|---|---|
| Type | Description |
int |
|
setFailed
Number of read pool instances which failed to upgrade.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|