Class UpdateServerTlsPolicyRequest (1.0.0-beta02)

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

Request used by UpdateServerTlsPolicy method.

Inheritance

Object > UpdateServerTlsPolicyRequest

Namespace

Google.Cloud.NetworkSecurity.V1Beta1

Assembly

Google.Cloud.NetworkSecurity.V1Beta1.dll

Constructors

UpdateServerTlsPolicyRequest()

public UpdateServerTlsPolicyRequest()

UpdateServerTlsPolicyRequest(UpdateServerTlsPolicyRequest)

public UpdateServerTlsPolicyRequest(UpdateServerTlsPolicyRequest other)
Parameter
NameDescription
otherUpdateServerTlsPolicyRequest

Properties

ServerTlsPolicy

public ServerTlsPolicy ServerTlsPolicy { get; set; }

Required. Updated ServerTlsPolicy resource.

Property Value
TypeDescription
ServerTlsPolicy

UpdateMask

public FieldMask UpdateMask { get; set; }

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