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-31 UTC."],[[["The `FirewallPolicyRuleSecureTag` class, found within the `Google.Cloud.Compute.V1` namespace, is part of the Google Cloud Compute .NET library, version 3.4.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality comparison, deep cloning, and buffer management."],["This class provides two constructors, a default and one that takes another `FirewallPolicyRuleSecureTag` instance as a parameter for copying."],["The `FirewallPolicyRuleSecureTag` class has properties `HasName`, `HasState`, `Name` and `State`, with `Name` representing the name of the secure tag, and `State` representing whether the tag is `EFFECTIVE` or `INEFFECTIVE`."],["The latest version available is `3.6.0`, while the webpage is displaying information about version `3.4.0`."]]],[]]