RegionNetworkFirewallPolicyWithRulesRuleArgs

data class RegionNetworkFirewallPolicyWithRulesRuleArgs(val action: Output<String>, val description: Output<String>? = null, val direction: Output<String>? = null, val disabled: Output<Boolean>? = null, val enableLogging: Output<Boolean>? = null, val match: Output<RegionNetworkFirewallPolicyWithRulesRuleMatchArgs>, val priority: Output<Int>, val ruleName: Output<String>? = null, val securityProfileGroup: Output<String>? = null, val targetSecureTags: Output<List<RegionNetworkFirewallPolicyWithRulesRuleTargetSecureTagArgs>>? = null, val targetServiceAccounts: Output<List<String>>? = null, val tlsInspect: Output<Boolean>? = null) : ConvertibleToJava<RegionNetworkFirewallPolicyWithRulesRuleArgs>

Constructors

constructor(action: Output<String>, description: Output<String>? = null, direction: Output<String>? = null, disabled: Output<Boolean>? = null, enableLogging: Output<Boolean>? = null, match: Output<RegionNetworkFirewallPolicyWithRulesRuleMatchArgs>, priority: Output<Int>, ruleName: Output<String>? = null, securityProfileGroup: Output<String>? = null, targetSecureTags: Output<List<RegionNetworkFirewallPolicyWithRulesRuleTargetSecureTagArgs>>? = null, targetServiceAccounts: Output<List<String>>? = null, tlsInspect: Output<Boolean>? = null)

Properties

Link copied to clipboard
val action: Output<String>

The Action to perform when the client connection triggers the rule. Can currently be either "allow", "deny", "apply_security_profile_group" or "goto_next".

Link copied to clipboard
val description: Output<String>? = null

A description of the rule.

Link copied to clipboard
val direction: Output<String>? = null

The direction in which this rule applies. If unspecified an INGRESS rule is created. Possible values are: INGRESS, EGRESS.

Link copied to clipboard
val disabled: Output<Boolean>? = null

Denotes whether the firewall policy rule is disabled. When set to true, the firewall policy rule is not enforced and traffic behaves as if it did not exist. If this is unspecified, the firewall policy rule will be enabled.

Link copied to clipboard
val enableLogging: Output<Boolean>? = null

Denotes whether to enable logging for a particular rule. If logging is enabled, logs will be exported to the configured export destination in Stackdriver.

Link copied to clipboard

A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced. Structure is documented below.

Link copied to clipboard
val priority: Output<Int>

An integer indicating the priority of a rule in the list. The priority must be a value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest priority.

Link copied to clipboard
val ruleName: Output<String>? = null

An optional name for the rule. This field is not a unique identifier and can be updated.

Link copied to clipboard
val securityProfileGroup: Output<String>? = null

A fully-qualified URL of a SecurityProfile resource instance. Example: https://networksecurity.googleapis.com/v1/projects/{project}/locations/{location}/securityProfileGroups/my-security-profile-group Must be specified if action is 'apply_security_profile_group'.

Link copied to clipboard

A list of secure tags that controls which instances the firewall rule applies to. If targetSecureTag are specified, then the firewall rule applies only to instances in the VPC network that have one of those EFFECTIVE secure tags, if all the target_secure_tag are in INEFFECTIVE state, then this rule will be ignored. targetSecureTag may not be set at the same time as targetServiceAccounts. If neither targetServiceAccounts nor targetSecureTag are specified, the firewall rule applies to all instances on the specified network. Maximum number of target label tags allowed is 256. Structure is documented below.

Link copied to clipboard
val targetServiceAccounts: Output<List<String>>? = null

A list of service accounts indicating the sets of instances that are applied with this rule.

Link copied to clipboard
val tlsInspect: Output<Boolean>? = null

Boolean flag indicating if the traffic should be TLS decrypted. It can be set only if action = 'apply_security_profile_group' and cannot be set for other actions.

Functions

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