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

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

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

Request used by the UpdateTlsInspectionPolicy method.

Inheritance

object > UpdateTlsInspectionPolicyRequest

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

Google.Cloud.NetworkSecurity.V1.dll

Constructors

UpdateTlsInspectionPolicyRequest()

public UpdateTlsInspectionPolicyRequest()

UpdateTlsInspectionPolicyRequest(UpdateTlsInspectionPolicyRequest)

public UpdateTlsInspectionPolicyRequest(UpdateTlsInspectionPolicyRequest other)
Parameter
Name Description
other UpdateTlsInspectionPolicyRequest

Properties

TlsInspectionPolicy

public TlsInspectionPolicy TlsInspectionPolicy { get; set; }

Required. Updated TlsInspectionPolicy resource.

Property Value
Type Description
TlsInspectionPolicy

UpdateMask

public FieldMask UpdateMask { get; set; }

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