Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.1 KB

cpu_performance_types.md

File metadata and controls

37 lines (25 loc) · 1.1 KB
page_title subcategory description
anxcloud_cpu_performance_types Data Source - terraform-provider-anxcloud
Provides available cpu performance types. This information can be used to provision virtual servers using the anxcloud_virtual_server resource.

anxcloud_cpu_performance_types (Data Source)

Provides available cpu performance types. This information can be used to provision virtual servers using the anxcloud_virtual_server resource.

Example Usage

data "anxcloud_cpu_performance_types" "example" {}

Schema

Read-Only

  • id (String) The ID of this resource.
  • types (List of Object) List of CPU performance types. (see below for nested schema)

Nested Schema for types

Read-Only:

  • id (String) CPU performance type identifier.
  • limit (Number) CPU performance type limit.
  • prioritization (String) CPU performance type prioritization.
  • unit (String) CPU performance type limit unit.