App Engine v1 API - Class GetIngressRuleRequest (2.3.0)

public sealed class GetIngressRuleRequest : IMessage<GetIngressRuleRequest>, IEquatable<GetIngressRuleRequest>, IDeepCloneable<GetIngressRuleRequest>, IBufferMessage, IMessage

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

Request message for Firewall.GetIngressRule.

Inheritance

object > GetIngressRuleRequest

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

GetIngressRuleRequest()

public GetIngressRuleRequest()

GetIngressRuleRequest(GetIngressRuleRequest)

public GetIngressRuleRequest(GetIngressRuleRequest other)
Parameter
NameDescription
otherGetIngressRuleRequest

Properties

Name

public string Name { get; set; }

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

Property Value
TypeDescription
string