Skip to main content

Interface: IGetNexusEndpointsRequest

cloudservice.v1.IGetNexusEndpointsRequest

Properties of a GetNexusEndpointsRequest.

Hierarchy

Properties

name

Optional name: null | string

Filter endpoints by their name - optional, treated as an AND if specified. Specifying this will result in zero or one results.

Inherited from

$Properties.name


pageSize

Optional pageSize: null | number

The requested size of the page to retrieve - optional. Cannot exceed 1000. Defaults to 100.

Inherited from

$Properties.pageSize


pageToken

Optional pageToken: null | string

The page token if this is continuing from another response - optional.

Inherited from

$Properties.pageToken


targetNamespaceId

Optional targetNamespaceId: null | string

optional, treated as an AND if specified

Inherited from

$Properties.targetNamespaceId


targetTaskQueue

Optional targetTaskQueue: null | string

optional, treated as an AND if specified

Inherited from

$Properties.targetTaskQueue