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."],[[["This webpage details the `FirewallPolicyRuleSecureTag` class within the `Google.Cloud.Compute.V1` namespace, version 3.3.0."],["The latest version of this resource is version 3.6.0, with various past versions ranging from 1.0.0 to 3.5.0 also listed."],["`FirewallPolicyRuleSecureTag` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class has two constructors and the properties `HasName`, `HasState`, `Name`, and `State`, with `Name` referring to the secure tag and `State` to its current status."],["The `State` of the secure tag can be either `EFFECTIVE` or `INEFFECTIVE` depending on its status, and the class resides in the Google.Cloud.Compute.V1.dll assembly."]]],[]]