Reference documentation and code samples for the Google Cloud Network Security V1 Client class DeleteTlsInspectionPolicyRequest.
Request used by the DeleteTlsInspectionPolicy method.
Generated from protobuf message google.cloud.networksecurity.v1.DeleteTlsInspectionPolicyRequest
Namespace
Google \ Cloud \ NetworkSecurity \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. A name of the TlsInspectionPolicy to delete. Must be in the format |
↳ force |
bool
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.) |
getName
Required. A name of the TlsInspectionPolicy to delete. Must be in the
format
projects/{project}/locations/{location}/tlsInspectionPolicies/{tls_inspection_policy}.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. A name of the TlsInspectionPolicy to delete. Must be in the
format
projects/{project}/locations/{location}/tlsInspectionPolicies/{tls_inspection_policy}.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getForce
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.)
| Returns | |
|---|---|
| Type | Description |
bool |
|
setForce
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.)
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. A name of the TlsInspectionPolicy to delete. Must be in the
format
|
| Returns | |
|---|---|
| Type | Description |
DeleteTlsInspectionPolicyRequest |
|