TariffResponsePagedResponse
A generic page of results, used by list endpoints across this API.
items object[]nullable
The items on this page.
Unique identifier of the tariff.
Human-readable name of the tariff.
Type discriminator of the resource.
Possible values: [Vm, PublicIp, Network]
Identifier of the VM hardware configuration this tariff provides. Set for VM tariffs; null for tariffs of other resource types.
Identifier of the public IP configuration this tariff provides. Set for public IP tariffs; null for tariffs of other resource types.
Billing period the price covers (for example, 30 days).
Price charged per billing period, in the account currency.
Total number of items across all pages.
The current page number, starting at 1.
Number of items per page.
Total number of pages available.
Whether a next page is available.
{
"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
}