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, and provides documentation for its various versions ranging from 1.0.0 to 3.6.0."],["The `FirewallPolicyRuleSecureTag` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class includes two constructors, one default and another that takes another `FirewallPolicyRuleSecureTag` object as a parameter for copying, and has properties to determine if the `name` or `state` fields are set."],["Key properties of the `FirewallPolicyRuleSecureTag` class are `Name` (a string representing the secure tag's name) and `State` (a string indicating whether the secure tag is `EFFECTIVE` or `INEFFECTIVE`)."],["The latest version available for the `FirewallPolicyRuleSecureTag` documentation is 3.6.0, with links provided for prior versions, offering different versions of the documentation."]]],[]]