Reference documentation and code samples for the Compute V1 Client class ReservationBlockHealthInfo.
Health information for the reservation block.
Generated from protobuf message google.cloud.compute.v1.ReservationBlockHealthInfo
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ degraded_sub_block_count
int
The number of subBlocks that are degraded.
↳ health_status
string
The health status of the reservation block. Check the HealthStatus enum for the list of possible values.
↳ healthy_sub_block_count
int
The number of subBlocks that are healthy.
getDegradedSubBlockCount
The number of subBlocks that are degraded.
int
hasDegradedSubBlockCount
clearDegradedSubBlockCount
setDegradedSubBlockCount
The number of subBlocks that are degraded.
var
int
$this
getHealthStatus
The health status of the reservation block.
Check the HealthStatus enum for the list of possible values.
string
hasHealthStatus
clearHealthStatus
setHealthStatus
The health status of the reservation block.
Check the HealthStatus enum for the list of possible values.
var
string
$this
getHealthySubBlockCount
The number of subBlocks that are healthy.
int
hasHealthySubBlockCount
clearHealthySubBlockCount
setHealthySubBlockCount
The number of subBlocks that are healthy.
var
int
$this