Show / Hide Table of Contents

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 Source

Accounts

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>
View Source

CharacterSetName

The character set name of database.

Declaration
public readonly string CharacterSetName
Field Value
Type Description
System.String
View Source

DbDescription

Database description.

Declaration
public readonly string DbDescription
Field Value
Type Description
System.String
View Source

DbName

Database name.

Declaration
public readonly string DbName
Field Value
Type Description
System.String
View Source

DbStatus

The status of database.

Declaration
public readonly string DbStatus
Field Value
Type Description
System.String
View Source

Engine

The engine of database.

Declaration
public readonly string Engine
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.