Show / Hide Table of Contents

Class ServiceMysqlUserConfigGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceMysqlUserConfigGetArgs
Inherited Members
ResourceArgs.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 ServiceMysqlUserConfigGetArgs : ResourceArgs

Constructors

View Source

ServiceMysqlUserConfigGetArgs()

Declaration
public ServiceMysqlUserConfigGetArgs()

Properties

View Source

AdminPassword

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

AdminUsername

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

BackupHour

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

BackupMinute

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

IpFilters

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

Mysql

Declaration
public Input<ServiceMysqlUserConfigMysqlGetArgs> Mysql { get; set; }
Property Value
Type Description
Input<ServiceMysqlUserConfigMysqlGetArgs>
View Source

MysqlVersion

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

PrivateAccess

Declaration
public Input<ServiceMysqlUserConfigPrivateAccessGetArgs> PrivateAccess { get; set; }
Property Value
Type Description
Input<ServiceMysqlUserConfigPrivateAccessGetArgs>
View Source

PublicAccess

Declaration
public Input<ServiceMysqlUserConfigPublicAccessGetArgs> PublicAccess { get; set; }
Property Value
Type Description
Input<ServiceMysqlUserConfigPublicAccessGetArgs>
View Source

RecoveryTargetTime

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

ServiceToForkFrom

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