Show / Hide Table of Contents

Class FirewallPolicyAssociation

Inheritance
object
FirewallPolicyAssociation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class FirewallPolicyAssociation : IDirectResponseSchema

Properties

AttachmentTarget

The target that the firewall policy is attached to.

Declaration
[JsonProperty("attachmentTarget")]
public virtual string AttachmentTarget { get; set; }
Property Value
Type Description
string

DisplayName

[Output Only] Deprecated, please use short name instead. The display name of the firewall policy of the association.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FirewallPolicyId

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

Declaration
[JsonProperty("firewallPolicyId")]
public virtual string FirewallPolicyId { get; set; }
Property Value
Type Description
string

Name

The name for an association.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Priority

An integer indicating the priority of an association. The priority must be a positive value between 1 and 2147483647. Firewall Policies are evaluated from highest to lowest priority where 1 is the highest priority and 2147483647 is the lowest priority. The default value is 1000. If two associations have the same priority then lexicographical order on association names is applied.

Declaration
[JsonProperty("priority")]
public virtual int? Priority { get; set; }
Property Value
Type Description
int?

ShortName

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

Declaration
[JsonProperty("shortName")]
public virtual string ShortName { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX