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."],[[["This webpage details the `FirewallPolicyRuleSecureTag` class within the `Google.Cloud.Compute.V1` namespace, documenting its structure and functionalities across multiple versions."],["The `FirewallPolicyRuleSecureTag` class is a sealed class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor, and one that creates a copy of an existing `FirewallPolicyRuleSecureTag` object, taking another object of that same type as its parameter."],["It exposes properties such as `HasName`, `HasState`, `Name`, and `State`, allowing users to interact with secure tag attributes such as its name and output-only state information."],["Version 3.6.0 is the latest documented version, with available versions spanning from 1.0.0 up to the latest 3.6.0, all referencing `FirewallPolicyRuleSecureTag` throughout."]]],[]]