Show / Hide Table of Contents

Class FirewallPolicyAssociation

Inheritance
System.Object
FirewallPolicyAssociation
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Compute.v1.Data
Assembly: Google.Apis.Compute.v1.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
System.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
System.String

ETag

The ETag of the item.

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

FirewallPolicyId

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

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

Name

The name for an association.

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

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
System.String

Implements

IDirectResponseSchema
In This Article
Back to top