Skip to main content

Interface: IEndpoint

nexus.v1.IEndpoint

Properties of an Endpoint.

Implemented by

Properties

asyncOperationId

Optional asyncOperationId: null | string

The id of any ongoing async operation that is creating, updating, or deleting the endpoint, if any.


createdTime

Optional createdTime: null | ITimestamp

The date and time when the endpoint was created.


id

Optional id: null | string

The id of the endpoint. This is generated by the server and is immutable.


lastModifiedTime

Optional lastModifiedTime: null | ITimestamp

The date and time when the endpoint was last modified.


resourceVersion

Optional resourceVersion: null | string

The current version of the endpoint specification. The next update operation must include this version.


spec

Optional spec: null | IEndpointSpec

The endpoint specification.


state

Optional state: null | ResourceState

The current state of the endpoint. For any failed state, reach out to Temporal Cloud support for remediation.