Class GetServiceMysqlUserConfigArgs
Inheritance
System.Object
GetServiceMysqlUserConfigArgs
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 GetServiceMysqlUserConfigArgs : InvokeArgs
Constructors
View Source
Declaration
public GetServiceMysqlUserConfigArgs()
Properties
View Source
Declaration
public string AdminPassword { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public string AdminUsername { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public int? BackupHour { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public int? BackupMinute { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Declaration
public List<string> IpFilters { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.String> |
|
View Source
Declaration
public GetServiceMysqlUserConfigMysqlArgs Mysql { get; set; }
Property Value
View Source
Declaration
public string MysqlVersion { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public GetServiceMysqlUserConfigPrivateAccessArgs PrivateAccess { get; set; }
Property Value
View Source
Declaration
public GetServiceMysqlUserConfigPublicAccessArgs PublicAccess { get; set; }
Property Value
View Source
Declaration
public string RecoveryTargetTime { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public string ServiceToForkFrom { get; set; }
Property Value
| Type |
Description |
| System.String |
|