BlueGreenInfoResponse

data class BlueGreenInfoResponse(val blueInstanceGroupUrls: List<String>, val bluePoolDeletionStartTime: String, val greenInstanceGroupUrls: List<String>, val greenPoolVersion: String, val phase: String)

Information relevant to blue-green upgrade.

Constructors

Link copied to clipboard
fun BlueGreenInfoResponse(blueInstanceGroupUrls: List<String>, bluePoolDeletionStartTime: String, greenInstanceGroupUrls: List<String>, greenPoolVersion: String, phase: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The resource URLs of the managed instance groups (/compute/docs/instance-groups/creating-groups-of-managed-instances) associated with blue pool.

Link copied to clipboard

Time to start deleting blue pool to complete blue-green upgrade, in RFC3339 text format.

Link copied to clipboard

The resource URLs of the managed instance groups (/compute/docs/instance-groups/creating-groups-of-managed-instances) associated with green pool.

Link copied to clipboard

Version of green pool.

Link copied to clipboard

Current blue-green upgrade phase.