Class GetServiceMysqlUserConfigMysqlArgs
Inheritance
System.Object
GetServiceMysqlUserConfigMysqlArgs
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()
Assembly: Pulumi.Aiven.dll
public sealed class GetServiceMysqlUserConfigMysqlArgs : InvokeArgs
Constructors
View Source
Declaration
public GetServiceMysqlUserConfigMysqlArgs()
Properties
View Source
Declaration
public int? ConnectTimeout { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public string DefaultTimeZone { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public int? GroupConcatMaxLen { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? InformationSchemaStatsExpiry { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? InnodbFtMinTokenSize { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public string InnodbFtServerStopwordTable { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public int? InnodbLockWaitTimeout { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? InnodbOnlineAlterLogMaxSize { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public string InnodbRollbackOnTimeout { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public int? MaxAllowedPacket { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? NetReadTimeout { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? NetWriteTimeout { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public string SqlMode { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public string SqlRequirePrimaryKey { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public int? WaitTimeout { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|