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."],[[["The `FirewallPolicyRuleSecureTag` class, part of the `Google.Cloud.Compute.V1` namespace, is used to manage secure tags within firewall policy rules."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling message serialization, equality checks, deep cloning, and buffer-based operations."],["The `FirewallPolicyRuleSecureTag` class offers two constructors, one default and another that accepts another `FirewallPolicyRuleSecureTag` object for copying."],["It includes properties `HasName` and `HasState` to check if the respective fields are set, as well as `Name` and `State` to get or set the secure tag's name and its operational state."],["The latest version in the context is `3.6.0` while the version being covered in this webpage is `3.2.0`."]]],[]]