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.
Implements
Inherited Members
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 |