Parameter reference 编辑
Parameter reference
In the components construct, you refer to the parameters defined in the parameters section by using $parameters.<parametername>
notation. If <parametername>
itself contains parameters (when type is object), then you must use the notation $parameters.<parametername>.<sub-parametername>
, and so on.
Example:
parameters:
-
name: name
label: Name
type: string
required: true
-
name: vip
label: Virtual IP and Port
type: object
required: true
parameters:
-
name: ip
label: Virtual IP
description: The Virtual IP Address
type: ipaddress
required: true
-
name: port
label: The Virtual Port
description: The TCP port for the Virtual IP
type: tcp-port
default: 80
components:
-
name: my-lbvserver-comp
type: ns::lbvserver
properties:
name: $parameters.name
servicetype: HTTP
ipv46: $parameters.vip.ip
port: $parameters.vip.port
<!--NeedCopy-->
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论