MonoCloud Management SDK
    Preparing search index...

    Hierarchy

    Index

    Constructors

    Properties

    fetcher: Fetcher

    Methods

    • Parameters

      • Optionalpage: number

        The page number to retrieve.

      • Optionalsize: number

        The number of zones to return per page.

      • Optionalfilter: string

        Optional Lucene-style filter expression used to search by attributes.

      • Optionalsort: string

        Sort expression in the format field:direction, where direction is 1 for ascending or -1 for descending. Supported fields include - name, category, operator, type, creation_time and last_updated

      Returns Promise<MonoCloudPageResponse<INetworkZone[]>>

      INetworkZone[] - The network zones were retrieved successfully

      Retrieves a paginated list of network zones across all types (IP and regional). Each item is discriminated by its type field. Optional query parameters may be used to search, filter, and sort the results.

      NetworkZonesClient