public sealed class BatchUpdateIngressRulesRequest : IMessage<BatchUpdateIngressRulesRequest>, IEquatable<BatchUpdateIngressRulesRequest>, IDeepCloneable<BatchUpdateIngressRulesRequest>, IBufferMessage, IMessageRequest message for Firewall.BatchUpdateIngressRules.
Implements
Google.Protobuf.IMessage<BatchUpdateIngressRulesRequest>, IEquatable<BatchUpdateIngressRulesRequest>, Google.Protobuf.IDeepCloneable<BatchUpdateIngressRulesRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
BatchUpdateIngressRulesRequest()
public BatchUpdateIngressRulesRequest()BatchUpdateIngressRulesRequest(BatchUpdateIngressRulesRequest)
public BatchUpdateIngressRulesRequest(BatchUpdateIngressRulesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
BatchUpdateIngressRulesRequest |
Properties
IngressRules
public RepeatedField<FirewallRule> IngressRules { get; }A list of FirewallRules to replace the existing set.
| Property Value | |
|---|---|
| Type | Description |
Google.Protobuf.Collections.RepeatedField<FirewallRule> |
|
Name
public string Name { get; set; }Name of the Firewall collection to set.
Example: apps/myapp/firewall/ingressRules.
| Property Value | |
|---|---|
| Type | Description |
String |
|