TariffResponse
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.
TariffResponse
{
"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
}