Pagination details for the list of hosts in a deployment.

Hierarchy

  • FleetDeploymentHostsPage

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
currentPage?: number

Current page index (zero-based).

pageSize?: number

Number of hosts returned per page.

totalHosts?: number

Total number of hosts in this deployment.

totalPages?: number

Total number of pages available.

Generated using TypeDoc