Class SourceTargetPairedNode
Represents a pairing of a source instance node and a target instance node.
Implements
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1beta4.Data
Assembly: Google.Apis.SQLAdmin.v1beta4.dll
Syntax
public class SourceTargetPairedNode : IDirectResponseSchema
Properties
CurrentlyServingTraffic
Output only. Deprecated: Indicates which instance (SOURCE or TARGET) in the pair is currently live. Used for internal implementation and deprecated for external use.
Declaration
[JsonProperty("currentlyServingTraffic")]
public virtual string CurrentlyServingTraffic { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Diffs
Output only. Describes the list of differences for this pair.
Declaration
[JsonProperty("diffs")]
public virtual IList<ConfigDiff> Diffs { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<ConfigDiff> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Source
Output only. Resource name of the source instance in this pair.
Declaration
[JsonProperty("source")]
public virtual NodeInfo Source { get; set; }
Property Value
| Type | Description |
|---|---|
| NodeInfo |
State
Output only. The current state of this specific source-target pair.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Target
Output only. Details of the corresponding target instance in this pair.
Declaration
[JsonProperty("target")]
public virtual NodeInfo Target { get; set; }
Property Value
| Type | Description |
|---|---|
| NodeInfo |
Tasks
Output only. Tasks performed or being performed on the target instance of this pair.
Declaration
[JsonProperty("tasks")]
public virtual IList<DeploymentTask> Tasks { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<DeploymentTask> |