Interface: IEndpoint
Properties of an Endpoint.
Hierarchy
-
↳
IEndpoint
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
id
• Optional id: null | string
Unique server-generated endpoint ID.
Inherited from
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
spec
• Optional spec: null | $Properties
Spec for the endpoint.
Inherited from
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
version
• Optional version: null | Long
Data version for this endpoint, incremented for every update issued via the UpdateNexusEndpoint API.