GetVpcFirewallControlPoliciesResult

data class GetVpcFirewallControlPoliciesResult(val aclAction: String? = null, val aclUuid: String? = null, val description: String? = null, val destination: String? = null, val id: String, val ids: List<String>, val lang: String? = null, val memberUid: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val policies: List<GetVpcFirewallControlPoliciesPolicy>, val proto: String? = null, val release: Boolean? = null, val source: String? = null, val vpcFirewallId: String)

A collection of values returned by getVpcFirewallControlPolicies.

Constructors

Link copied to clipboard
constructor(aclAction: String? = null, aclUuid: String? = null, description: String? = null, destination: String? = null, id: String, ids: List<String>, lang: String? = null, memberUid: String? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, policies: List<GetVpcFirewallControlPoliciesPolicy>, proto: String? = null, release: Boolean? = null, source: String? = null, vpcFirewallId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val aclAction: String? = null

Access control over VPC firewalls are set in the access traffic via Alibaba cloud firewall way (ACT).

Link copied to clipboard
val aclUuid: String? = null

Access control over VPC firewalls strategy unique identifier.

Link copied to clipboard
val description: String? = null

Access control over VPC firewalls description of the strategy information.

Link copied to clipboard
val destination: String? = null

Access control over VPC firewalls strategy the destination address in.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

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

The UID of the member account of the current Alibaba cloud account.

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

A list of Cloud Firewall Vpc Firewall Control Policies. Each element contains the following attributes:

Link copied to clipboard
val proto: String? = null

Access control over VPC firewalls strategy access traffic of the protocol type.

Link copied to clipboard
val release: Boolean? = null

The enabled status of the access control policy. The policy is enabled by default after it is created. Value:

Link copied to clipboard
val source: String? = null

Access control over VPC firewalls strategy in the source address.

Link copied to clipboard

The ID of the VPC firewall instance.