public final class ReservationSubBlockHealthInfo
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Compute Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ReservationSubBlockHealthInfo() |
| Modifier and Type | Method and Description |
|---|---|
ReservationSubBlockHealthInfo |
clone() |
Integer |
getDegradedHostCount()
The number of degraded hosts in the reservation subBlock.
|
Integer |
getDegradedInfraCount()
The number of degraded infrastructure (e.g NV link domain) in the reservation subblock.
|
String |
getHealthStatus()
The health status of the reservation subBlock.
|
Integer |
getHealthyHostCount()
The number of healthy hosts in the reservation subBlock.
|
Integer |
getHealthyInfraCount()
The number of healthy infrastructure (e.g NV link domain) in the reservation subblock.
|
ReservationSubBlockHealthInfo |
set(String fieldName,
Object value) |
ReservationSubBlockHealthInfo |
setDegradedHostCount(Integer degradedHostCount)
The number of degraded hosts in the reservation subBlock.
|
ReservationSubBlockHealthInfo |
setDegradedInfraCount(Integer degradedInfraCount)
The number of degraded infrastructure (e.g NV link domain) in the reservation subblock.
|
ReservationSubBlockHealthInfo |
setHealthStatus(String healthStatus)
The health status of the reservation subBlock.
|
ReservationSubBlockHealthInfo |
setHealthyHostCount(Integer healthyHostCount)
The number of healthy hosts in the reservation subBlock.
|
ReservationSubBlockHealthInfo |
setHealthyInfraCount(Integer healthyInfraCount)
The number of healthy infrastructure (e.g NV link domain) in the reservation subblock.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Integer getDegradedHostCount()
null for nonepublic ReservationSubBlockHealthInfo setDegradedHostCount(Integer degradedHostCount)
degradedHostCount - degradedHostCount or null for nonepublic Integer getDegradedInfraCount()
null for nonepublic ReservationSubBlockHealthInfo setDegradedInfraCount(Integer degradedInfraCount)
degradedInfraCount - degradedInfraCount or null for nonepublic String getHealthStatus()
null for nonepublic ReservationSubBlockHealthInfo setHealthStatus(String healthStatus)
healthStatus - healthStatus or null for nonepublic Integer getHealthyHostCount()
null for nonepublic ReservationSubBlockHealthInfo setHealthyHostCount(Integer healthyHostCount)
healthyHostCount - healthyHostCount or null for nonepublic Integer getHealthyInfraCount()
null for nonepublic ReservationSubBlockHealthInfo setHealthyInfraCount(Integer healthyInfraCount)
healthyInfraCount - healthyInfraCount or null for nonepublic ReservationSubBlockHealthInfo set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ReservationSubBlockHealthInfo clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.