Skip to main content

TariffResponsePagedResponse

items object[]nullable

List of tariff responses.

  • Array [
  • idstring<uuid>

    Value of id.

    namestringnullable

    Human-readable name of the resource.

    typeResourceType (string)

    Type discriminator of the resource.

    Possible values: [Vm, PublicIp, Network]

    configurationIdstring<uuid>nullable

    Unique identifier of the configuration in UUID format.

    publicIpConfigurationIdstring<uuid>nullable

    Unique identifier of the public ip configuration in UUID format.

    periodstring<date-span>

    Value of period.

    pricenumber<double>

    Value of price.

  • ]
  • totalinteger<int32>

    Total number of items available.

    pageinteger<int32>

    Current page number of the paginated result.

    pageSizeinteger<int32>

    Maximum number of items returned per page.

    totalPagesinteger<int32>

    Total number of pages available.

    hasNextPageboolean

    Indicates whether another result page is available.

    TariffResponsePagedResponse
    {
    "items": [
    {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "name": "string",
    "type": "Vm",
    "configurationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "publicIpConfigurationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "period": "string",
    "price": 0
    }
    ],
    "total": 0,
    "page": 0,
    "pageSize": 0,
    "totalPages": 0,
    "hasNextPage": true
    }