GetVpcCenTrFirewallsPlainArgs

data class GetVpcCenTrFirewallsPlainArgs(val cenId: String? = null, val currentPage: Int? = null, val firewallId: String? = null, val firewallName: String? = null, val firewallSwitchStatus: String? = null, val ids: List<String>? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val regionNo: String? = null, val routeMode: String? = null, val transitRouterId: String? = null) : ConvertibleToJava<GetVpcCenTrFirewallsPlainArgs>

A collection of arguments for invoking getVpcCenTrFirewalls.

Constructors

Link copied to clipboard
constructor(cenId: String? = null, currentPage: Int? = null, firewallId: String? = null, firewallName: String? = null, firewallSwitchStatus: String? = null, ids: List<String>? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, regionNo: String? = null, routeMode: String? = null, transitRouterId: String? = null)

Properties

Link copied to clipboard
val cenId: String? = null

The ID of the CEN instance.

Link copied to clipboard
val currentPage: Int? = null

The page number of the pagination query. The default value is 1.

Link copied to clipboard
val firewallId: String? = null

Firewall ID

Link copied to clipboard
val firewallName: String? = null

The name of Cloud Firewall.

Link copied to clipboard

The status of the VPC boundary firewall. Value:-opened: opened-closed: closed-notconfigured: indicates that the VPC boundary firewall has not been configured yet.-configured: indicates that the VPC boundary firewall has been configured.-creating: indicates that a VPC boundary firewall is being created.-opening: indicates that the VPC border firewall is being enabled.-deleting: indicates that the VPC boundary firewall is being deleted.> If this parameter is not set, the VPC boundary firewall in all states is queried.

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

A list of Vpc Cen Tr Firewall IDs.

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

Current page number.

Link copied to clipboard
val pageSize: Int? = null

The maximum number of pieces of data per page that are displayed during a paged query. The default value is 10.

Link copied to clipboard
val regionNo: String? = null

The region ID of the transit router instance.

Link copied to clipboard
val routeMode: String? = null

The routing pattern. Value: managed: indicates automatic mode

Link copied to clipboard
val transitRouterId: String? = null

The ID of the transit router instance.

Functions

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