This commit is contained in:
2025-08-04 16:11:16 +03:00
parent bae25296bb
commit 4b3f21d9be
239 changed files with 6585 additions and 784 deletions

View File

@@ -33,18 +33,22 @@ description: |-
- `excluded_ips` (Set of String) IPs to exclude in current extnet pool
- `excluded_ips_range` (Block Set) Range of IPs to exclude in current extnet pool (see [below for nested schema](#nestedblock--excluded_ips_range))
- `gateway` (String) External network gateway IP address
- `highly_available` (Boolean)
- `migrate` (Number)
- `mtu` (Number)
- `ntp` (List of String) List of NTP addresses
- `ovs_bridge` (String) OpenvSwith bridge name for ExtNet connection
- `pre_reservations_num` (Number) Number of pre created reservations
- `reserved_ip` (Block Set) (see [below for nested schema](#nestedblock--reserved_ip))
- `restart` (Boolean) restart extnet vnf device
- `sec_vnfdev_ip` (String)
- `set_default` (Boolean) Set current extnet as default (can not be undone)
- `shared_with` (Set of Number)
- `start_ip` (String) Start of IP range to be explicitly included
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
- `virtual` (Boolean) If true - platform DHCP server will not be created
- `vnfdev_ip` (String) IP to create VNFDev with
- `zone_id` (Number)
### Read-Only
@@ -58,7 +62,7 @@ description: |-
- `meta` (List of String) meta
- `milestones` (Number)
- `network` (String)
- `network_id` (Number)
- `network_ids` (List of Object) (see [below for nested schema](#nestedatt--network_ids))
- `prefix` (Number)
- `pri_vnfdev_id` (Number)
- `reservations` (List of Object) (see [below for nested schema](#nestedatt--reservations))
@@ -128,6 +132,15 @@ Read-Only:
- `vm_id` (Number)
<a id="nestedatt--network_ids"></a>
### Nested Schema for `network_ids`
Read-Only:
- `primary` (Number)
- `secondary` (Number)
<a id="nestedatt--reservations"></a>
### Nested Schema for `reservations`