GetVpcFirewallControlPoliciesPlainArgs

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

A collection of arguments for invoking getVpcFirewallControlPolicies.

Constructors

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

Properties

Link copied to clipboard
val aclAction: String? = null

The action that Cloud Firewall performs on the traffic. Valid values: accept, drop, log.

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

A list of Vpc Firewall Control Policy IDs.

Link copied to clipboard
val lang: String? = null

The language of the content within the request and response. Valid values: zh, en.

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

File name where to save data source results (after running pulumi preview).

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

Functions

Link copied to clipboard
open override fun toJava(): GetVpcFirewallControlPoliciesPlainArgs