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. Note In the template,
|
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