v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1363121226.6 KB
projects

Creates an association in a given project and location. See https://google.aip.dev/133.

post/v1/{+parent}/interceptEndpointGroupAssociations

Path parameters

parentstring required

Required. The parent resource where this association will be created. Format: projects/{project}/locations/{location}

Query parameters

interceptEndpointGroupAssociationIdstring

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.

requestIdstring

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.

Request body

reconcilingboolean

Output only. The current state of the resource does not match the user's intended state, and the system is working to reconcile them. This part of the normal operation (e.g. adding a new location to the target deployment group). See https://google.aip.dev/128.

createTimestring google-datetime

Output only. The timestamp when the resource was created. See https://google.aip.dev/148#timestamps.

networkstring

Required. Immutable. The VPC network that is associated. for example: projects/123456789/global/networks/my-network. See https://google.aip.dev/124.

labelsobject

Optional. Labels are key/value pairs that help to organize and filter resources.

namestring

Immutable. Identifier. The resource name of this endpoint group association, for example: projects/123456789/locations/global/interceptEndpointGroupAssociations/my-eg-association. See https://google.aip.dev/122 for more details.

networkCookieinteger

Output only. Identifier used by the data-path. See the NSI GENEVE format for more details: https://docs.cloud.google.com/network-security-integration/docs/understand-geneve#network_id

updateTimestring google-datetime

Output only. The timestamp when the resource was most recently updated. See https://google.aip.dev/148#timestamps.

state'STATE_UNSPECIFIED' | 'ACTIVE' | 'CREATING' | 'DELETING' | 'CLOSED' | 'OUT_OF_SYNC' | 'DELETE_FAILED'

Output only. Current state of the endpoint group association.

interceptEndpointGroupstring

Required. Immutable. The endpoint group that this association is connected to, for example: projects/123456789/locations/global/interceptEndpointGroups/my-eg. See https://google.aip.dev/124.

Response

Successful response