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 used to manage secure tags within firewall policy rules."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the base `object` class."],["The `FirewallPolicyRuleSecureTag` class has properties like `Name` and `State`, which respectively represent the name and the current status (either `EFFECTIVE` or `INEFFECTIVE`) of the secure tag."],["There are multiple versions of the `Google.Cloud.Compute.V1` available for the `FirewallPolicyRuleSecureTag`, ranging from version 1.0.0 up to the latest version 3.6.0."],["It can be constructed using a default constructor, or a copy constructor that accepts another `FirewallPolicyRuleSecureTag`."]]],[]]