App Engine v1 API - Class BatchUpdateIngressRulesRequest (2.3.0)

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

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

Request message for Firewall.BatchUpdateIngressRules.

Inheritance

object > BatchUpdateIngressRulesRequest

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

BatchUpdateIngressRulesRequest()

public BatchUpdateIngressRulesRequest()

BatchUpdateIngressRulesRequest(BatchUpdateIngressRulesRequest)

public BatchUpdateIngressRulesRequest(BatchUpdateIngressRulesRequest other)
Parameter
NameDescription
otherBatchUpdateIngressRulesRequest

Properties

IngressRules

public RepeatedField<FirewallRule> IngressRules { get; }

A list of FirewallRules to replace the existing set.

Property Value
TypeDescription
RepeatedFieldFirewallRule

Name

public string Name { get; set; }

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

Property Value
TypeDescription
string