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-03-21 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, while the current page context is version 2.15.0, and there is documentation for versions spanning from 1.0.0 to the latest."],["The `FirewallPolicyRuleSecureTag` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `FirewallPolicyRuleSecureTag` class include `HasName`, `HasState`, `Name`, and `State`, which manage secure tag details and their status."],["The class offers two constructors, one default and another that allows cloning from an existing `FirewallPolicyRuleSecureTag` object."]]],[]]