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-24 UTC."],[[["This webpage provides documentation for the `FirewallPolicyRuleSecureTag` class within the `Google.Cloud.Compute.V1` namespace, detailing its structure and functionality in various versions."],["The latest documented version for `FirewallPolicyRuleSecureTag` is 3.6.0, with a history of prior releases ranging down to version 1.0.0, and version 2.12.0 being highlighted as its current location on the webpage."],["The `FirewallPolicyRuleSecureTag` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["Key properties of `FirewallPolicyRuleSecureTag` include `HasName`, `HasState`, `Name`, and `State`, which manage and reflect the secure tag's name and operational status."],["The documentation contains two constructors to create instances of the class: a parameterless constructor, and one that accepts an existing `FirewallPolicyRuleSecureTag` object for creation."]]],[]]