This commit is contained in:
2025-11-18 16:20:26 +03:00
parent 4b3f21d9be
commit e42fbcef39
397 changed files with 17560 additions and 1501 deletions

View File

@@ -94,6 +94,7 @@ Read-Only:
- `guid` (Number)
- `id` (Number)
- `interfaces` (List of Object) (see [below for nested schema](#nestedobjatt--vnf_dev--interfaces))
- `live_migration_job_id` (Number)
- `lock_status` (String)
- `meta` (List of String)
- `milestones` (Number)
@@ -103,6 +104,7 @@ Read-Only:
- `type` (String)
- `vins` (List of Number)
- `vnc_password` (String)
- `zone_id` (Number)
<a id="nestedobjatt--vnf_dev--config"></a>
### Nested Schema for `vnf_dev.config`
@@ -144,6 +146,7 @@ Read-Only:
- `conn_id` (Number)
- `conn_type` (String)
- `def_gw` (String)
- `enable_secgroups` (Boolean)
- `enabled` (Boolean)
- `flipgroup_id` (Number)
- `guid` (String)
@@ -160,6 +163,7 @@ Read-Only:
- `pci_slot` (Number)
- `qos` (List of Object) (see [below for nested schema](#nestedobjatt--vnf_dev--interfaces--qos))
- `sdn_interface_id` (String)
- `security_groups` (List of Number)
- `target` (String)
- `type` (String)
- `vnfs` (List of Number)
@@ -223,6 +227,7 @@ Read-Only:
- `status` (String)
- `tech_status` (String)
- `type` (String)
- `zone_id` (Number)
<a id="nestedobjatt--vnfs--dhcp--config"></a>
### Nested Schema for `vnfs.dhcp.config`
@@ -302,9 +307,11 @@ Read-Only:
- `owner_id` (Number)
- `owner_type` (String)
- `pure_virtual` (Boolean)
- `routes` (List of Object) (see [below for nested schema](#nestedobjatt--vnfs--gw--routes))
- `status` (String)
- `tech_status` (String)
- `type` (String)
- `zone_id` (Number)
<a id="nestedobjatt--vnfs--gw--config"></a>
### Nested Schema for `vnfs.gw.config`
@@ -347,6 +354,19 @@ Read-Only:
<a id="nestedobjatt--vnfs--gw--routes"></a>
### Nested Schema for `vnfs.gw.routes`
Read-Only:
- `compute_ids` (List of Number)
- `destination` (String)
- `gateway` (String)
- `guid` (String)
- `netmask` (String)
- `route_id` (Number)
<a id="nestedobjatt--vnfs--nat"></a>
### Nested Schema for `vnfs.nat`
@@ -367,9 +387,11 @@ Read-Only:
- `owner_id` (Number)
- `owner_type` (String)
- `pure_virtual` (Boolean)
- `routes` (List of Object) (see [below for nested schema](#nestedobjatt--vnfs--nat--routes))
- `status` (String)
- `tech_status` (String)
- `type` (String)
- `zone_id` (Number)
<a id="nestedobjatt--vnfs--nat--config"></a>
### Nested Schema for `vnfs.nat.config`
@@ -411,3 +433,17 @@ Read-Only:
- `dev_id` (Number)
- `iface01` (String)
- `iface02` (String)
<a id="nestedobjatt--vnfs--nat--routes"></a>
### Nested Schema for `vnfs.nat.routes`
Read-Only:
- `compute_ids` (List of Number)
- `destination` (String)
- `gateway` (String)
- `guid` (String)
- `netmask` (String)
- `route_id` (Number)