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.Flags
AbstractMap.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, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public 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.GenericJson
public ReservationSubBlockHealthInfo clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.