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

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.

Inheritance

object > GetServerTlsPolicyRequest

Namespace

Google.Cloud.NetworkSecurity.V1Beta1

Assembly

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