Show / Hide Table of Contents

Class NetworksGetEffectiveFirewallsResponse

Inheritance
System.Object
NetworksGetEffectiveFirewallsResponse
Implements
Google.Apis.Requests.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.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class NetworksGetEffectiveFirewallsResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

FirewallPolicys

Effective firewalls from firewall policy.

Declaration
[JsonProperty("firewallPolicys")]
public virtual IList<NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy> FirewallPolicys { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy>

Firewalls

Effective firewalls on the network.

Declaration
[JsonProperty("firewalls")]
public virtual IList<Firewall> Firewalls { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<Firewall>

OrganizationFirewalls

Effective firewalls from organization policies.

Declaration
[JsonProperty("organizationFirewalls")]
public virtual IList<NetworksGetEffectiveFirewallsResponseOrganizationFirewallPolicy> OrganizationFirewalls { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<NetworksGetEffectiveFirewallsResponseOrganizationFirewallPolicy>

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top