Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.46 KB

File metadata and controls

37 lines (24 loc) · 1.46 KB
page_title subcategory description
twc_s3_preset Data Source - Timeweb Cloud
Data source that provides bunch of useful parameters for filtering and suitable preset selection. All parameters are filters, so you can use only needed. Available presets may be retrieved from API https://api.timeweb.cloud/api/v1/presets/storages

twc_s3_preset (Data Source)

Data source that provides bunch of useful parameters for filtering and suitable preset selection. All parameters are filters, so you can use only needed. Available presets may be retrieved from API

Schema

Optional

  • description_short (String) Short description of specified preset
  • disk (Number) Disk size of specified preset
  • location (String) Location for the created storage (ru-1, ru-2, pl-1, kz-1). When storage was created all new presets or configuration may be only chosen from same location
  • price_filter (Block List, Max: 1) Price filter for select preset in specified price range (see below for nested schema)

Read-Only

  • description (String) Description of specified preset
  • id (String) The ID of this resource.
  • price (Number) Price of specified preset

Nested Schema for price_filter

Required:

  • from (Number) Minimum price (inclusive)
  • to (Number) Maximum price (inclusive)