Show / Hide Table of Contents

Class AppsResource.FirewallResource

The "firewall" collection of methods.

Inheritance
System.Object
AppsResource.FirewallResource
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.Appengine.v1beta
Assembly: Google.Apis.Appengine.v1beta.dll
Syntax
public class FirewallResource

Constructors

FirewallResource(IClientService)

Constructs a new resource.

Declaration
public FirewallResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

IngressRules

Gets the IngressRules resource.

Declaration
public virtual AppsResource.FirewallResource.IngressRulesResource IngressRules { get; }
Property Value
Type Description
AppsResource.FirewallResource.IngressRulesResource
In This Article
Back to top