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-dynamix/docs/resources/vins_static_route.md

46 lines
1.9 KiB

7 months ago
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "dynamix_vins_static_route Resource - terraform-provider-dynamix"
subcategory: ""
description: |-
---
# dynamix_vins_static_route (Resource)
<!-- schema generated by tfplugindocs -->
## Schema
### Required
- `destination` (String)
- `gateway` (String)
- `netmask` (String)
- `vins_id` (Number) Unique ID of the ViNS.
### Optional
- `route_id` (Number)
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
### Read-Only
3 weeks ago
- `compute_ids` (List of Number)
7 months ago
- `guid` (String)
- `id` (String) The ID of this resource.
- `last_updated` (String)
<a id="nestedblock--timeouts"></a>
### Nested Schema for `timeouts`
Optional:
- `create` (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- `delete` (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- `read` (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
- `update` (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).