public sealed class FirewallPolicyRuleSecureTag : IMessage<FirewallPolicyRuleSecureTag>, IEquatable<FirewallPolicyRuleSecureTag>, IDeepCloneable<FirewallPolicyRuleSecureTag>, IBufferMessage, IMessage
Implements
IMessageFirewallPolicyRuleSecureTag, IEquatableFirewallPolicyRuleSecureTag, IDeepCloneableFirewallPolicyRuleSecureTag, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
FirewallPolicyRuleSecureTag()
public FirewallPolicyRuleSecureTag()
FirewallPolicyRuleSecureTag(FirewallPolicyRuleSecureTag)
public FirewallPolicyRuleSecureTag(FirewallPolicyRuleSecureTag other)
Parameter | |
---|---|
Name | Description |
other |
FirewallPolicyRuleSecureTag |
Properties
HasName
public bool HasName { get; }
Gets whether the "name" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasState
public bool HasState { get; }
Gets whether the "state" field is set
Property Value | |
---|---|
Type | Description |
bool |
Name
public string Name { get; set; }
Name of the secure tag, created with TagManager's TagValue API.
Property Value | |
---|---|
Type | Description |
string |
State
public string State { get; set; }
[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.
Property Value | |
---|---|
Type | Description |
string |