public final class BlueGreenInfo 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 Kubernetes 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 |
|---|
BlueGreenInfo() |
| Modifier and Type | Method and Description |
|---|---|
BlueGreenInfo |
clone() |
List<String> |
getBlueInstanceGroupUrls()
The resource URLs of the [managed instance groups] (/compute/docs/instance-groups/creating-
groups-of-managed-instances) associated with blue pool.
|
String |
getBluePoolDeletionStartTime()
Time to start deleting blue pool to complete blue-green upgrade, in
[RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
|
List<String> |
getGreenInstanceGroupUrls()
The resource URLs of the [managed instance groups] (/compute/docs/instance-groups/creating-
groups-of-managed-instances) associated with green pool.
|
String |
getGreenPoolVersion()
Version of green pool.
|
String |
getPhase()
Current blue-green upgrade phase.
|
BlueGreenInfo |
set(String fieldName,
Object value) |
BlueGreenInfo |
setBlueInstanceGroupUrls(List<String> blueInstanceGroupUrls)
The resource URLs of the [managed instance groups] (/compute/docs/instance-groups/creating-
groups-of-managed-instances) associated with blue pool.
|
BlueGreenInfo |
setBluePoolDeletionStartTime(String bluePoolDeletionStartTime)
Time to start deleting blue pool to complete blue-green upgrade, in
[RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
|
BlueGreenInfo |
setGreenInstanceGroupUrls(List<String> greenInstanceGroupUrls)
The resource URLs of the [managed instance groups] (/compute/docs/instance-groups/creating-
groups-of-managed-instances) associated with green pool.
|
BlueGreenInfo |
setGreenPoolVersion(String greenPoolVersion)
Version of green pool.
|
BlueGreenInfo |
setPhase(String phase)
Current blue-green upgrade phase.
|
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> getBlueInstanceGroupUrls()
null for nonepublic BlueGreenInfo setBlueInstanceGroupUrls(List<String> blueInstanceGroupUrls)
blueInstanceGroupUrls - blueInstanceGroupUrls or null for nonepublic String getBluePoolDeletionStartTime()
null for nonepublic BlueGreenInfo setBluePoolDeletionStartTime(String bluePoolDeletionStartTime)
bluePoolDeletionStartTime - bluePoolDeletionStartTime or null for nonepublic List<String> getGreenInstanceGroupUrls()
null for nonepublic BlueGreenInfo setGreenInstanceGroupUrls(List<String> greenInstanceGroupUrls)
greenInstanceGroupUrls - greenInstanceGroupUrls or null for nonepublic String getGreenPoolVersion()
null for nonepublic BlueGreenInfo setGreenPoolVersion(String greenPoolVersion)
greenPoolVersion - greenPoolVersion or null for nonepublic String getPhase()
null for nonepublic BlueGreenInfo setPhase(String phase)
phase - phase or null for nonepublic BlueGreenInfo set(String fieldName, Object value)
set in class GenericJsonpublic BlueGreenInfo clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.