Show / Hide Table of Contents

Class SqlInstancesStartExternalSyncRequest

Inheritance
System.Object
SqlInstancesStartExternalSyncRequest
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.SQLAdmin.v1beta4.Data
Assembly: Google.Apis.SQLAdmin.v1beta4.dll
Syntax
public class SqlInstancesStartExternalSyncRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

MysqlSyncConfig

MySQL-specific settings for start external sync.

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

SkipVerification

Whether to skip the verification step (VESS).

Declaration
[JsonProperty("skipVerification")]
public virtual bool? SkipVerification { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

SyncMode

External sync mode.

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

Implements

IDirectResponseSchema
In This Article
Back to top