4.12.2
This commit is contained in:
dayterr
2026-08-14 16:22:01 +03:00
parent 8b4a60e448
commit 9cd93e4277
25 changed files with 879 additions and 228 deletions

View File

@@ -64,10 +64,12 @@ description: |-
- `milestones` (Number)
- `network` (String)
- `network_ids` (List of Object) (see [below for nested schema](#nestedatt--network_ids))
- `pre_reservations` (List of Object) (see [below for nested schema](#nestedatt--pre_reservations))
- `prefix` (Number)
- `pri_vnfdev_id` (Number)
- `reservations` (List of Object) (see [below for nested schema](#nestedatt--reservations))
- `routes` (List of Object) (see [below for nested schema](#nestedatt--routes))
- `sec_vnfdev_id` (Number)
- `status` (String)
- `vnfs` (List of Object) (see [below for nested schema](#nestedatt--vnfs))
@@ -125,6 +127,7 @@ Optional:
Read-Only:
- `client_type` (String)
- `desc` (String)
- `domain_name` (String)
- `hostname` (String)
- `ip` (String)
@@ -142,6 +145,22 @@ Read-Only:
- `secondary` (Number)
<a id="nestedatt--pre_reservations"></a>
### Nested Schema for `pre_reservations`
Read-Only:
- `account_id` (Number)
- `client_type` (String)
- `desc` (String)
- `domain_name` (String)
- `hostname` (String)
- `ip` (String)
- `mac` (String)
- `type` (String)
- `vm_id` (Number)
<a id="nestedatt--reservations"></a>
### Nested Schema for `reservations`

View File

@@ -135,6 +135,7 @@ description: |-
- `tech_status` (String)
- `updated_by` (String)
- `updated_time` (Number)
- `user_data` (String)
- `user_managed` (Boolean)
- `vgpus` (List of Object) List of virtual GPUs (see [below for nested schema](#nestedatt--vgpus))
- `virtual_image_name` (String)

View File

@@ -17,21 +17,21 @@ description: |-
### Required
- `access_group_id` (String) Access Group ID
- `access_group_id` (String) UUID of the access group
- `description` (String) Description
- `display_name` (String) Display Name
- `enabled` (Boolean) Whether the logical port should be enabled
- `hypervisor` (String) Hypervisor
- `hypervisor` (String) Associated hypervisor
- `port_security` (Boolean) Whether the port security is enabled
- `segment_id` (String) Segment ID
- `segment_id` (String) UUID of the network segment
### Optional
- `adapter_mac` (String) Adapter MAC address
- `force` (Boolean)
- `labels` (Block List, Max: 1) Labels (see [below for nested schema](#nestedblock--labels))
- `logical_port_addresses` (Block List) (see [below for nested schema](#nestedblock--logical_port_addresses))
- `migrate` (Boolean) If true, triggers live migration to the hypervisor specified in the 'hypervisor' field. If false, hypervisor changes are applied via the regular update endpoint.
- `logical_port_addresses` (Block Set) (see [below for nested schema](#nestedblock--logical_port_addresses))
- `migrate` (Boolean) If true, triggers live migration to the hypervisor specified in the 'hypervisor' field. If false, hypervisor changes are applied via the regular update endpoint
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
- `unique_identifier` (String) Unique identifier of the logical port
@@ -41,11 +41,13 @@ description: |-
- `address_detection` (Boolean)
- `bindings` (List of Object) (see [below for nested schema](#nestedatt--bindings))
- `created_at` (String)
- `exclude_firewall` (List of Object) (see [below for nested schema](#nestedatt--exclude_firewall))
- `external_network_id` (String)
- `hypervisor_display_name` (String)
- `id` (String) ID of the logical port
- `live_migration_target_hv` (String)
- `status` (List of Object) (see [below for nested schema](#nestedatt--status))
- `updated_at` (String) Last update time of the logical port
- `version_id` (Number) Version ID of the logical port
<a id="nestedblock--labels"></a>
@@ -63,13 +65,19 @@ Optional:
Required:
- `ip` (String) IP address of the logical port
- `ip_type` (String)
- `is_primary` (Boolean)
- `ip_type` (String) IP type
Optional:
- `is_discovered` (Boolean)
- `mac` (String)
- `is_primary` (Boolean)
- `mac` (String) MAC address; optional on initial port creation & required when adding or updating addresses in an existing logical port
Read-Only:
- `assigned_at` (String) Timestamp when the address was assigned
- `id` (String) ID of the address, assigned by the platform
- `logical_port_id` (String) ID of the parent logical port
<a id="nestedblock--timeouts"></a>
@@ -115,6 +123,16 @@ Read-Only:
<a id="nestedatt--exclude_firewall"></a>
### Nested Schema for `exclude_firewall`
Read-Only:
- `exclusion_reason` (String)
- `logical_port_addresses_excluded` (Boolean)
- `logical_port_excluded` (Boolean)
<a id="nestedatt--status"></a>
### Nested Schema for `status`