| Package | Description |
|---|---|
| com.google.api.services.container.v1beta1.model |
| Modifier and Type | Method and Description |
|---|---|
BlueGreenInfo |
BlueGreenInfo.clone() |
BlueGreenInfo |
UpdateInfo.getBlueGreenInfo()
Information of a blue-green upgrade.
|
BlueGreenInfo |
BlueGreenInfo.set(String fieldName,
Object value) |
BlueGreenInfo |
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 |
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 |
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 |
BlueGreenInfo.setGreenPoolVersion(String greenPoolVersion)
Version of green pool.
|
BlueGreenInfo |
BlueGreenInfo.setPhase(String phase)
Current blue-green upgrade phase.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateInfo |
UpdateInfo.setBlueGreenInfo(BlueGreenInfo blueGreenInfo)
Information of a blue-green upgrade.
|
Copyright © 2011–2022 Google. All rights reserved.