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, found within the `Google.Cloud.Compute.V1` namespace, is part of the Google.Cloud.Compute.V1.dll assembly and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors: a default one `FirewallPolicyRuleSecureTag()` and another `FirewallPolicyRuleSecureTag(FirewallPolicyRuleSecureTag other)` that allows for the creation of a new instance from an existing `FirewallPolicyRuleSecureTag` object."],["It includes properties to manage the secure tag's attributes, including `HasName` and `HasState` to check if a field is set, `Name` for the secure tag's name, and `State` to reflect the tag's status (either `EFFECTIVE` or `INEFFECTIVE`)."],["The documentation provides a version history, with the latest being 3.6.0 and goes back to 1.0.0, and the page is currently displaying documentation for version 2.4.0."]]],[]]