Class CreateInterceptDeploymentRequest (0.13.0)

CreateInterceptDeploymentRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for CreateInterceptDeployment.

Attributes

Name Description
parent str
Required. The parent resource where this deployment will be created. Format: projects/{project}/locations/{location}
intercept_deployment_id str
Required. The ID to use for the new deployment, which will become the final component of the deployment's resource name.
intercept_deployment google.cloud.network_security_v1alpha1.types.InterceptDeployment
Required. The deployment to create.
request_id str
Optional. A unique identifier for this request. Must be a UUID4. This request is only idempotent if a request_id is provided. See https://google.aip.dev/155 for more details.