App Engine v1 API - Class UpdateIngressRuleRequest (2.3.0)

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

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

Request message for Firewall.UpdateIngressRule.

Inheritance

object > UpdateIngressRuleRequest

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

UpdateIngressRuleRequest()

public UpdateIngressRuleRequest()

UpdateIngressRuleRequest(UpdateIngressRuleRequest)

public UpdateIngressRuleRequest(UpdateIngressRuleRequest other)
Parameter
NameDescription
otherUpdateIngressRuleRequest

Properties

Name

public string Name { get; set; }

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

Property Value
TypeDescription
string

Rule

public FirewallRule Rule { get; set; }

A FirewallRule containing the updated resource

Property Value
TypeDescription
FirewallRule

UpdateMask

public FieldMask UpdateMask { get; set; }

Standard field mask for the set of fields to be updated.

Property Value
TypeDescription
FieldMask