Class GetServerTlsPolicyRequest (1.0.0-beta02)

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

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

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
TypeDescription
String

ServerTlsPolicyName

public ServerTlsPolicyName ServerTlsPolicyName { get; set; }

ServerTlsPolicyName-typed view over the Name resource name property.

Property Value
TypeDescription
ServerTlsPolicyName