Class GetServiceRedisUserConfigMigrationResult
Inheritance
System.Object
GetServiceRedisUserConfigMigrationResult
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()
Namespace: Pulumi.Aiven.Outputs
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class GetServiceRedisUserConfigMigrationResult
Fields
View SourceHost
Declaration
public readonly string Host
Field Value
| Type | Description |
|---|---|
| System.String |
Password
Declaration
public readonly string Password
Field Value
| Type | Description |
|---|---|
| System.String |
Port
Declaration
public readonly int? Port
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Ssl
Declaration
public readonly bool? Ssl
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Username
Declaration
public readonly string Username
Field Value
| Type | Description |
|---|---|
| System.String |