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 latest version of the `FirewallPolicyRuleSecureTag` is 3.6.0, and the page provides access to various historical versions, including versions from 1.0.0 up to the current one."],["The `FirewallPolicyRuleSecureTag` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility within the .NET environment."],["The `FirewallPolicyRuleSecureTag` class has two constructors: one default, `FirewallPolicyRuleSecureTag()`, and another that accepts another `FirewallPolicyRuleSecureTag` instance, `FirewallPolicyRuleSecureTag(FirewallPolicyRuleSecureTag other)`."],["The class exposes properties such as `HasName`, `HasState`, `Name`, and `State`, allowing for checking the presence and managing the values of secure tags like their names and states."],["The class is found within the `Google.Cloud.Compute.V1` namespace and contained in the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]