public sealed class FirewallPolicyRuleSecureTag : IMessage<FirewallPolicyRuleSecureTag>, IEquatable<FirewallPolicyRuleSecureTag>, IDeepCloneable<FirewallPolicyRuleSecureTag>, IBufferMessage, IMessage
[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.
Check the State enum for the list of possible values.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This webpage provides documentation for the `FirewallPolicyRuleSecureTag` class within the `Google.Cloud.Compute.V1` namespace, specifically for .NET development."],["The latest version documented is 3.6.0, with the current page detailing version 3.5.0, and the page lists versions dating back to 1.0.0."],["`FirewallPolicyRuleSecureTag` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all in order to provide a framework for handling data."],["The class includes properties `HasName`, `HasState`, `Name`, and `State`, which provide details about the secure tag's configuration and status, and allows its construction using the `FirewallPolicyRuleSecureTag()` constructor."],["The `FirewallPolicyRuleSecureTag` class manages the state and name of a secure tag, where the state can either be `EFFECTIVE` or `INEFFECTIVE`, and this secure tag is a component of Google Cloud's firewall policy rules."]]],[]]