public interface ReservationBlockHealthInfoOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDegradedSubBlockCount()
public abstract int getDegradedSubBlockCount()
The number of subBlocks that are degraded.
optional int32 degraded_sub_block_count = 458044493;
Returns | |
---|---|
Type | Description |
int |
The degradedSubBlockCount. |
getHealthStatus()
public abstract String getHealthStatus()
The health status of the reservation block. Check the HealthStatus enum for the list of possible values.
optional string health_status = 380545845;
Returns | |
---|---|
Type | Description |
String |
The healthStatus. |
getHealthStatusBytes()
public abstract ByteString getHealthStatusBytes()
The health status of the reservation block. Check the HealthStatus enum for the list of possible values.
optional string health_status = 380545845;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for healthStatus. |
getHealthySubBlockCount()
public abstract int getHealthySubBlockCount()
The number of subBlocks that are healthy.
optional int32 healthy_sub_block_count = 5348540;
Returns | |
---|---|
Type | Description |
int |
The healthySubBlockCount. |
hasDegradedSubBlockCount()
public abstract boolean hasDegradedSubBlockCount()
The number of subBlocks that are degraded.
optional int32 degraded_sub_block_count = 458044493;
Returns | |
---|---|
Type | Description |
boolean |
Whether the degradedSubBlockCount field is set. |
hasHealthStatus()
public abstract boolean hasHealthStatus()
The health status of the reservation block. Check the HealthStatus enum for the list of possible values.
optional string health_status = 380545845;
Returns | |
---|---|
Type | Description |
boolean |
Whether the healthStatus field is set. |
hasHealthySubBlockCount()
public abstract boolean hasHealthySubBlockCount()
The number of subBlocks that are healthy.
optional int32 healthy_sub_block_count = 5348540;
Returns | |
---|---|
Type | Description |
boolean |
Whether the healthySubBlockCount field is set. |