Class UpdateClientTlsPolicyRequest (1.0.0-beta02)

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

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
NameDescription
otherUpdateClientTlsPolicyRequest

Properties

ClientTlsPolicy

public ClientTlsPolicy ClientTlsPolicy { get; set; }

Required. Updated ClientTlsPolicy resource.

Property Value
TypeDescription
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
TypeDescription
FieldMask