GetAlidnsRecordsPlainArgs

data class GetAlidnsRecordsPlainArgs(val direction: String? = null, val domainName: String, val groupId: Int? = null, val ids: List<String>? = null, val keyWord: String? = null, val lang: String? = null, val line: String? = null, val orderBy: String? = null, val outputFile: String? = null, val rrKeyWord: String? = null, val rrRegex: String? = null, val searchMode: String? = null, val status: String? = null, val type: String? = null, val typeKeyWord: String? = null, val valueKeyWord: String? = null, val valueRegex: String? = null) : ConvertibleToJava<GetAlidnsRecordsPlainArgs>

A collection of arguments for invoking getAlidnsRecords.

Constructors

Link copied to clipboard
constructor(direction: String? = null, domainName: String, groupId: Int? = null, ids: List<String>? = null, keyWord: String? = null, lang: String? = null, line: String? = null, orderBy: String? = null, outputFile: String? = null, rrKeyWord: String? = null, rrRegex: String? = null, searchMode: String? = null, status: String? = null, type: String? = null, typeKeyWord: String? = null, valueKeyWord: String? = null, valueRegex: String? = null)

Properties

Link copied to clipboard
val direction: String? = null

Sorting direction. Valid values: DESC,ASC. Default to AESC.

Link copied to clipboard

The domain name associated to the records.

Link copied to clipboard
val groupId: Int? = null

Domain name group ID.

Link copied to clipboard
val ids: List<String>? = null

A list of record IDs.

Link copied to clipboard
val keyWord: String? = null

Keywords.

Link copied to clipboard
val lang: String? = null

User language.

Link copied to clipboard
val line: String? = null

ISP line. For checking all resolution lines enumeration please visit Alibaba Cloud DNS doc

Link copied to clipboard
val orderBy: String? = null

Sort by. Sort from newest to oldest according to the time added by resolution.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val rrKeyWord: String? = null

The keywords recorded by the host are searched according to the %RRKeyWord% mode, and are not case sensitive.

Link copied to clipboard
val rrRegex: String? = null

Host record regex.

Link copied to clipboard
val searchMode: String? = null

Search mode, Valid values: LIKE, EXACT, ADVANCED, LIKE (fuzzy), EXACT (accurate) search supports KeyWord field, ADVANCED (advanced) mode supports other fields.

Link copied to clipboard
val status: String? = null

Record status. Valid values: ENABLE and DISABLE.

Link copied to clipboard
val type: String? = null

Record type. Valid values: A, NS, MX, TXT, CNAME, SRV, AAAA, REDIRECT_URL, FORWORD_URL .

Link copied to clipboard
val typeKeyWord: String? = null

Analyze type keywords, search by full match, not case sensitive.

Link copied to clipboard
val valueKeyWord: String? = null

The keywords of the recorded value are searched according to the %ValueKeyWord% mode, and are not case sensitive.

Link copied to clipboard
val valueRegex: String? = null

Host record value regex.

Functions

Link copied to clipboard
open override fun toJava(): GetAlidnsRecordsPlainArgs