Show / Hide Table of Contents

Class SqlInstancesVerifyExternalSyncSettingsRequest

Instance verify external sync settings request.

Inheritance
object
SqlInstancesVerifyExternalSyncSettingsRequest
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.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class SqlInstancesVerifyExternalSyncSettingsRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MysqlSyncConfig

Optional. MySQL-specific settings for start external sync.

Declaration
[JsonProperty("mysqlSyncConfig")]
public virtual MySqlSyncConfig MysqlSyncConfig { get; set; }
Property Value
Type Description
MySqlSyncConfig

SyncMode

External sync mode

Declaration
[JsonProperty("syncMode")]
public virtual string SyncMode { get; set; }
Property Value
Type Description
string

VerifyConnectionOnly

Flag to enable verifying connection only

Declaration
[JsonProperty("verifyConnectionOnly")]
public virtual bool? VerifyConnectionOnly { get; set; }
Property Value
Type Description
bool?

VerifyReplicationOnly

Optional. Flag to verify settings required by replication setup only

Declaration
[JsonProperty("verifyReplicationOnly")]
public virtual bool? VerifyReplicationOnly { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX