Class CreateInterceptEndpointGroupAssociationRequest (0.13.1)

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

Request message for CreateInterceptEndpointGroupAssociation.

Attributes

Name Description
parent str
Required. The parent resource where this association will be created. Format: projects/{project}/locations/{location}
intercept_endpoint_group_association_id str
Optional. The ID to use for the new association, which will become the final component of the endpoint group's resource name. If not provided, the server will generate a unique ID.
intercept_endpoint_group_association google.cloud.network_security_v1alpha1.types.InterceptEndpointGroupAssociation
Required. The association 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.