ksyun_volume

最近更新时间:2019-12-20 17:42:02

查看PDF

Provides an EBS volume resource.

Example Usage

resource "ksyun_volume" "default" {
  volume_name="test"
  volume_type="SSD3.0"
  size=15
  charge_type="Daily"
  availability_zone="cn-shanghai-3a"
  volume_desc="test"
}

Argument Reference

The following arguments are supported:

  • volume_name - (Optional) The name of the volume, which contains 2 to 50 characters and supports only alphanumeric characters, hyphens (-), and underscores (_).
  • volume_type - (Required) The type of the volume to create. Valid values are SSD3.0 and EHDD.
  • size - (Required) The size of the volume in GB.
  • charge_type - (Required) The charging type of the volume. Valid values are Monthly, Daily, and HourlyInstantSettlement.
  • volume_desc - (Optional) The description of the volume.

文档内容是否对您有帮助?

根本没帮助
文档较差
文档一般
文档不错
文档很好

在文档使用中是否遇到以下问题

内容不全,不深入
内容更新不及时
描述不清晰,比较混乱
系统或功能太复杂,缺乏足够的引导
内容冗长

更多建议

0/200

评价建议不能为空

提交成功!

非常感谢您的反馈,我们会继续努力做到更好!

问题反馈