GetNatFirewallsPlainArgs

data class GetNatFirewallsPlainArgs(val ids: List<String>? = null, val lang: String? = null, val memberUid: Int? = null, val natGatewayId: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val proxyId: String? = null, val proxyName: String? = null, val regionNo: String? = null, val status: String? = null, val vpcId: String? = null) : ConvertibleToJava<GetNatFirewallsPlainArgs>

A collection of arguments for invoking getNatFirewalls.

Constructors

Link copied to clipboard
constructor(ids: List<String>? = null, lang: String? = null, memberUid: Int? = null, natGatewayId: String? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, proxyId: String? = null, proxyName: String? = null, regionNo: String? = null, status: String? = null, vpcId: String? = null)

Properties

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

A list of Nat Firewall IDs.

Link copied to clipboard
val lang: String? = null

Lang

Link copied to clipboard
val memberUid: Int? = null

Member Account ID

Link copied to clipboard
val natGatewayId: String? = null

NAT gateway ID

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

Page No

Link copied to clipboard
val pageSize: Int? = null

Page Size

Link copied to clipboard
val proxyId: String? = null

NAT firewall ID

Link copied to clipboard
val proxyName: String? = null

NAT firewall name

Link copied to clipboard
val regionNo: String? = null

Region

Link copied to clipboard
val status: String? = null

The status of the resource

Link copied to clipboard
val vpcId: String? = null

The ID of the VPC instance.

Functions

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