GetAccountsAccount

data class GetAccountsAccount(val accountDescription: String, val accountName: String, val accountType: String, val dbClusterId: String, val id: String, val status: String)

Constructors

Link copied to clipboard
constructor(accountDescription: String, accountName: String, accountType: String, dbClusterId: String, id: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

In Chinese, English letter. May contain Chinese and English characters, lowercase letters, numbers, and underscores (_), the dash (-). Cannot start with http:// and https:// at the beginning. Length is from 2 to 256 characters.

Link copied to clipboard

Account name: lowercase letters, numbers, underscores, lowercase letter; length no more than 16 characters.

Link copied to clipboard

The Valid Account type: Normal, Super.

Link copied to clipboard

The DBCluster id.

Link copied to clipboard
val id: String

The ID of the Account. Its value is same as Queue Name.

Link copied to clipboard

The status of the resource. Valid Status: Creating,Available,Deleting.