Get Vpc Cen Tr Firewalls Result
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)
Properties
Link copied to clipboard
Link copied to clipboard
Firewall ID
Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard
The ID of the transit router instance.