资源编排服务 RFS-YAML语法:数组

时间:2024-04-18 10:02:52

数组

数组使用连字符和空格“- ”表示,合法的表示方法如下:

animal:
- Goldfish

也可使用行内表示法:

animal: [Goldfish]

对象和数组可以嵌套使用,形成复合结构:

languages:
 - Ruby
 - Perl
 - Python
websites: 
 YAML: yaml.org
 Ruby: ruby-lang.org
 Python: python.org
 Perl: use.perl.org
support.huaweicloud.com/tr-aos/aos_01_4142.html