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 public sealed class within the Google Cloud Compute V1 library, specifically designed for .NET environments."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class has two constructors, allowing for default initialization or cloning from an existing `FirewallPolicyRuleSecureTag` object, making it flexible for different usage scenarios."],["Key properties of the class include `HasName`, `HasState`, `Name`, and `State`, which allow users to interact with and retrieve information about secure tags, including their name and current status."],["The provided content shows a list of available versions from 1.0.0 to 3.6.0 (latest) of the `FirewallPolicyRuleSecureTag`, giving the possibility for users to choose which version they prefer or need."]]],[]]