Network Security v1 API - Class GetTlsInspectionPolicyRequest (1.0.0-beta01)

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

Reference documentation and code samples for the Network Security v1 API class GetTlsInspectionPolicyRequest.

Request used by the GetTlsInspectionPolicy method.

Inheritance

object > GetTlsInspectionPolicyRequest

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

Google.Cloud.NetworkSecurity.V1.dll

Constructors

GetTlsInspectionPolicyRequest()

public GetTlsInspectionPolicyRequest()

GetTlsInspectionPolicyRequest(GetTlsInspectionPolicyRequest)

public GetTlsInspectionPolicyRequest(GetTlsInspectionPolicyRequest other)
Parameter
Name Description
other GetTlsInspectionPolicyRequest

Properties

Name

public string Name { get; set; }

Required. A name of the TlsInspectionPolicy to get. Must be in the format projects/{project}/locations/{location}/tlsInspectionPolicies/{tls_inspection_policy}.

Property Value
Type Description
string

TlsInspectionPolicyName

public TlsInspectionPolicyName TlsInspectionPolicyName { get; set; }

TlsInspectionPolicyName-typed view over the Name resource name property.

Property Value
Type Description
TlsInspectionPolicyName