GetVpcCenTrFirewallsResult

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

A collection of values returned by getVpcCenTrFirewalls.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cenId: String? = null

The ID of the CEN instance.

Link copied to clipboard
val currentPage: Int? = null
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

A list of Vpc Cen Tr Firewall Entries. Each element contains the following attributes:

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 id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A list of Vpc Cen Tr Firewall IDs.

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