Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
ReservationSubBlockHealthInfo |
ReservationSubBlockHealthInfo.clone() |
ReservationSubBlockHealthInfo |
ReservationSubBlock.getHealthInfo()
[Output Only] Health information for the reservation subBlock.
|
ReservationSubBlockHealthInfo |
ReservationSubBlockHealthInfo.set(String fieldName,
Object value) |
ReservationSubBlockHealthInfo |
ReservationSubBlockHealthInfo.setDegradedHostCount(Integer degradedHostCount)
The number of degraded hosts in the reservation subBlock.
|
ReservationSubBlockHealthInfo |
ReservationSubBlockHealthInfo.setDegradedInfraCount(Integer degradedInfraCount)
The number of degraded infrastructure (e.g NV link domain) in the reservation subblock.
|
ReservationSubBlockHealthInfo |
ReservationSubBlockHealthInfo.setHealthStatus(String healthStatus)
The health status of the reservation subBlock.
|
ReservationSubBlockHealthInfo |
ReservationSubBlockHealthInfo.setHealthyHostCount(Integer healthyHostCount)
The number of healthy hosts in the reservation subBlock.
|
ReservationSubBlockHealthInfo |
ReservationSubBlockHealthInfo.setHealthyInfraCount(Integer healthyInfraCount)
The number of healthy infrastructure (e.g NV link domain) in the reservation subblock.
|
Modifier and Type | Method and Description |
---|---|
ReservationSubBlock |
ReservationSubBlock.setHealthInfo(ReservationSubBlockHealthInfo healthInfo)
[Output Only] Health information for the reservation subBlock.
|
Copyright © 2011–2025 Google. All rights reserved.