public sealed class FirewallPolicyRuleSecureTag : IMessage<FirewallPolicyRuleSecureTag>, IEquatable<FirewallPolicyRuleSecureTag>, IDeepCloneable<FirewallPolicyRuleSecureTag>, IBufferMessage, IMessageImplements
IMessage<FirewallPolicyRuleSecureTag>, IEquatable<FirewallPolicyRuleSecureTag>, IDeepCloneable<FirewallPolicyRuleSecureTag>, 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 |
Boolean |
|
HasState
public bool HasState { get; }Gets whether the "state" field is set
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
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 |
|