Skip to main content

Interface: IEndpoint

nexus.v1.IEndpoint

Properties of an Endpoint.

Hierarchy

Properties

createdTime

Optional createdTime: null | $Properties

The date and time when the endpoint was created. (-- api-linter: core::0142::time-field-names=disabled aip.dev/not-precedent: Not following linter rules. --)

Inherited from

$Properties.createdTime


id

Optional id: null | string

Unique server-generated endpoint ID.

Inherited from

$Properties.id


lastModifiedTime

Optional lastModifiedTime: null | $Properties

The date and time when the endpoint was last modified. Will not be set if the endpoint has never been modified. (-- api-linter: core::0142::time-field-names=disabled aip.dev/not-precedent: Not following linter rules. --)

Inherited from

$Properties.lastModifiedTime


spec

Optional spec: null | $Properties

Spec for the endpoint.

Inherited from

$Properties.spec


urlPrefix

Optional urlPrefix: null | string

Server exposed URL prefix for invocation of operations on this endpoint. This doesn't include the protocol, hostname or port as the server does not know how it should be accessed publicly. The URL is stable in the face of endpoint renames.

Inherited from

$Properties.urlPrefix


version

Optional version: null | Long

Data version for this endpoint, incremented for every update issued via the UpdateNexusEndpoint API.

Inherited from

$Properties.version