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