Class ConfigDiff
Represents a specific configuration difference between Blue and Green instances.
Implements
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1beta4.Data
Assembly: Google.Apis.SQLAdmin.v1beta4.dll
Syntax
public class ConfigDiff : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Field
Output only. The name of the field that differs, fully-qualified. Example: settings.tier
Declaration
[JsonProperty("field")]
public virtual string Field { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SourceValue
Output only. The value on the source instance.
Declaration
[JsonProperty("sourceValue")]
public virtual string SourceValue { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TargetValue
Output only. The value on the target instance.
Declaration
[JsonProperty("targetValue")]
public virtual string TargetValue { get; set; }
Property Value
| Type | Description |
|---|---|
| string |