Show / Hide Table of Contents

Class BlueGreenDeploymentInfo

Blue-green deployment metadata for a database instance. In a blue-green deployment, we maintain two environments, one of which is live. This message contains details about the blue-green deployment.

Inheritance
object
BlueGreenDeploymentInfo
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.SQLAdmin.v1beta4.Data
Assembly: Google.Apis.SQLAdmin.v1beta4.dll
Syntax
public class BlueGreenDeploymentInfo : IDirectResponseSchema

Properties

DeploymentId

Output only. The resource ID of the blue-green deployment.

Declaration
[JsonProperty("deploymentId")]
public virtual string DeploymentId { 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

Source

Output only. The source instance for the Blue-Green deployment.

Declaration
[JsonProperty("source")]
public virtual SourceRole Source { get; set; }
Property Value
Type Description
SourceRole

State

Output only. The current state of blue-green-deployment for UI tags

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

Target

Output only. The target instance for the Blue-Green deployment.

Declaration
[JsonProperty("target")]
public virtual TargetRole Target { get; set; }
Property Value
Type Description
TargetRole

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX