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.
86 lines
2.8 KiB
86 lines
2.8 KiB
7 months ago
|
---
|
||
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||
|
page_title: "dynamix_image_virtual Resource - terraform-provider-dynamix"
|
||
|
subcategory: ""
|
||
|
description: |-
|
||
|
|
||
|
---
|
||
|
|
||
|
# dynamix_image_virtual (Resource)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<!-- schema generated by tfplugindocs -->
|
||
|
## Schema
|
||
|
|
||
|
### Required
|
||
|
|
||
|
- `image_name` (String) Name of the rescue disk
|
||
|
- `link_to` (Number) ID of real image to link this virtual image to upon creation
|
||
|
|
||
|
### Optional
|
||
|
|
||
|
- `permanently` (Boolean)
|
||
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||
|
|
||
|
### Read-Only
|
||
|
|
||
|
- `account_id` (Number)
|
||
|
- `acl` (List of String)
|
||
|
- `architecture` (String)
|
||
|
- `boot_type` (String)
|
||
|
- `bootable` (Boolean)
|
||
|
- `ckey` (String)
|
||
|
- `compute_ci_id` (Number)
|
||
|
- `deleted_time` (Number)
|
||
|
- `desc` (String)
|
||
|
- `drivers` (List of String)
|
||
|
- `enabled` (Boolean)
|
||
|
- `gid` (Number)
|
||
|
- `guid` (Number)
|
||
|
- `history` (Attributes List) (see [below for nested schema](#nestedatt--history))
|
||
|
- `hot_resize` (Boolean)
|
||
|
- `id` (String) The ID of this resource.
|
||
|
- `image_id` (Number)
|
||
|
- `image_type` (String)
|
||
|
- `last_modified` (Number)
|
||
|
- `last_updated` (String) Timestamp of the last Terraform update of the order.
|
||
|
- `milestones` (Number)
|
||
|
- `password` (String)
|
||
|
- `pool_name` (String)
|
||
|
- `present_to` (List of Number)
|
||
|
- `provider_name` (String)
|
||
|
- `purge_attempts` (Number)
|
||
|
- `res_id` (String)
|
||
|
- `rescuecd` (Boolean)
|
||
|
- `sep_id` (Number)
|
||
|
- `shared_with` (List of Number)
|
||
|
- `size` (Number)
|
||
|
- `status` (String)
|
||
|
- `tech_status` (String)
|
||
|
- `unc_path` (String)
|
||
|
- `username` (String)
|
||
|
- `version` (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).
|
||
|
|
||
|
|
||
|
<a id="nestedatt--history"></a>
|
||
|
### Nested Schema for `history`
|
||
|
|
||
|
Read-Only:
|
||
|
|
||
|
- `guid` (String)
|
||
|
- `id` (Number)
|
||
|
- `timestamp` (Number)
|