Show / Hide Table of Contents

Class RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy

Inheritance
object
RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy
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 RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy : IDirectResponseSchema

Properties

DisplayName

[Output Only] The display name of the firewall policy.

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

Name

[Output Only] The name of the firewall policy.

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

PacketMirroringRules

[Output only] The packet mirroring rules that apply to the network.

Declaration
[JsonProperty("packetMirroringRules")]
public virtual IList<FirewallPolicyRule> PacketMirroringRules { get; set; }
Property Value
Type Description
IList<FirewallPolicyRule>

Priority

[Output only] Priority of firewall policy association. Not applicable for type=HIERARCHY.

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

Rules

[Output only] The rules that apply to the network.

Declaration
[JsonProperty("rules")]
public virtual IList<FirewallPolicyRule> Rules { get; set; }
Property Value
Type Description
IList<FirewallPolicyRule>

Type

[Output Only] The type of the firewall policy. Can be one of HIERARCHY, NETWORK, NETWORK_REGIONAL, SYSTEM_GLOBAL, SYSTEM_REGIONAL.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX