Show / Hide Table of Contents

Class GetServiceMysqlUserConfigArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetServiceMysqlUserConfigArgs
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 GetServiceMysqlUserConfigArgs : InvokeArgs

Constructors

View Source

GetServiceMysqlUserConfigArgs()

Declaration
public GetServiceMysqlUserConfigArgs()

Properties

View Source

AdminPassword

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

AdminUsername

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

BackupHour

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

BackupMinute

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

IpFilters

Declaration
public List<string> IpFilters { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
View Source

Mysql

Declaration
public GetServiceMysqlUserConfigMysqlArgs Mysql { get; set; }
Property Value
Type Description
GetServiceMysqlUserConfigMysqlArgs
View Source

MysqlVersion

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

PrivateAccess

Declaration
public GetServiceMysqlUserConfigPrivateAccessArgs PrivateAccess { get; set; }
Property Value
Type Description
GetServiceMysqlUserConfigPrivateAccessArgs
View Source

PublicAccess

Declaration
public GetServiceMysqlUserConfigPublicAccessArgs PublicAccess { get; set; }
Property Value
Type Description
GetServiceMysqlUserConfigPublicAccessArgs
View Source

RecoveryTargetTime

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

ServiceToForkFrom

Declaration
public string ServiceToForkFrom { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.