Google Cloud Network Security V1beta1 Client - Class CreateClientTlsPolicyRequest (0.5.2)

Reference documentation and code samples for the Google Cloud Network Security V1beta1 Client class CreateClientTlsPolicyRequest.

Request used by the CreateClientTlsPolicy method.

Generated from protobuf message google.cloud.networksecurity.v1beta1.CreateClientTlsPolicyRequest

Namespace

Google \ Cloud \ NetworkSecurity \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent resource of the ClientTlsPolicy. Must be in the format projects/*/locations/{location}.

↳ client_tls_policy_id string

Required. Short name of the ClientTlsPolicy resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "client_mtls_policy".

↳ client_tls_policy Google\Cloud\NetworkSecurity\V1beta1\ClientTlsPolicy

Required. ClientTlsPolicy resource to be created.

getParent

Required. The parent resource of the ClientTlsPolicy. Must be in the format projects/*/locations/{location}.

Returns
TypeDescription
string

setParent

Required. The parent resource of the ClientTlsPolicy. Must be in the format projects/*/locations/{location}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getClientTlsPolicyId

Required. Short name of the ClientTlsPolicy resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g.

"client_mtls_policy".

Returns
TypeDescription
string

setClientTlsPolicyId

Required. Short name of the ClientTlsPolicy resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g.

"client_mtls_policy".

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getClientTlsPolicy

Required. ClientTlsPolicy resource to be created.

Returns
TypeDescription
Google\Cloud\NetworkSecurity\V1beta1\ClientTlsPolicy|null

hasClientTlsPolicy

clearClientTlsPolicy

setClientTlsPolicy

Required. ClientTlsPolicy resource to be created.

Parameter
NameDescription
var Google\Cloud\NetworkSecurity\V1beta1\ClientTlsPolicy
Returns
TypeDescription
$this