RegionNetworkFirewallPolicyWithRulesRuleMatchSrcSecureTagArgs

data class RegionNetworkFirewallPolicyWithRulesRuleMatchSrcSecureTagArgs(val name: Output<String>? = null, val state: Output<String>? = null) : ConvertibleToJava<RegionNetworkFirewallPolicyWithRulesRuleMatchSrcSecureTagArgs>

Constructors

constructor(name: Output<String>? = null, state: Output<String>? = null)

Properties

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

Name of the secure tag, created with TagManager's TagValue API.

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

(Output) Output Only State of the secure tag, either EFFECTIVE or INEFFECTIVE. A secure tag is INEFFECTIVE when it is deleted or its network is deleted.

Functions

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