4.11.0
This commit is contained in:
@@ -56,7 +56,7 @@ description: |-
|
||||
- `pause` (Boolean)
|
||||
- `pci_devices` (Set of Number) ID of the connected pci devices
|
||||
- `permanently` (Boolean)
|
||||
- `pin_to_stack` (Boolean)
|
||||
- `pin_to_node` (Boolean)
|
||||
- `pool` (String) Pool to use if sepId is set, can be also empty if needed to be chosen by system.
|
||||
- `port_forwarding` (Block Set) (see [below for nested schema](#nestedblock--port_forwarding))
|
||||
- `preferred_cpu` (List of Number) Recommended isolated CPUs. Field is ignored if compute.cpupin=False or compute.pinned=False
|
||||
@@ -114,6 +114,7 @@ description: |-
|
||||
- `numa_node_id` (Number)
|
||||
- `os_users` (List of Object) Guest OS users provisioned on this compute instance. (see [below for nested schema](#nestedatt--os_users))
|
||||
- `pinned` (Boolean)
|
||||
- `read_only` (Boolean) Shows if compute is in read-only mode.
|
||||
- `reference_id` (String)
|
||||
- `registered` (Boolean)
|
||||
- `res_name` (String)
|
||||
@@ -141,9 +142,6 @@ Required:
|
||||
- `mode` (String) EQ or NE or ANY - the comparison mode is 'value', recorded by the specified 'key'
|
||||
- `policy` (String) RECOMMENDED or REQUIRED, the degree of 'strictness' of this rule
|
||||
- `topology` (String) compute or node, for whom rule applies
|
||||
|
||||
Optional:
|
||||
|
||||
- `value` (String) value that must match the key to be taken into account when analyzing this rule
|
||||
|
||||
|
||||
@@ -156,9 +154,6 @@ Required:
|
||||
- `mode` (String) EQ or NE or ANY - the comparison mode is 'value', recorded by the specified 'key'
|
||||
- `policy` (String) RECOMMENDED or REQUIRED, the degree of 'strictness' of this rule
|
||||
- `topology` (String) compute or node, for whom rule applies
|
||||
|
||||
Optional:
|
||||
|
||||
- `value` (String) value that must match the key to be taken into account when analyzing this rule
|
||||
|
||||
|
||||
@@ -190,6 +185,8 @@ Optional:
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `blk_discard` (Boolean)
|
||||
- `cache` (String)
|
||||
- `created_by` (String)
|
||||
- `created_time` (Number)
|
||||
- `deleted_by` (String)
|
||||
@@ -218,6 +215,7 @@ 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
|
||||
- `net_mask` (Number) Subnet mask, used only for DPDK and VFNIC network types
|
||||
- `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
|
||||
|
||||
@@ -301,6 +299,8 @@ Required:
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `blk_discard` (Boolean)
|
||||
- `cache` (String)
|
||||
- `created_by` (String)
|
||||
- `created_time` (Number)
|
||||
- `deleted_by` (String)
|
||||
|
||||
Reference in New Issue
Block a user