You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform-provider-decort/docs/resources/vins_static_route.md

46 lines
818 B

---
# generated by https://github.com/hashicorp/terraform-plugin-docs
1 year ago
page_title: "decort_vins_static_route Resource - terraform-provider-decort"
subcategory: ""
description: |-
---
1 year ago
# decort_vins_static_route (Resource)
<!-- schema generated by tfplugindocs -->
## Schema
### Required
1 year ago
- `destination` (String)
- `gateway` (String)
- `netmask` (String)
- `vins_id` (Number) Unique ID of the ViNS
### Optional
1 year ago
- `compute_ids` (List of Number)
- `route_id` (Number)
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
### Read-Only
1 year ago
- `guid` (String)
- `id` (String) The ID of this resource.
<a id="nestedblock--timeouts"></a>
### Nested Schema for `timeouts`
Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)