Class GetDatabasesDatabaseResult
Inheritance
System.Object
GetDatabasesDatabaseResult
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.AliCloud.PolarDB.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetDatabasesDatabaseResult
Fields
View SourceAccounts
A list of accounts of database. Each element contains the following attributes.
Declaration
public readonly ImmutableArray<GetDatabasesDatabaseAccountResult> Accounts
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetDatabasesDatabaseAccountResult> |
CharacterSetName
The character set name of database.
Declaration
public readonly string CharacterSetName
Field Value
| Type | Description |
|---|---|
| System.String |
DbDescription
Database description.
Declaration
public readonly string DbDescription
Field Value
| Type | Description |
|---|---|
| System.String |
DbName
Database name.
Declaration
public readonly string DbName
Field Value
| Type | Description |
|---|---|
| System.String |
DbStatus
The status of database.
Declaration
public readonly string DbStatus
Field Value
| Type | Description |
|---|---|
| System.String |
Engine
The engine of database.
Declaration
public readonly string Engine
Field Value
| Type | Description |
|---|---|
| System.String |