Show / Hide Table of Contents

Class ConfigDiff

Represents a specific configuration difference between Blue and Green instances.

Inheritance
object
ConfigDiff
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX