public sealed class DeleteTlsInspectionPolicyRequest : IMessage<DeleteTlsInspectionPolicyRequest>, IEquatable<DeleteTlsInspectionPolicyRequest>, IDeepCloneable<DeleteTlsInspectionPolicyRequest>, IBufferMessage, IMessageReference documentation and code samples for the Network Security v1 API class DeleteTlsInspectionPolicyRequest.
Request used by the DeleteTlsInspectionPolicy method.
Implements
IMessageDeleteTlsInspectionPolicyRequest, IEquatableDeleteTlsInspectionPolicyRequest, IDeepCloneableDeleteTlsInspectionPolicyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
DeleteTlsInspectionPolicyRequest()
public DeleteTlsInspectionPolicyRequest()DeleteTlsInspectionPolicyRequest(DeleteTlsInspectionPolicyRequest)
public DeleteTlsInspectionPolicyRequest(DeleteTlsInspectionPolicyRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteTlsInspectionPolicyRequest |
Properties
Force
public bool Force { get; set; }If set to true, any rules for this TlsInspectionPolicy will also be deleted. (Otherwise, the request will only work if the TlsInspectionPolicy has no rules.)
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Name
public string Name { get; set; }Required. A name of the TlsInspectionPolicy to delete. 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 |
|