public sealed class GetServerTlsPolicyRequest : IMessage<GetServerTlsPolicyRequest>, IEquatable<GetServerTlsPolicyRequest>, IDeepCloneable<GetServerTlsPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Security v1beta1 API class GetServerTlsPolicyRequest.
Request used by the GetServerTlsPolicy method.
Implements
IMessageGetServerTlsPolicyRequest, IEquatableGetServerTlsPolicyRequest, IDeepCloneableGetServerTlsPolicyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Beta1Assembly
Google.Cloud.NetworkSecurity.V1Beta1.dll
Constructors
GetServerTlsPolicyRequest()
public GetServerTlsPolicyRequest()
GetServerTlsPolicyRequest(GetServerTlsPolicyRequest)
public GetServerTlsPolicyRequest(GetServerTlsPolicyRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetServerTlsPolicyRequest |
Properties
Name
public string Name { get; set; }
Required. A name of the ServerTlsPolicy to get. Must be in the format
projects/*/locations/{location}/serverTlsPolicies/*
.
Property Value | |
---|---|
Type | Description |
string |
ServerTlsPolicyName
public ServerTlsPolicyName ServerTlsPolicyName { get; set; }
ServerTlsPolicyName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
ServerTlsPolicyName |