public sealed class UpdateServerTlsPolicyRequest : IMessage<UpdateServerTlsPolicyRequest>, IEquatable<UpdateServerTlsPolicyRequest>, IDeepCloneable<UpdateServerTlsPolicyRequest>, IBufferMessage, IMessage
Request used by UpdateServerTlsPolicy method.
Implements
IMessage<UpdateServerTlsPolicyRequest>, IEquatable<UpdateServerTlsPolicyRequest>, IDeepCloneable<UpdateServerTlsPolicyRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Beta1Assembly
Google.Cloud.NetworkSecurity.V1Beta1.dll
Constructors
UpdateServerTlsPolicyRequest()
public UpdateServerTlsPolicyRequest()
UpdateServerTlsPolicyRequest(UpdateServerTlsPolicyRequest)
public UpdateServerTlsPolicyRequest(UpdateServerTlsPolicyRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateServerTlsPolicyRequest |
Properties
ServerTlsPolicy
public ServerTlsPolicy ServerTlsPolicy { get; set; }
Required. Updated ServerTlsPolicy resource.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
FieldMask |