Class ServiceMysqlUserConfigArgs
Inheritance
System.Object
ServiceMysqlUserConfigArgs
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 ServiceMysqlUserConfigArgs : ResourceArgs
Constructors
View Source
Declaration
public ServiceMysqlUserConfigArgs()
Properties
View Source
Declaration
public Input<string> AdminPassword { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> AdminUsername { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<int> BackupHour { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public Input<int> BackupMinute { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public InputList<string> IpFilters { get; set; }
Property Value
View Source
Declaration
public Input<ServiceMysqlUserConfigMysqlArgs> Mysql { get; set; }
Property Value
View Source
Declaration
public Input<string> MysqlVersion { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<ServiceMysqlUserConfigPrivateAccessArgs> PrivateAccess { get; set; }
Property Value
View Source
Declaration
public Input<ServiceMysqlUserConfigPublicAccessArgs> PublicAccess { get; set; }
Property Value
View Source
Declaration
public Input<string> RecoveryTargetTime { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> ServiceToForkFrom { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|