GetZoneRecordsPlainArgs

data class GetZoneRecordsPlainArgs(val ids: List<String>? = null, val keyword: String? = null, val lang: String? = null, val outputFile: String? = null, val searchMode: String? = null, val status: String? = null, val tag: String? = null, val userClientIp: String? = null, val zoneId: String) : ConvertibleToJava<GetZoneRecordsPlainArgs>

A collection of arguments for invoking getZoneRecords.

Constructors

Link copied to clipboard
constructor(ids: List<String>? = null, keyword: String? = null, lang: String? = null, outputFile: String? = null, searchMode: String? = null, status: String? = null, tag: String? = null, userClientIp: String? = null, zoneId: String)

Properties

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

A list of Private Zone Record IDs.

Link copied to clipboard
val keyword: String? = null

Keyword for record rr and value.

Link copied to clipboard
val lang: String? = null

User language.

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 searchMode: String? = null

Search mode. Value:

Link copied to clipboard
val status: String? = null

Resolve record status. Value:

Link copied to clipboard
val tag: String? = null

It is not filled in by default, and queries the current zone resolution records. Fill in "ecs" to query the host name record list under the VPC associated with the current zone.

Link copied to clipboard
val userClientIp: String? = null

User ip.

Link copied to clipboard

ID of the Private Zone.

Functions

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