Class UpdateIngressRuleRequest (1.1.0)

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

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