GetVpcFirewallCensResult

data class GetVpcFirewallCensResult(val cenId: String? = null, val cens: List<GetVpcFirewallCensCen>, val id: String, val ids: List<String>, val lang: String? = null, val memberUid: String? = null, val networkInstanceId: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val status: String? = null, val vpcFirewallId: String? = null, val vpcFirewallName: String? = null)

A collection of values returned by getVpcFirewallCens.

Constructors

Link copied to clipboard
constructor(cenId: String? = null, cens: List<GetVpcFirewallCensCen>, id: String, ids: List<String>, lang: String? = null, memberUid: String? = null, networkInstanceId: String? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, status: String? = null, vpcFirewallId: String? = null, vpcFirewallName: 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

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

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A list of Vpc Firewall Cen IDs.

Link copied to clipboard
val lang: String? = null
Link copied to clipboard
val memberUid: String? = null

The UID of the member account (other Alibaba Cloud account) of the current Alibaba cloud account.

Link copied to clipboard

The ID of the VPC instance that created the VPC firewall.

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

Firewall switch status

Link copied to clipboard
val vpcFirewallId: String? = null

VPC firewall ID

Link copied to clipboard
val vpcFirewallName: String? = null

The name of the VPC firewall instance.