Files
terraform-provider-decort/docs/resources/vins_static_route.md

46 lines
818 B
Markdown
Raw Normal View History

---
# generated by https://github.com/hashicorp/terraform-plugin-docs
2024-08-26 18:22:06 +03:00
page_title: "decort_vins_static_route Resource - terraform-provider-decort"
subcategory: ""
description: |-
---
2024-08-26 18:22:06 +03:00
# decort_vins_static_route (Resource)
<!-- schema generated by tfplugindocs -->
## Schema
### Required
2024-08-26 18:22:06 +03:00
- `destination` (String)
- `gateway` (String)
- `netmask` (String)
- `vins_id` (Number) Unique ID of the ViNS
### Optional
2024-08-26 18:22:06 +03:00
- `route_id` (Number)
2022-07-27 13:50:03 +03:00
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
### Read-Only
2024-12-27 12:00:59 +03:00
- `compute_ids` (List of Number)
2024-08-26 18:22:06 +03:00
- `guid` (String)
2022-07-27 13:50:03 +03:00
- `id` (String) The ID of this resource.
<a id="nestedblock--timeouts"></a>
### Nested Schema for `timeouts`
Optional:
2022-07-27 13:50:03 +03:00
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)