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 provides documentation for the `FirewallPolicyRuleSecureTag` class within the `Google.Cloud.Compute.V1` namespace, detailing its structure and functionality across multiple versions."],["The latest documented version for `FirewallPolicyRuleSecureTag` is 3.6.0, with a historical range from 1.0.0 up to the most recent version, all accessible within the document."],["`FirewallPolicyRuleSecureTag` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class includes properties such as `Name` and `State`, which are used to manage and reflect the secure tag's identity and operational status, accessible by getter/setter methods, with additional `HasName` and `HasState` properties available to verify whether those fields are set."],["The documentation shows the availability of two constructors, one being the default and the other to copy an existing FirewallPolicyRuleSecureTag to a new object."]]],[]]