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.beta.Data
Assembly: Google.Apis.Compute.beta.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

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