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 a component within the Google Cloud Compute library for .NET, with version 2.2.0 being highlighted."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class, indicating its role in managing secure tag data."],["The `FirewallPolicyRuleSecureTag` class provides properties like `HasName`, `HasState`, `Name`, and `State` for managing and querying the name and status of a secure tag."],["Constructors for creating new instances of `FirewallPolicyRuleSecureTag` include a parameterless constructor and one that allows for copying from an existing `FirewallPolicyRuleSecureTag` object."],["The webpage contains links to versions of `FirewallPolicyRuleSecureTag`, ranging from version 1.0.0 all the way to the latest version of 3.6.0, allowing for access to documentation across different releases."]]],[]]