Network Security v1 API - Class UpdateGatewaySecurityPolicyRequest (1.0.0-beta01)

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

Reference documentation and code samples for the Network Security v1 API class UpdateGatewaySecurityPolicyRequest.

Request used by the UpdateGatewaySecurityPolicy method.

Inheritance

object > UpdateGatewaySecurityPolicyRequest

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

Google.Cloud.NetworkSecurity.V1.dll

Constructors

UpdateGatewaySecurityPolicyRequest()

public UpdateGatewaySecurityPolicyRequest()

UpdateGatewaySecurityPolicyRequest(UpdateGatewaySecurityPolicyRequest)

public UpdateGatewaySecurityPolicyRequest(UpdateGatewaySecurityPolicyRequest other)
Parameter
Name Description
other UpdateGatewaySecurityPolicyRequest

Properties

GatewaySecurityPolicy

public GatewaySecurityPolicy GatewaySecurityPolicy { get; set; }

Required. Updated GatewaySecurityPolicy resource.

Property Value
Type Description
GatewaySecurityPolicy

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