App Engine v1 API - Class ListIngressRulesRequest (2.3.0)

public sealed class ListIngressRulesRequest : IMessage<ListIngressRulesRequest>, IEquatable<ListIngressRulesRequest>, IDeepCloneable<ListIngressRulesRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the App Engine v1 API class ListIngressRulesRequest.

Request message for Firewall.ListIngressRules.

Inheritance

object > ListIngressRulesRequest

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

ListIngressRulesRequest()

public ListIngressRulesRequest()

ListIngressRulesRequest(ListIngressRulesRequest)

public ListIngressRulesRequest(ListIngressRulesRequest other)
Parameter
NameDescription
otherListIngressRulesRequest

Properties

MatchingAddress

public string MatchingAddress { get; set; }

A valid IP Address. If set, only rules matching this address will be returned. The first returned rule will be the rule that fires on requests from this IP.

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

Maximum results to return per page.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

Continuation token for fetching the next page of results.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Name of the Firewall collection to retrieve. Example: apps/myapp/firewall/ingressRules.

Property Value
TypeDescription
string