GetVpcFirewallsResult

data class GetVpcFirewallsResult(val firewalls: List<GetVpcFirewallsFirewall>, val id: String, val ids: List<String>, val lang: String? = null, val memberUid: String? = null, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val regionNo: String? = null, val status: String? = null, val vpcFirewallId: String? = null, val vpcFirewallName: String? = null, val vpcId: String? = null)

A collection of values returned by getVpcFirewalls.

Constructors

Link copied to clipboard
constructor(firewalls: List<GetVpcFirewallsFirewall>, id: String, ids: List<String>, lang: String? = null, memberUid: String? = null, nameRegex: String? = null, names: List<String>, outputFile: String? = null, regionNo: String? = null, status: String? = null, vpcFirewallId: String? = null, vpcFirewallName: String? = null, vpcId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of Vpc Firewall 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 IDs.

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

The UID of the Alibaba Cloud member account.

Link copied to clipboard
val nameRegex: String? = null
Link copied to clipboard

A list of name of Vpc Firewalls.

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val regionNo: String? = null

The region ID of the peer VPC.

Link copied to clipboard
val status: String? = null

The status of the resource

Link copied to clipboard
val vpcFirewallId: String? = null

The ID of the VPC firewall instance.

Link copied to clipboard
val vpcFirewallName: String? = null

The name of the VPC firewall instance.

Link copied to clipboard
val vpcId: String? = null

The ID of the peer VPC instance.