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

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

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

Request used by the UpdateSecurityProfile method.

Inheritance

object > UpdateSecurityProfileRequest

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

Google.Cloud.NetworkSecurity.V1.dll

Constructors

UpdateSecurityProfileRequest()

public UpdateSecurityProfileRequest()

UpdateSecurityProfileRequest(UpdateSecurityProfileRequest)

public UpdateSecurityProfileRequest(UpdateSecurityProfileRequest other)
Parameter
Name Description
other UpdateSecurityProfileRequest

Properties

SecurityProfile

public SecurityProfile SecurityProfile { get; set; }

Required. Updated SecurityProfile resource.

Property Value
Type Description
SecurityProfile

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. Field mask is used to specify the fields to be overwritten in the SecurityProfile 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.

Property Value
Type Description
FieldMask