public interface ReservationSubBlockHealthInfoOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDegradedHostCount()
public abstract int getDegradedHostCount()
The number of degraded hosts in the reservation subBlock.
optional int32 degraded_host_count = 535025001;
Returns | |
---|---|
Type | Description |
int |
The degradedHostCount. |
getDegradedInfraCount()
public abstract int getDegradedInfraCount()
The number of degraded infrastructure (e.g NV link domain) in the reservation subblock.
optional int32 degraded_infra_count = 138638927;
Returns | |
---|---|
Type | Description |
int |
The degradedInfraCount. |
getHealthStatus()
public abstract String getHealthStatus()
The health status of the reservation subBlock. 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 subBlock. Check the HealthStatus enum for the list of possible values.
optional string health_status = 380545845;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for healthStatus. |
getHealthyHostCount()
public abstract int getHealthyHostCount()
The number of healthy hosts in the reservation subBlock.
optional int32 healthy_host_count = 40739738;
Returns | |
---|---|
Type | Description |
int |
The healthyHostCount. |
getHealthyInfraCount()
public abstract int getHealthyInfraCount()
The number of healthy infrastructure (e.g NV link domain) in the reservation subblock.
optional int32 healthy_infra_count = 385052222;
Returns | |
---|---|
Type | Description |
int |
The healthyInfraCount. |
hasDegradedHostCount()
public abstract boolean hasDegradedHostCount()
The number of degraded hosts in the reservation subBlock.
optional int32 degraded_host_count = 535025001;
Returns | |
---|---|
Type | Description |
boolean |
Whether the degradedHostCount field is set. |
hasDegradedInfraCount()
public abstract boolean hasDegradedInfraCount()
The number of degraded infrastructure (e.g NV link domain) in the reservation subblock.
optional int32 degraded_infra_count = 138638927;
Returns | |
---|---|
Type | Description |
boolean |
Whether the degradedInfraCount field is set. |
hasHealthStatus()
public abstract boolean hasHealthStatus()
The health status of the reservation subBlock. 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. |
hasHealthyHostCount()
public abstract boolean hasHealthyHostCount()
The number of healthy hosts in the reservation subBlock.
optional int32 healthy_host_count = 40739738;
Returns | |
---|---|
Type | Description |
boolean |
Whether the healthyHostCount field is set. |
hasHealthyInfraCount()
public abstract boolean hasHealthyInfraCount()
The number of healthy infrastructure (e.g NV link domain) in the reservation subblock.
optional int32 healthy_infra_count = 385052222;
Returns | |
---|---|
Type | Description |
boolean |
Whether the healthyInfraCount field is set. |