Class FirewallPolicyAssociation (2.1.0)

public sealed class FirewallPolicyAssociation : IMessage<FirewallPolicyAssociation>, IEquatable<FirewallPolicyAssociation>, IDeepCloneable<FirewallPolicyAssociation>, IBufferMessage, IMessage

Inheritance

Object > FirewallPolicyAssociation

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

FirewallPolicyAssociation()

public FirewallPolicyAssociation()

FirewallPolicyAssociation(FirewallPolicyAssociation)

public FirewallPolicyAssociation(FirewallPolicyAssociation other)
Parameter
NameDescription
otherFirewallPolicyAssociation

Properties

AttachmentTarget

public string AttachmentTarget { get; set; }

The target that the firewall policy is attached to.

Property Value
TypeDescription
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
TypeDescription
String

FirewallPolicyId

public string FirewallPolicyId { get; set; }

[Output Only] The firewall policy ID of the association.

Property Value
TypeDescription
String

HasAttachmentTarget

public bool HasAttachmentTarget { get; }

Gets whether the "attachment_target" field is set

Property Value
TypeDescription
Boolean

HasDisplayName

public bool HasDisplayName { get; }

Gets whether the "display_name" field is set

Property Value
TypeDescription
Boolean

HasFirewallPolicyId

public bool HasFirewallPolicyId { get; }

Gets whether the "firewall_policy_id" field is set

Property Value
TypeDescription
Boolean

HasName

public bool HasName { get; }

Gets whether the "name" field is set

Property Value
TypeDescription
Boolean

HasShortName

public bool HasShortName { get; }

Gets whether the "short_name" field is set

Property Value
TypeDescription
Boolean

Name

public string Name { get; set; }

The name for an association.

Property Value
TypeDescription
String

ShortName

public string ShortName { get; set; }

[Output Only] The short name of the firewall policy of the association.

Property Value
TypeDescription
String