public sealed class FirewallPolicyAssociation : IMessage<FirewallPolicyAssociation>, IEquatable<FirewallPolicyAssociation>, IDeepCloneable<FirewallPolicyAssociation>, IBufferMessage, IMessage
Implements
IMessageFirewallPolicyAssociation, IEquatableFirewallPolicyAssociation, IDeepCloneableFirewallPolicyAssociation, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
FirewallPolicyAssociation()
public FirewallPolicyAssociation()
FirewallPolicyAssociation(FirewallPolicyAssociation)
public FirewallPolicyAssociation(FirewallPolicyAssociation other)
Parameter | |
---|---|
Name | Description |
other |
FirewallPolicyAssociation |
Properties
AttachmentTarget
public string AttachmentTarget { get; set; }
The target that the firewall policy is attached to.
Property Value | |
---|---|
Type | Description |
string |
DisplayName
public string DisplayName { get; set; }
[Output Only] Deprecated, please use short name instead. The display name of the firewall policy of the association.
Property Value | |
---|---|
Type | Description |
string |
FirewallPolicyId
public string FirewallPolicyId { get; set; }
[Output Only] The firewall policy ID of the association.
Property Value | |
---|---|
Type | Description |
string |
HasAttachmentTarget
public bool HasAttachmentTarget { get; }
Gets whether the "attachment_target" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasDisplayName
public bool HasDisplayName { get; }
Gets whether the "display_name" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasFirewallPolicyId
public bool HasFirewallPolicyId { get; }
Gets whether the "firewall_policy_id" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasName
public bool HasName { get; }
Gets whether the "name" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasShortName
public bool HasShortName { get; }
Gets whether the "short_name" field is set
Property Value | |
---|---|
Type | Description |
bool |
Name
public string Name { get; set; }
The name for an association.
Property Value | |
---|---|
Type | Description |
string |
ShortName
public string ShortName { get; set; }
[Output Only] The short name of the firewall policy of the association.
Property Value | |
---|---|
Type | Description |
string |