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
.
Implements
IMessageListIngressRulesRequest, IEquatableListIngressRulesRequest, IDeepCloneableListIngressRulesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
ListIngressRulesRequest()
public ListIngressRulesRequest()
ListIngressRulesRequest(ListIngressRulesRequest)
public ListIngressRulesRequest(ListIngressRulesRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListIngressRulesRequest |
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 | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Maximum results to return per page.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Continuation token for fetching the next page of results.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Name of the Firewall collection to retrieve.
Example: apps/myapp/firewall/ingressRules
.
Property Value | |
---|---|
Type | Description |
string |