forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Qin Ying, Fan <fanqinying@huawei.com> Co-committed-by: Qin Ying, Fan <fanqinying@huawei.com>
5.0 KiB
5.0 KiB
OS::Neutron::RouterInterface
A resource for managing Neutron router interfaces.
Router interfaces associate routers with existing subnets or ports.
Required Properties
Name |
Description |
---|---|
router_id |
The router id. String value expected. Updates cause replacement. |
Optional Properties
Name |
Description |
---|---|
port_id |
The port id, either subnet or port_id should be specified. String value expected. Updates cause replacement. |
subnet |
The subnet, either subnet or port should be specified. String value expected. Updates cause replacement. Value must be of type neutron.subnet |
subnet_id |
String value expected. Updates cause replacement. |
HOT Syntax
heat_template_version: 2014-10-16 ... resources: ... the_resource: type: OS::Neutron::RouterInterface properties: port_id: String router_id: String subnet: String subnet_id: String
Parent topic: Resource Type Reference