v1

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

Creates a new FirewallEndpointAssociation in a given project and location.

post/v1/{+parent}/firewallEndpointAssociations

Path parameters

parentstring required

Required. Value for parent.

Query parameters

firewallEndpointAssociationIdstring

Optional. Id of the requesting object. If auto-generating Id server-side, remove this field and firewall_endpoint_association_id from the method_signature of Create RPC.

requestIdstring

Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

Request body

state'STATE_UNSPECIFIED' | 'CREATING' | 'ACTIVE' | 'DELETING' | 'INACTIVE' | 'ORPHAN'

Output only. Current state of the association.

namestring

Immutable. Identifier. name of resource

updateTimestring google-datetime

Output only. Update time stamp

firewallEndpointstring

Required. The URL of the FirewallEndpoint that is being associated.

reconcilingboolean

Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128.

networkstring

Required. The URL of the network that is being associated.

labelsobject

Optional. Labels as key value pairs

createTimestring google-datetime

Output only. Create time stamp

disabledboolean

Optional. Whether the association is disabled. True indicates that traffic won't be intercepted

tlsInspectionPolicystring

Optional. The URL of the TlsInspectionPolicy that is being associated.

Response

Successful response