GetControlPoliciesPlainArgs

data class GetControlPoliciesPlainArgs(val aclAction: String? = null, val aclUuid: String? = null, val description: String? = null, val destination: String? = null, val direction: String, val ipVersion: String? = null, val lang: String? = null, val outputFile: String? = null, val proto: String? = null, val source: String? = null) : ConvertibleToJava<GetControlPoliciesPlainArgs>

A collection of arguments for invoking getControlPolicies.

Constructors

Link copied to clipboard
constructor(aclAction: String? = null, aclUuid: String? = null, description: String? = null, destination: String? = null, direction: String, ipVersion: String? = null, lang: String? = null, outputFile: String? = null, proto: String? = null, source: String? = null)

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

The unique ID of the access control policy.

Link copied to clipboard
val description: String? = null

The description of the access control policy.

Link copied to clipboard
val destination: String? = null

The destination address defined in the access control policy.

Link copied to clipboard

The direction of the traffic to which the access control policy applies. Valid values: in, out.

Link copied to clipboard
val ipVersion: String? = null

The IP version of the address in the access control policy.

Link copied to clipboard
val lang: String? = null

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

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

The type of the protocol in the access control policy. Valid values: If direction is in, the valid value is ANY. If direction is out, the valid values are ANY, TCP, UDP, ICMP.

Link copied to clipboard
val source: String? = null

The source address in the access control policy.

Functions

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