Class DatabaseState
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
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class DatabaseState : ResourceArgs
Constructors
View SourceDatabaseState()
Declaration
public DatabaseState()
Properties
View SourceCharacterSetName
Character set. The value range is limited to the following: [ utf8, gbk, latin1, utf8mb4, Chinese_PRC_CI_AS, Chinese_PRC_CS_AS, SQL_Latin1_General_CP1_CI_AS, SQL_Latin1_General_CP1_CS_AS, Chinese_PRC_BIN ], default is "utf8" (utf8mb4 only supports versions 5.5 and 5.6).
Declaration
public Input<string> CharacterSetName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DbClusterId
The Id of cluster that can run database.
Declaration
public Input<string> DbClusterId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DbDescription
Database description. It cannot begin with https://. It must start with a Chinese character or English letter. It can include Chinese and English characters, underlines (_), hyphens (-), and numbers. The length may be 2-256 characters.
Declaration
public Input<string> DbDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DbName
Name of the database requiring a uniqueness check. It may consist of lower case letters, numbers, and underlines, and must start with a letterand have no more than 64 characters.
Declaration
public Input<string> DbName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |