Skip to main content

Interface: IEndpoint

nexus.v1.IEndpoint

Properties of an Endpoint.

Hierarchy

Properties

asyncOperationId

Optional asyncOperationId: null | string

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

Inherited from

$Properties.asyncOperationId


createdTime

Optional createdTime: null | $Properties

The date and time when the endpoint was created.

Inherited from

$Properties.createdTime


id

Optional id: null | string

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

Inherited from

$Properties.id


lastModifiedTime

Optional lastModifiedTime: null | $Properties

The date and time when the endpoint was last modified.

Inherited from

$Properties.lastModifiedTime


resourceVersion

Optional resourceVersion: null | string

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

Inherited from

$Properties.resourceVersion


spec

Optional spec: null | $Properties

The endpoint specification.

Inherited from

$Properties.spec


state

Optional state: null | ResourceState

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

Inherited from

$Properties.state