Google Cloud Network Security V1 Client - Class CreateSecurityProfileRequest (1.3.0)

Reference documentation and code samples for the Google Cloud Network Security V1 Client class CreateSecurityProfileRequest.

Request used by the CreateSecurityProfile method.

Generated from protobuf message google.cloud.networksecurity.v1.CreateSecurityProfileRequest

Namespace

Google \ Cloud \ NetworkSecurity \ V1

Methods

__construct

Constructor.

Parameter
Name Description
data mixed

getParent

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

Returns
Type Description
string

setParent

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

Parameter
Name Description
var string
Returns
Type Description
$this

getSecurityProfileId

Required. Short name of the SecurityProfile 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.

"security_profile1".

Returns
Type Description
string

setSecurityProfileId

Required. Short name of the SecurityProfile 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.

"security_profile1".

Parameter
Name Description
var string
Returns
Type Description
$this

getSecurityProfile

Required. SecurityProfile resource to be created.

Returns
Type Description
SecurityProfile|null

hasSecurityProfile

clearSecurityProfile

setSecurityProfile

Required. SecurityProfile resource to be created.

Parameter
Name Description
var SecurityProfile
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. The parent resource of the SecurityProfile. Must be in the format projects|organizations/*/locations/{location}. Please see OrganizationSecurityProfileGroupServiceClient::organizationLocationName() for help formatting this field.

securityProfile SecurityProfile

Required. SecurityProfile resource to be created.

securityProfileId string

Required. Short name of the SecurityProfile 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. "security_profile1".

Returns
Type Description
CreateSecurityProfileRequest