public final class FutureReservationStatus extends 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
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
FutureReservationStatus() |
| Modifier and Type | Method and Description |
|---|---|
FutureReservationStatus |
clone() |
List<String> |
getAutoCreatedReservations()
Fully qualified urls of the automatically created reservations at start_time.
|
Long |
getFulfilledCount()
This count indicates the fulfilled capacity so far.
|
String |
getLockTime()
Time when Future Reservation would become LOCKED, after which no modifications to Future
Reservation will be allowed.
|
String |
getProcurementStatus()
Current state of this Future Reservation
|
FutureReservationStatus |
set(String fieldName,
Object value) |
FutureReservationStatus |
setAutoCreatedReservations(List<String> autoCreatedReservations)
Fully qualified urls of the automatically created reservations at start_time.
|
FutureReservationStatus |
setFulfilledCount(Long fulfilledCount)
This count indicates the fulfilled capacity so far.
|
FutureReservationStatus |
setLockTime(String lockTime)
Time when Future Reservation would become LOCKED, after which no modifications to Future
Reservation will be allowed.
|
FutureReservationStatus |
setProcurementStatus(String procurementStatus)
Current state of this Future Reservation
|
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 List<String> getAutoCreatedReservations()
null for nonepublic FutureReservationStatus setAutoCreatedReservations(List<String> autoCreatedReservations)
autoCreatedReservations - autoCreatedReservations or null for nonepublic Long getFulfilledCount()
null for nonepublic FutureReservationStatus setFulfilledCount(Long fulfilledCount)
fulfilledCount - fulfilledCount or null for nonepublic String getLockTime()
null for nonepublic FutureReservationStatus setLockTime(String lockTime)
lockTime - lockTime or null for nonepublic String getProcurementStatus()
null for nonepublic FutureReservationStatus setProcurementStatus(String procurementStatus)
procurementStatus - procurementStatus or null for nonepublic FutureReservationStatus set(String fieldName, Object value)
set in class GenericJsonpublic FutureReservationStatus clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.