Show / Hide Table of Contents

Class GetServiceMysqlUserConfigMysqlArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetServiceMysqlUserConfigMysqlArgs
Inherited Members
InvokeArgs.Empty
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: Pulumi.Aiven.Inputs
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class GetServiceMysqlUserConfigMysqlArgs : InvokeArgs

Constructors

View Source

GetServiceMysqlUserConfigMysqlArgs()

Declaration
public GetServiceMysqlUserConfigMysqlArgs()

Properties

View Source

ConnectTimeout

Declaration
public int? ConnectTimeout { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

DefaultTimeZone

Declaration
public string DefaultTimeZone { get; set; }
Property Value
Type Description
System.String
View Source

GroupConcatMaxLen

Declaration
public int? GroupConcatMaxLen { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

InformationSchemaStatsExpiry

Declaration
public int? InformationSchemaStatsExpiry { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

InnodbFtMinTokenSize

Declaration
public int? InnodbFtMinTokenSize { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

InnodbFtServerStopwordTable

Declaration
public string InnodbFtServerStopwordTable { get; set; }
Property Value
Type Description
System.String
View Source

InnodbLockWaitTimeout

Declaration
public int? InnodbLockWaitTimeout { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

InnodbOnlineAlterLogMaxSize

Declaration
public int? InnodbOnlineAlterLogMaxSize { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

InnodbRollbackOnTimeout

Declaration
public string InnodbRollbackOnTimeout { get; set; }
Property Value
Type Description
System.String
View Source

MaxAllowedPacket

Declaration
public int? MaxAllowedPacket { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

NetReadTimeout

Declaration
public int? NetReadTimeout { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

NetWriteTimeout

Declaration
public int? NetWriteTimeout { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

SqlMode

Declaration
public string SqlMode { get; set; }
Property Value
Type Description
System.String
View Source

SqlRequirePrimaryKey

Declaration
public string SqlRequirePrimaryKey { get; set; }
Property Value
Type Description
System.String
View Source

WaitTimeout

Declaration
public int? WaitTimeout { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.