GetVpcFirewallsPlainArgs

data class GetVpcFirewallsPlainArgs(val ids: List<String>? = null, val lang: String? = null, val memberUid: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val regionNo: String? = null, val status: String? = null, val vpcFirewallId: String? = null, val vpcFirewallName: String? = null, val vpcId: String? = null) : ConvertibleToJava<GetVpcFirewallsPlainArgs>

A collection of arguments for invoking getVpcFirewalls.

Constructors

Link copied to clipboard
constructor(ids: List<String>? = null, lang: String? = null, memberUid: String? = null, nameRegex: String? = null, outputFile: String? = null, regionNo: String? = null, status: String? = null, vpcFirewallId: String? = null, vpcFirewallName: String? = null, vpcId: String? = null)

Properties

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

A list of Vpc Firewall 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 Alibaba Cloud member account.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by Group Metric Rule name.

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

The region ID of the peer VPC.

Link copied to clipboard
val status: String? = null

The status of the resource

Link copied to clipboard
val vpcFirewallId: String? = null

The ID of the VPC firewall instance.

Link copied to clipboard
val vpcFirewallName: String? = null

The name of the VPC firewall instance.

Link copied to clipboard
val vpcId: String? = null

The ID of the peer VPC instance.

Functions

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