Network Security v1beta1 API - Class UpdateClientTlsPolicyRequest (2.0.0-beta06)

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

Reference documentation and code samples for the Network Security v1beta1 API class UpdateClientTlsPolicyRequest.

Request used by UpdateClientTlsPolicy method.

Inheritance

object > UpdateClientTlsPolicyRequest

Namespace

Google.Cloud.NetworkSecurity.V1Beta1

Assembly

Google.Cloud.NetworkSecurity.V1Beta1.dll

Constructors

UpdateClientTlsPolicyRequest()

public UpdateClientTlsPolicyRequest()

UpdateClientTlsPolicyRequest(UpdateClientTlsPolicyRequest)

public UpdateClientTlsPolicyRequest(UpdateClientTlsPolicyRequest other)
Parameter
Name Description
other UpdateClientTlsPolicyRequest

Properties

ClientTlsPolicy

public ClientTlsPolicy ClientTlsPolicy { get; set; }

Required. Updated ClientTlsPolicy resource.

Property Value
Type Description
ClientTlsPolicy

UpdateMask

public FieldMask UpdateMask { get; set; }

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