public sealed class UpdateGatewaySecurityPolicyRuleRequest : IMessage<UpdateGatewaySecurityPolicyRuleRequest>, IEquatable<UpdateGatewaySecurityPolicyRuleRequest>, IDeepCloneable<UpdateGatewaySecurityPolicyRuleRequest>, IBufferMessage, IMessageReference documentation and code samples for the Network Security v1 API class UpdateGatewaySecurityPolicyRuleRequest.
Request used by the UpdateGatewaySecurityPolicyRule method.
Implements
IMessageUpdateGatewaySecurityPolicyRuleRequest, IEquatableUpdateGatewaySecurityPolicyRuleRequest, IDeepCloneableUpdateGatewaySecurityPolicyRuleRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
UpdateGatewaySecurityPolicyRuleRequest()
public UpdateGatewaySecurityPolicyRuleRequest()UpdateGatewaySecurityPolicyRuleRequest(UpdateGatewaySecurityPolicyRuleRequest)
public UpdateGatewaySecurityPolicyRuleRequest(UpdateGatewaySecurityPolicyRuleRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateGatewaySecurityPolicyRuleRequest |
Properties
GatewaySecurityPolicyRule
public GatewaySecurityPolicyRule GatewaySecurityPolicyRule { get; set; }Required. Updated GatewaySecurityPolicyRule resource.
| Property Value | |
|---|---|
| Type | Description |
GatewaySecurityPolicyRule |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Optional. Field mask is used to specify the fields to be overwritten in the GatewaySecurityPolicy resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|