Resource: EndpointAttachment
Apigee endpoint attachment. For more information, see Southbound networking patterns.
| JSON representation |
|---|
{ "name": string, "location": string, "host": string, "state": enum ( |
| Fields | |
|---|---|
name |
Name of the endpoint attachment. Use the following structure in your request: |
location |
Required. Location of the endpoint attachment. |
host |
Output only. Host that can be used in either the HTTP target endpoint directly or as the host in target server. |
state |
Output only. State of the endpoint attachment. Values other than |
connectionState |
Output only. State of the endpoint attachment connection to the service attachment. |
Union field
|
|
serviceAttachment |
Format: projects/*/regions/*/serviceAttachments/* |
ConnectionState
The connection state for the underlying connectivity of the Endpoint Attachment. Values may be added to this enum in the future. Clients should be prepared to handle new, unrecognized enum values.
| Enums | |
|---|---|
CONNECTION_STATE_UNSPECIFIED |
The connection state has not been set. |
UNAVAILABLE |
The connection state is unavailable at this time, possibly because the endpoint attachment is currently being provisioned. |
PENDING |
The connection is pending acceptance by the PSC producer. |
ACCEPTED |
The connection has been accepted by the PSC producer. |
REJECTED |
The connection has been rejected by the PSC producer. |
CLOSED |
The connection has been closed by the PSC producer and will not serve traffic going forward. |
FROZEN |
The connection has been frozen by the PSC producer and will not serve traffic. |
NEEDS_ATTENTION |
The connection has been accepted by the PSC producer, but it is not ready to serve the traffic due to producer side issues. |
ACCEPTED_LIMITED_CAPACITY |
The connection has been accepted by the PSC producer, but it will only serve capacity limited traffic. The producer needs to take further actions to increase capacity for this connection. |
Methods |
|
|---|---|
|
Creates an endpoint attachment. |
|
Deletes an endpoint attachment. |
|
Gets the endpoint attachment. |
|
Lists the endpoint attachments in an organization. |