updated docs for pfw and kvmvm
This commit is contained in:
@@ -29,12 +29,12 @@ description: |-
|
|||||||
|
|
||||||
- **account_id** (Number) ID of the account this compute instance belongs to.
|
- **account_id** (Number) ID of the account this compute instance belongs to.
|
||||||
- **account_name** (String) Name of the account this compute instance belongs to.
|
- **account_name** (String) Name of the account this compute instance belongs to.
|
||||||
- **arch** (String) Hardware architecture of this compute instance.
|
|
||||||
- **boot_disk_id** (Number) This compute instance boot disk ID.
|
- **boot_disk_id** (Number) This compute instance boot disk ID.
|
||||||
- **boot_disk_size** (Number) This compute instance boot disk size in GB.
|
- **boot_disk_size** (Number) This compute instance boot disk size in GB.
|
||||||
- **cloud_init** (String) Placeholder for cloud_init parameters.
|
- **cloud_init** (String) Placeholder for cloud_init parameters.
|
||||||
- **cpu** (Number) Number of CPUs allocated for this compute instance.
|
- **cpu** (Number) Number of CPUs allocated for this compute instance.
|
||||||
- **description** (String) User-defined text description of this compute instance.
|
- **description** (String) User-defined text description of this compute instance.
|
||||||
|
- **driver** (String) Hardware architecture of this compute instance.
|
||||||
- **extra_disks** (Set of Number) IDs of the extra disk(s) attached to this compute.
|
- **extra_disks** (Set of Number) IDs of the extra disk(s) attached to this compute.
|
||||||
- **image_id** (Number) ID of the OS image this compute instance is based on.
|
- **image_id** (Number) ID of the OS image this compute instance is based on.
|
||||||
- **image_name** (String) Name of the OS image this compute instance is based on.
|
- **image_name** (String) Name of the OS image this compute instance is based on.
|
||||||
|
|||||||
@@ -26,9 +26,21 @@ description: |-
|
|||||||
|
|
||||||
- **id** (String) The ID of this resource.
|
- **id** (String) The ID of this resource.
|
||||||
- **public_port_end** (Number) End port number (inclusive) for the ranged rule.
|
- **public_port_end** (Number) End port number (inclusive) for the ranged rule.
|
||||||
|
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||||
|
|
||||||
### Read-Only
|
### Read-Only
|
||||||
|
|
||||||
- **local_ip** (String) IP address of compute instance.
|
- **local_ip** (String) IP address of compute instance.
|
||||||
|
|
||||||
|
<a id="nestedblock--timeouts"></a>
|
||||||
|
### Nested Schema for `timeouts`
|
||||||
|
|
||||||
|
Optional:
|
||||||
|
|
||||||
|
- **create** (String)
|
||||||
|
- **default** (String)
|
||||||
|
- **delete** (String)
|
||||||
|
- **read** (String)
|
||||||
|
- **update** (String)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user