Show / Hide Table of Contents

Class AppsResource.FirewallResource

The "firewall" collection of methods.

Inheritance
object
AppsResource.FirewallResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Appengine.v1
Assembly: Google.Apis.Appengine.v1.dll
Syntax
public class AppsResource.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 Generated by DocFX