4.10.0
This commit is contained in:
@@ -21,16 +21,17 @@ description: |-
|
||||
|
||||
### Optional
|
||||
|
||||
- `default_zone_id` (Number) email
|
||||
- `desc` (String) description
|
||||
- `emailaddress` (String) email
|
||||
- `enable` (Boolean) enable/disable account
|
||||
- `permanently` (Boolean) whether to completely delete the account
|
||||
- `reason` (String) reason for deactivation
|
||||
- `resource_limits` (Block List, Max: 1) (see [below for nested schema](#nestedblock--resource_limits))
|
||||
- `restore` (Boolean) restore a deleted account
|
||||
- `send_access_emails` (Boolean) if true send emails when a user is granted access to resources
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `users` (Block List) (see [below for nested schema](#nestedblock--users))
|
||||
- `zone_ids` (List of Number)
|
||||
|
||||
### Read-Only
|
||||
|
||||
@@ -100,6 +101,7 @@ Required:
|
||||
Read-Only:
|
||||
|
||||
- `can_be_deleted` (Boolean)
|
||||
- `emails` (List of String)
|
||||
- `explicit` (Boolean)
|
||||
- `guid` (String)
|
||||
- `right` (String)
|
||||
|
||||
@@ -31,6 +31,7 @@ description: |-
|
||||
- `ssh_user` (String) name of the user to deploy SSH key for. Pass empty string if no SSH key deployment is required
|
||||
- `start` (Boolean) Start service. Starting a service technically means starting computes from all service groups according to group relations
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `zone_id` (Number) ID of the zone where this service will be placed
|
||||
|
||||
### Read-Only
|
||||
|
||||
|
||||
@@ -27,17 +27,18 @@ description: |-
|
||||
- `compute_features` (Set of String)
|
||||
- `cpu_allocation_parameter` (String) set cpu allocation parameter
|
||||
- `cpu_allocation_ratio` (Number) set cpu allocation ratio
|
||||
- `default_zone_id` (Number) email
|
||||
- `desc` (String) description
|
||||
- `emailaddress` (String) email
|
||||
- `enable` (Boolean) enable/disable account
|
||||
- `permanently` (Boolean) whether to completely delete the account
|
||||
- `reason` (String) reason for restore or deactivation
|
||||
- `resource_limits` (Block List, Max: 1) (see [below for nested schema](#nestedblock--resource_limits))
|
||||
- `restore` (Boolean) restore a deleted account
|
||||
- `send_access_emails` (Boolean) if true send emails when a user is granted access to resources
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `uniq_pools` (List of String)
|
||||
- `users` (Block List) (see [below for nested schema](#nestedblock--users))
|
||||
- `zone_ids` (List of Number)
|
||||
|
||||
### Read-Only
|
||||
|
||||
@@ -103,6 +104,7 @@ Required:
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `emails` (List of String)
|
||||
- `explicit` (Boolean)
|
||||
- `guid` (String)
|
||||
- `right` (String)
|
||||
|
||||
@@ -53,7 +53,7 @@ description: |-
|
||||
- `guid` (Number)
|
||||
- `id` (String) The ID of this resource.
|
||||
- `image_id` (Number)
|
||||
- `images` (List of String)
|
||||
- `images` (List of Number)
|
||||
- `iqn` (String)
|
||||
- `login` (String)
|
||||
- `machine_id` (Number)
|
||||
|
||||
@@ -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`
|
||||
|
||||
|
||||
@@ -18,7 +18,6 @@ description: |-
|
||||
### Required
|
||||
|
||||
- `account_id` (Number) Account ID
|
||||
- `client_type` (String) Type of client, 'compute' ('vins' will be later)
|
||||
- `name` (String) Flipgroup name
|
||||
- `net_id` (Number) EXTNET or ViNS ID
|
||||
- `net_type` (String) Network type, EXTNET or VINS
|
||||
@@ -26,6 +25,7 @@ description: |-
|
||||
### Optional
|
||||
|
||||
- `client_ids` (List of Number) List of clients attached to this Flipgroup instance
|
||||
- `client_type` (String) Type of client, 'compute' ('vins' will be later)
|
||||
- `desc` (String) Text description of this Flipgroup instance
|
||||
- `ip` (String) IP address to associate with this group. If empty, the platform will autoselect IP address
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
@@ -25,7 +25,6 @@ description: |-
|
||||
### Optional
|
||||
|
||||
- `account_id` (Number) AccountId to make the image exclusive
|
||||
- `architecture` (String) binary architecture of this image, one of X86_64
|
||||
- `bootable` (Boolean) Does this image boot OS
|
||||
- `computeci_id` (Number)
|
||||
- `drivers` (List of String) List of types of compute suitable for image. Example: [ "KVM_X86" ]
|
||||
@@ -46,6 +45,7 @@ description: |-
|
||||
### Read-Only
|
||||
|
||||
- `acl` (List of Object) (see [below for nested schema](#nestedatt--acl))
|
||||
- `architecture` (String) binary architecture of this image, one of X86_64
|
||||
- `cd_presented_to` (String)
|
||||
- `deleted_time` (Number)
|
||||
- `desc` (String)
|
||||
|
||||
@@ -17,7 +17,6 @@ description: |-
|
||||
|
||||
### Required
|
||||
|
||||
- `architecture` (String) Image type linux, windows or other
|
||||
- `boot_type` (String) Boot type of image BIOS or UEFI
|
||||
- `disk_id` (Number) Disk Id
|
||||
- `drivers` (List of String) List of types of compute suitable for image. Example: [ "KVM_X86" ]
|
||||
@@ -43,6 +42,7 @@ description: |-
|
||||
### Read-Only
|
||||
|
||||
- `acl` (List of Object) (see [below for nested schema](#nestedatt--acl))
|
||||
- `architecture` (String)
|
||||
- `cd_presented_to` (String)
|
||||
- `deleted_time` (Number)
|
||||
- `desc` (String)
|
||||
|
||||
@@ -50,6 +50,7 @@ description: |-
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `vins_id` (Number) ID of default vins for this instace.
|
||||
- `with_lb` (Boolean) Create k8s with load balancer if true.
|
||||
- `zone_id` (Number)
|
||||
|
||||
### Read-Only
|
||||
|
||||
|
||||
@@ -73,6 +73,7 @@ description: |-
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `user_access` (Block Set) (see [below for nested schema](#nestedblock--user_access))
|
||||
- `without_boot_disk` (Boolean) If True, the imageId, bootDisk, sepId, pool parameters are ignored and the compute is created without a boot disk in the stopped state.
|
||||
- `zone_id` (Number)
|
||||
|
||||
### Read-Only
|
||||
|
||||
@@ -221,13 +222,14 @@ Optional:
|
||||
Required:
|
||||
|
||||
- `net_id` (Number) ID of the network for this connection.
|
||||
- `net_type` (String) Type of the network for this connection, either EXTNET or VINS.
|
||||
- `net_type` (String) Type of the network for this connection
|
||||
|
||||
Optional:
|
||||
|
||||
- `ip_address` (String) Optional IP address to assign to this connection. This IP should belong to the selected network and free for use.
|
||||
- `mac` (String) MAC address associated with this connection. MAC address is assigned automatically.
|
||||
- `mtu` (Number) Maximum transmission unit, used only for DPDK type, must be 1-9216
|
||||
- `sdn_interface_id` (String) unique_identifier of LogicalPort on SDN side
|
||||
- `weight` (Number) weight the network if you need to sort network list, the smallest attach first. zero or null weight attach last
|
||||
|
||||
|
||||
@@ -300,7 +302,7 @@ Required:
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `explicit` (String)
|
||||
- `explicit` (Boolean)
|
||||
- `guid` (String)
|
||||
- `right` (String)
|
||||
- `status` (String)
|
||||
@@ -332,7 +334,9 @@ Read-Only:
|
||||
- `node_id` (Number)
|
||||
- `pci_slot` (Number)
|
||||
- `qos` (List of Object) (see [below for nested schema](#nestedobjatt--interfaces--qos))
|
||||
- `sdn_interface_id` (String)
|
||||
- `target` (String)
|
||||
- `trunk_tags` (String)
|
||||
- `type` (String)
|
||||
- `vnfs` (List of Number)
|
||||
|
||||
|
||||
@@ -35,6 +35,7 @@ description: |-
|
||||
- `sysctl_params` (List of Map of String) Custom sysctl values for Load Balancer instance. Applied on boot
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `vins_id` (Number)
|
||||
- `zone_id` (Number)
|
||||
|
||||
### Read-Only
|
||||
|
||||
|
||||
@@ -39,6 +39,7 @@ description: |-
|
||||
- `permanently` (Boolean) flag to permanently delete resource group
|
||||
- `resource_limits` (Block List, Max: 1) (see [below for nested schema](#nestedblock--resource_limits))
|
||||
- `restore` (Boolean) restore deleted rg
|
||||
- `sdn_access_group_id` (String) ID of the SDN access group
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `uniq_pools` (List of String)
|
||||
|
||||
|
||||
55
docs/resources/cb_trunk.md
Normal file
55
docs/resources/cb_trunk.md
Normal file
@@ -0,0 +1,55 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_cb_trunk Resource - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_cb_trunk (Resource)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- `name` (String) Name of the trunk
|
||||
- `ovs_bridge` (String) OVS bridge name
|
||||
- `trunk_tags` (String) List of trunk tags (values between 1-4095)
|
||||
|
||||
### Optional
|
||||
|
||||
- `account_ids` (Set of Number) List of account IDs with access to this trunk
|
||||
- `description` (String) Description of the trunk
|
||||
- `enable` (Boolean) Whether the trunk should be enabled
|
||||
- `native_vlan_id` (Number) Native VLAN ID
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `created_at` (Number) when the trunk was created
|
||||
- `created_by` (String) who created the trunk
|
||||
- `deleted_at` (Number) when the trunk was updated
|
||||
- `deleted_by` (String) who updated the trunk
|
||||
- `guid` (Number) GUID
|
||||
- `id` (String) The ID of this resource.
|
||||
- `mac` (String) MAC address
|
||||
- `status` (String) if the trunk is enabled
|
||||
- `trunk_id` (Number) trunk id
|
||||
- `updated_at` (Number) when the trunk was updated
|
||||
- `updated_by` (String) who updated the trunk
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- `create` (String)
|
||||
- `default` (String)
|
||||
- `delete` (String)
|
||||
- `read` (String)
|
||||
- `update` (String)
|
||||
@@ -23,8 +23,9 @@ description: |-
|
||||
### Optional
|
||||
|
||||
- `apiaccess` (Set of Number) list of apiaccess groups this user belongs to
|
||||
- `groups` (List of String) list of groups this user belongs to
|
||||
- `blocked` (Boolean) is the user blocked
|
||||
- `password` (String) password of user
|
||||
- `provider_name` (String) provider
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
@@ -37,6 +38,7 @@ description: |-
|
||||
- `description` (String) description
|
||||
- `domain` (String) domain
|
||||
- `gid` (Number) gid
|
||||
- `groups` (List of String) list of groups this user belongs to
|
||||
- `guid` (String) guid
|
||||
- `id` (String) The ID of this resource.
|
||||
- `last_check` (Number) last_check
|
||||
|
||||
@@ -42,6 +42,7 @@ description: |-
|
||||
- `vnfdev_reset` (Boolean)
|
||||
- `vnfdev_restart` (Boolean)
|
||||
- `vnfdev_start` (Boolean) true to start vnfdev, false to stop vnfdev
|
||||
- `zone_id` (Number) zone id
|
||||
|
||||
### Read-Only
|
||||
|
||||
@@ -283,7 +284,6 @@ Read-Only:
|
||||
- `owner_id` (Number)
|
||||
- `owner_type` (String)
|
||||
- `pure_virtual` (Boolean)
|
||||
- `routes` (List of Object) (see [below for nested schema](#nestedobjatt--vnfs--dhcp--routes))
|
||||
- `status` (String)
|
||||
- `tech_status` (String)
|
||||
- `type` (String)
|
||||
@@ -333,19 +333,6 @@ Read-Only:
|
||||
|
||||
|
||||
|
||||
<a id="nestedobjatt--vnfs--dhcp--routes"></a>
|
||||
### Nested Schema for `vnfs.dhcp.routes`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `compute_ids` (List of Number)
|
||||
- `destination` (String)
|
||||
- `gateway` (String)
|
||||
- `guid` (String)
|
||||
- `netmask` (String)
|
||||
- `route_id` (Number)
|
||||
|
||||
|
||||
|
||||
<a id="nestedobjatt--vnfs--gw"></a>
|
||||
### Nested Schema for `vnfs.gw`
|
||||
@@ -366,7 +353,6 @@ 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)
|
||||
@@ -412,19 +398,6 @@ 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`
|
||||
@@ -445,7 +418,6 @@ 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)
|
||||
@@ -490,17 +462,3 @@ 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)
|
||||
|
||||
48
docs/resources/cb_zone.md
Normal file
48
docs/resources/cb_zone.md
Normal file
@@ -0,0 +1,48 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_cb_zone Resource - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_cb_zone (Resource)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- `name` (String)
|
||||
|
||||
### Optional
|
||||
|
||||
- `description` (String)
|
||||
- `node_ids` (List of Number)
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `created_time` (Number)
|
||||
- `deletable` (Boolean)
|
||||
- `gid` (Number)
|
||||
- `guid` (Number)
|
||||
- `id` (String) The ID of this resource.
|
||||
- `status` (String)
|
||||
- `updated_time` (Number)
|
||||
- `zone_id` (Number)
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- `create` (String)
|
||||
- `default` (String)
|
||||
- `delete` (String)
|
||||
- `read` (String)
|
||||
- `update` (String)
|
||||
@@ -47,7 +47,7 @@ description: |-
|
||||
- `gid` (Number) ID of the grid (platform)
|
||||
- `id` (String) The ID of this resource.
|
||||
- `image_id` (Number) Image ID
|
||||
- `images` (List of String) IDs of images using the disk
|
||||
- `images` (List of Number) IDs of images using the disk
|
||||
- `machine_id` (Number)
|
||||
- `machine_name` (String)
|
||||
- `order` (Number) Disk order
|
||||
|
||||
@@ -18,7 +18,6 @@ description: |-
|
||||
### Required
|
||||
|
||||
- `account_id` (Number) Account ID
|
||||
- `client_type` (String) Type of client, 'compute' ('vins' will be later)
|
||||
- `name` (String) Flipgroup name
|
||||
- `net_id` (Number) EXTNET or ViNS ID
|
||||
- `net_type` (String) Network type, EXTNET or VINS
|
||||
@@ -26,6 +25,7 @@ description: |-
|
||||
### Optional
|
||||
|
||||
- `client_ids` (List of Number) List of clients attached to this Flipgroup instance
|
||||
- `client_type` (String) Type of client, 'compute' ('vins' will be later)
|
||||
- `desc` (String) Text description of this Flipgroup instance
|
||||
- `ip` (String) IP address to associate with this group. If empty, the platform will autoselect IP address
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
@@ -26,7 +26,6 @@ description: |-
|
||||
|
||||
### Optional
|
||||
|
||||
- `architecture` (String) binary architecture of this image, one of X86_64
|
||||
- `hot_resize` (Boolean) Does this machine supports hot resize
|
||||
- `image_id` (Number) image id
|
||||
- `network_interface_naming` (String) select a network interface naming pattern for your Linux machine. eth - onboard, ens - pci slot naming
|
||||
@@ -34,6 +33,7 @@ description: |-
|
||||
- `password_dl` (String) password for upload binary media
|
||||
- `pool_name` (String) pool for image create
|
||||
- `sep_id` (Number) storage endpoint provider ID
|
||||
- `sync_mode` (Boolean) Create image from a media identified by URL (in synchronous mode)
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `username` (String) Optional username for the image
|
||||
- `username_dl` (String) username for upload binary media
|
||||
@@ -41,6 +41,7 @@ description: |-
|
||||
### Read-Only
|
||||
|
||||
- `acl` (String)
|
||||
- `architecture` (String)
|
||||
- `bootable` (Boolean)
|
||||
- `cd_presented_to` (String)
|
||||
- `ckey` (String)
|
||||
|
||||
@@ -17,7 +17,6 @@ description: |-
|
||||
|
||||
### Required
|
||||
|
||||
- `architecture` (String) binary architecture of this image, one of X86_64
|
||||
- `boot_type` (String) Boot type of image BIOS or UEFI
|
||||
- `disk_id` (Number) Disk Id
|
||||
- `drivers` (List of String) List of types of compute suitable for image. Example: [ "KVM_X86" ]
|
||||
@@ -38,6 +37,7 @@ description: |-
|
||||
### Read-Only
|
||||
|
||||
- `acl` (String)
|
||||
- `architecture` (String)
|
||||
- `cd_presented_to` (String)
|
||||
- `ckey` (String)
|
||||
- `compute_ci_id` (Number)
|
||||
|
||||
@@ -49,6 +49,7 @@ description: |-
|
||||
- `vins_id` (Number) ID of default vins for this instace.
|
||||
- `with_lb` (Boolean) Create k8s with load balancer if true.
|
||||
- `workers` (Block List) Worker node(s) configuration. (see [below for nested schema](#nestedblock--workers))
|
||||
- `zone_id` (Number) ID of the zone to put the cluster into.
|
||||
|
||||
### Read-Only
|
||||
|
||||
|
||||
@@ -48,6 +48,7 @@ description: |-
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `vins_id` (Number) ID of default vins for this instace.
|
||||
- `with_lb` (Boolean) Create k8s with load balancer if true.
|
||||
- `zone_id` (Number) ID of the zone to put the cluster into.
|
||||
|
||||
### Read-Only
|
||||
|
||||
|
||||
@@ -70,6 +70,7 @@ description: |-
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `user_access` (Block Set) (see [below for nested schema](#nestedblock--user_access))
|
||||
- `without_boot_disk` (Boolean) If True, the imageId, bootDisk, sepId, pool parameters are ignored and the compute is created without a boot disk in the stopped state.
|
||||
- `zone_id` (Number)
|
||||
|
||||
### Read-Only
|
||||
|
||||
@@ -196,13 +197,14 @@ Read-Only:
|
||||
Required:
|
||||
|
||||
- `net_id` (Number) ID of the network for this connection.
|
||||
- `net_type` (String) Type of the network for this connection, either EXTNET or VINS.
|
||||
- `net_type` (String) Type of the network for this connection
|
||||
|
||||
Optional:
|
||||
|
||||
- `ip_address` (String) Optional IP address to assign to this connection. This IP should belong to the selected network and free for use.
|
||||
- `mac` (String) MAC address associated with this connection. MAC address is assigned automatically.
|
||||
- `mtu` (Number) Maximum transmission unit, used only for DPDK type, must be 1-9216
|
||||
- `sdn_interface_id` (String) unique_identifier of LogicalPort on SDN side
|
||||
- `weight` (Number) weight the network if you need to sort network list, the smallest attach first. zero or null weight attach last
|
||||
|
||||
|
||||
@@ -310,7 +312,9 @@ Read-Only:
|
||||
- `node_id` (Number)
|
||||
- `pci_slot` (Number)
|
||||
- `qos` (List of Object) (see [below for nested schema](#nestedobjatt--interfaces--qos))
|
||||
- `sdn_interface_id` (String)
|
||||
- `target` (String)
|
||||
- `trunk_tags` (String)
|
||||
- `type` (String)
|
||||
- `vnfs` (List of Number)
|
||||
|
||||
|
||||
@@ -35,9 +35,11 @@ description: |-
|
||||
- `sysctl_params` (List of Map of String)
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `vins_id` (Number)
|
||||
- `zone_id` (Number)
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `account_id` (Number)
|
||||
- `backend_haip` (String)
|
||||
- `backends` (List of Object) (see [below for nested schema](#nestedatt--backends))
|
||||
- `created_by` (String)
|
||||
|
||||
@@ -36,6 +36,7 @@ description: |-
|
||||
- `permanently` (Boolean) Set to True if you want force delete non-empty RG
|
||||
- `quota` (Block List, Max: 1) Quota settings for this resource group. (see [below for nested schema](#nestedblock--quota))
|
||||
- `restore` (Boolean)
|
||||
- `sdn_access_group_id` (String) ID of the SDN access group
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `uniq_pools` (List of String)
|
||||
|
||||
@@ -46,6 +47,8 @@ description: |-
|
||||
- `compute_features` (List of String)
|
||||
- `cpu_allocation_parameter` (String)
|
||||
- `cpu_allocation_ratio` (Number)
|
||||
- `created_by` (String)
|
||||
- `created_time` (Number)
|
||||
- `def_net_id` (Number) ID of the default network for this resource group (if any).
|
||||
- `deleted_by` (String)
|
||||
- `deleted_time` (Number)
|
||||
|
||||
@@ -40,6 +40,7 @@ description: |-
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
- `vnfdev_redeploy` (Boolean)
|
||||
- `vnfdev_restart` (Boolean)
|
||||
- `zone_id` (Number) ID of the Zone to put ViNS into
|
||||
|
||||
### Read-Only
|
||||
|
||||
@@ -222,6 +223,7 @@ Read-Only:
|
||||
- `node_id` (Number)
|
||||
- `pci_slot` (Number)
|
||||
- `qos` (List of Object) (see [below for nested schema](#nestedobjatt--vnf_dev--interfaces--qos))
|
||||
- `sdn_interface_id` (String)
|
||||
- `target` (String)
|
||||
- `type` (String)
|
||||
- `vnfs` (List of Number)
|
||||
@@ -362,7 +364,6 @@ 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)
|
||||
@@ -408,19 +409,6 @@ 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`
|
||||
@@ -440,7 +428,6 @@ 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)
|
||||
@@ -485,17 +472,3 @@ 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)
|
||||
|
||||
Reference in New Issue
Block a user