CreateInterceptDeploymentGroupRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)Request message for CreateInterceptDeploymentGroup.
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. The parent resource where this deployment group will be created. Format: projects/{project}/locations/{location} |
intercept_deployment_group_id |
str
Required. The ID to use for the new deployment group, which will become the final component of the deployment group's resource name. |
intercept_deployment_group |
google.cloud.network_security_v1alpha1.types.InterceptDeploymentGroup
Required. The deployment group 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.
|