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>
8.2 KiB
8.2 KiB
OS::Neutron::Router
A resource that implements Neutron router.
Router is a physical or virtual network device that passes network traffic between different networks.
Optional Properties
Attributes
Name |
Description |
---|---|
admin_state_up |
Administrative state of the router. |
external_gateway_info |
Gateway network for the router. |
name |
Friendly name of the router. |
show |
Detailed information about resource. |
status |
The status of the router. |
tenant_id |
Tenant owning the router. |
HOT Syntax
heat_template_version: 2014-10-16 ... resources: ... the_resource: type: OS::Neutron::Router properties: admin_state_up: Boolean external_gateway_info: {"network": String, "enable_snat": Boolean} l3_agent_ids: String name: String value_specs: {...}
Parent topic: Resource Type Reference