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