GetWebLockConfigsPlainArgs

data class GetWebLockConfigsPlainArgs(val ids: List<String>? = null, val lang: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val remark: String? = null, val sourceIp: String? = null, val status: String? = null) : ConvertibleToJava<GetWebLockConfigsPlainArgs>

A collection of arguments for invoking getWebLockConfigs.

Constructors

Link copied to clipboard
constructor(ids: List<String>? = null, lang: String? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, remark: String? = null, sourceIp: String? = null, status: String? = null)

Properties

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

A list of Web Lock Config IDs.

Link copied to clipboard
val lang: String? = null

The language of the content within the request and the response. Valid values: zh, en.

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 pageNumber: Int? = null
Link copied to clipboard
val pageSize: Int? = null
Link copied to clipboard
val remark: String? = null

The string that allows you to search for servers in fuzzy match mode. You can enter a server name or IP address.

Link copied to clipboard
val sourceIp: String? = null

The source IP address of the request.

Link copied to clipboard
val status: String? = null

The protection status of the server that you want to query. Valid values: on, off.

Functions

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