Class SourceTargetPairedNode
Represents a pairing of a source instance node and a target instance node.
Implements
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class SourceTargetPairedNode : IDirectResponseSchema
Properties
Diffs
Output only. Describes the list of differences for the SourceTargetPairedNode.
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. Specifies the 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. Specifies 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. Specifies details of the corresponding target instance in this pair.
Declaration
[JsonProperty("target")]
public virtual NodeInfo Target { get; set; }
Property Value
| Type | Description |
|---|---|
| NodeInfo |