GetVpcFirewallCensPlainArgs

data class GetVpcFirewallCensPlainArgs(val cenId: String? = null, val ids: List<String>? = null, val lang: String? = null, val memberUid: String? = null, val networkInstanceId: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val status: String? = null, val vpcFirewallId: String? = null, val vpcFirewallName: String? = null) : ConvertibleToJava<GetVpcFirewallCensPlainArgs>

A collection of arguments for invoking getVpcFirewallCens.

Constructors

Link copied to clipboard
constructor(cenId: String? = null, ids: List<String>? = null, lang: String? = null, memberUid: String? = null, networkInstanceId: String? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, status: String? = null, vpcFirewallId: String? = null, vpcFirewallName: String? = null)

Properties

Link copied to clipboard
val cenId: String? = null

The ID of the CEN instance.

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

A list of Vpc Firewall Cen IDs.

Link copied to clipboard
val lang: String? = null

The language type of the requested and received messages. Value:-zh (default): Chinese.-en: English.

Link copied to clipboard
val memberUid: String? = null

The UID of the member account (other Alibaba Cloud account) of the current Alibaba cloud account.

Link copied to clipboard

The ID of the VPC instance that created the VPC firewall.

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

Firewall switch status

Link copied to clipboard
val vpcFirewallId: String? = null

VPC firewall ID

Link copied to clipboard
val vpcFirewallName: String? = null

The name of the VPC firewall instance.

Functions

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