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."],[[["The `FirewallPolicyRuleSecureTag` class, part of the `Google.Cloud.Compute.V1` namespace, is available in multiple versions ranging from 1.0.0 to 3.6.0, with 3.6.0 being the latest."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its capabilities in managing and manipulating Firewall Policy rules."],["The `FirewallPolicyRuleSecureTag` class has properties `HasName` and `HasState` to check if the \"name\" and \"state\" fields are set, along with `Name` to set the name of a secure tag, and `State` to set the secure tag's state, which can either be `EFFECTIVE` or `INEFFECTIVE`."],["It includes two constructors: a default one, and one that takes another `FirewallPolicyRuleSecureTag` instance as a parameter for creating a copy."],["`FirewallPolicyRuleSecureTag` also inherits members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the base `object` class."]]],[]]