Show / Hide Table of Contents

Class BlueGreenInfo

Information relevant to blue-green upgrade.

Inheritance
object
BlueGreenInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class BlueGreenInfo : IDirectResponseSchema

Properties

BlueInstanceGroupUrls

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

Declaration
[JsonProperty("blueInstanceGroupUrls")]
public virtual IList<string> BlueInstanceGroupUrls { get; set; }
Property Value
Type Description
IList<string>

BluePoolDeletionStartTime

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

Declaration
[JsonProperty("bluePoolDeletionStartTime")]
public virtual string BluePoolDeletionStartTime { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GreenInstanceGroupUrls

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

Declaration
[JsonProperty("greenInstanceGroupUrls")]
public virtual IList<string> GreenInstanceGroupUrls { get; set; }
Property Value
Type Description
IList<string>

GreenPoolVersion

Version of green pool.

Declaration
[JsonProperty("greenPoolVersion")]
public virtual string GreenPoolVersion { get; set; }
Property Value
Type Description
string

Phase

Current blue-green upgrade phase.

Declaration
[JsonProperty("phase")]
public virtual string Phase { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX