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 implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class includes two constructors: a default constructor, `FirewallPolicyRuleSecureTag()`, and another that accepts another `FirewallPolicyRuleSecureTag` instance as a parameter."],["The class defines properties `HasName`, `HasState`, `Name`, and `State`, providing methods to check the existence of certain fields and retrieve or set name and state values related to a secure tag."],["The latest version of the documentation is 3.6.0, with a total of 30 different versions of documentation present."]]],[]]