Class ServiceMysqlUserConfigGetArgs
Inheritance
System.Object
ServiceMysqlUserConfigGetArgs
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 ServiceMysqlUserConfigGetArgs : ResourceArgs
Constructors
View Source
Declaration
public ServiceMysqlUserConfigGetArgs()
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<ServiceMysqlUserConfigMysqlGetArgs> 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<ServiceMysqlUserConfigPrivateAccessGetArgs> PrivateAccess { get; set; }
Property Value
View Source
Declaration
public Input<ServiceMysqlUserConfigPublicAccessGetArgs> 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> |
|